My Posts
Things I've figured out
Technical deep dives, lessons from production, and the occasional opinion.

LaravelPHP
Laravel Jobs and Queues: Why Your App Is Slower Than It Should Be
Most Laravel apps handle too much work in the request cycle. Here's how queues changed the way I build features and how to implement them without breaking anything.
12 Mar 2026
6 min read4 views

LaravelMulti-Tenancy
Mastering Multi-Tenancy in Laravel 11+
Building SaaS applications with multi-tenancy offers significant benefits like reduced infrastructure costs and simplified deployments. This guide provides practical strategies and real-world code examples for implementing robust multi-tenancy in Laravel 11 and beyond.
12 Mar 2026
6 min read2 views

Next.jsReact
Why Most Next.js Developers Get Server and Client Components Wrong
The App Router has been out long enough that there's no excuse for the confusion anymore. Here's the mental model that actually sticks
12 Mar 2026
4 min read38 views