Engineering documentary
The permission race behind intermittent Nginx cache 500s
A production investigation into how recursive ownership changes made Nginx lose access to its own FastCGI cache—and why directory ACLs were the safer fix.
Writing
Engineering documentaries and practical notes on deployment, Linux, Laravel, and the decisions hiding beneath reliable software.
Engineering documentary
A production investigation into how recursive ownership changes made Nginx lose access to its own FastCGI cache—and why directory ACLs were the safer fix.
Engineering documentary
How a secure Git bootstrap workflow creates a private repository, pushes an existing site, and enables deployment without exposing OAuth credentials.
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.