M

Writing

Field notes from systems that had to work in production.

Engineering documentaries and practical notes on deployment, Linux, Laravel, and the decisions hiding beneath reliable software.

Laravel / Backend internals

PHP is a Single-Threaded Language, So How Does Laravel Handle Queue Jobs Asynchronously?

A practical explanation of how Laravel queue workers make asynchronous job handling possible even though PHP itself is single-threaded.

Nov 28, 2024 4 min read
Read summary

MySQL / Search / Laravel

Exploring MySQL Full-Text Search and Its Implementation in Laravel

A concise look at where full-text search fits, how to implement it in Laravel, and what it gives you over simpler query matching.

Feb 2, 2025 2 min read
Read summary

Deployment / CI-CD

Docker Multi-Container Deployment with GitHub Actions in Laravel

Deployment-focused writing around running Laravel with multi-container Docker setups and automating delivery with GitHub Actions.

Jan 20, 2025 Practical note
Read summary