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.
Writing
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
A capability-driven architecture proposal for supporting Lovable SSR, Bolt, Replit, and future AI app builders without adding brittle type checks everywhere.
Research report
A research report on analyzing Lovable-generated repos, deploying static and Node SSR cases, handling provider-managed backends, and rejecting incompatible edge runtimes clearly.
Laravel / Backend internals
A practical explanation of how Laravel queue workers make asynchronous job handling possible even though PHP itself is single-threaded.
MySQL / Search / 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.
Deployment / CI-CD
Deployment-focused writing around running Laravel with multi-container Docker setups and automating delivery with GitHub Actions.