Blog
Articles & Insights
Thoughts on web development, design, and technology.

Getting Started with Laravel and HTMX
Learn how to combine Laravel's server-rendered Blade views with HTMX for seamless, reactive interfaces without writing a single line of JavaScript framework code.

Building Modular Laravel Applications
A deep dive into structuring large Laravel projects using a clean, modular architecture that scales with your team.

Getting Started with Laravel and HTMX
Learn how to combine Laravel's server-rendered Blade views with HTMX for seamless, reactive interfaces without writing a single line of JavaScript framework code.

Building Modular Laravel Applications
A deep dive into structuring large Laravel projects using a clean, modular architecture that scales with your team.

5 Tips for Writing Maintainable CSS
Practical techniques for writing CSS that stays maintainable as your project grows, using custom properties and a consistent naming convention.

Alpine.js: A Lightweight Alternative to Heavy Frontend Frameworks
Discover how Alpine.js brings reactive, declarative behavior to your templates with a fraction of the complexity of React or Vue.

How I Landed My First Developer Job
A personal story of breaking into the tech industry, the mistakes I made, and the lessons I learned along the way.

Optimizing Eloquent Queries for Performance
A practical guide to using eager loading, chunking, and query optimization techniques to speed up your Laravel application.