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.

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