/ articles
Articles, tutorials, and news on software engineering, open source, and web development.
Learn how Laravel's database layer handles read/write splitting, when sticky reads matter, and how to pair con...
Mohamed Said
Go beyond basic singleton registration. Learn how Laravel's service container handles contextual binding, tagg...
Mohamed Said
Go beyond the basics of Laravel Reverb. Learn how to secure private and presence channels, wire up custom auth...
Mohamed Said
Offset pagination breaks under large datasets. Learn how cursor pagination, chunked iteration, and lazy collec...
Mohamed Said
Go beyond basic dispatch: learn how to compose Laravel job batches, build reliable chains with catch callbacks...
Mohamed Said
Model events and observers both react to Eloquent lifecycle moments, but picking the wrong one creates hidden...
Mohamed Said
Go beyond the default delete bulk action. Learn how to build Filament v3 bulk actions with custom confirmation...
Mohamed Said
Build a production-ready retrieval-augmented generation pipeline in Laravel using pgvector, OpenAI embeddings,...
Mohamed Said
Move beyond a single Reverb node. Learn how to scale Laravel Reverb horizontally with Redis pub/sub, configure...
Mohamed Said