Blogs
Practical notes on Laravel, backend architecture, databases, and building maintainable software.
Laravel01
Writing Clean Laravel Code That Scales
Practical patterns for keeping controllers small, business logic testable, and Laravel applications maintainable as they grow.
July 19, 20268 min read
Read articleBackend02
Designing Reliable REST APIs
A checklist for predictable resources, validation, error responses, pagination, and version-safe API evolution.
July 12, 20266 min read
Read articleDatabase03
MySQL Performance for Growing Web Applications
How to find slow queries, choose useful indexes, avoid N+1 reads, and keep database performance measurable.
July 5, 20267 min read
Read article