01 Dec 2025 · Laravel
How I structure large Laravel projects
A practical look at splitting a growing Laravel codebase into controllers, services,
repositories and well-defined domains.
Laravel
Architecture
Best practices
Read article →
20 Nov 2025 · MySQL
Optimizing MySQL queries in real Laravel APIs
Concrete examples of slow endpoints, how I profiled them, and what changes made them
fast enough for production traffic.
MySQL
Performance
Eloquent
Read article →
10 Nov 2025 · APIs
REST API best practices with Laravel
Status codes, validation, consistent error responses and versioning rules I follow
when building APIs consumed by other teams.
REST
Laravel
Production
Read article →