M

Writing

Technical notes on Laravel, search, deployment, and backend behavior.

Writing is where I turn implementation experience into clearer explanations. It helps me sharpen the work, and it helps other engineers get to the useful parts faster.

Architecture proposal

Scaling xCloud's deployment pipeline for the AI builder era

A capability-driven architecture proposal for supporting Lovable SSR, Bolt, Replit, and future AI app builders without adding brittle type checks everywhere.

May 7, 2026 · xCloud / Lovable / Architecture · Architecture proposal
Read architecture proposal

Research report

Building a BYOS deployment product for Lovable repos without lying about compatibility

A research report on analyzing Lovable-generated repos, deploying static and Node SSR cases, handling provider-managed backends, and rejecting incompatible edge runtimes clearly.

May 6, 2026 · Cloudflare / Deployment systems · Research report
Read research report

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