Writing
Notes on Laravel, web development and the occasional lesson learned.
Laravel
A few practical patterns I use to keep growing Laravel codebases organized: action classes, form requests, and thin controllers.
Jun 30, 2026
Web Development
Utility frameworks get a lot of attention, but Bootstrap's component system is still hard to beat for client work that needs to ship fast.
Jun 06, 2026
Tutorials
Sending email synchronously blocks the request. Here's how I set up database queues for something as simple as a contact form.
May 12, 2026
Career
It wasn't about writing more code — it was about asking better questions before writing any.
Apr 12, 2026
A real debugging story: how I found and fixed an N+1 query problem that was silently costing us seconds per page load.
Mar 13, 2026