Posts tagged "Deployment"
Essays, field notes, and engineering write-ups by Al Amin Ahamed covering Deployment — practical patterns, gotchas from production code, and lessons learned shipping real systems. Topics include architecture decisions, performance tuning, debugging stories, and integration notes you can apply directly to your own Deployment work.
· 8 min read
Caddy + Laravel: A 50-Line Production Config
The exact Caddyfile I run in production — automatic HTTPS, HTTP/3, security headers, rate limiting, asset caching, all in ~50 lines.
· 8 min read
Supervisor for Laravel: Queue Workers, Scheduler, Horizon
Production Supervisor configs for Laravel queue workers, schedule:work, and Horizon — with the gotchas around stopwaitsecs, max-time, and zero-downtime restarts.
· 11 min read
Deploying Laravel on a VPS: Caddy, Supervisor, and Zero-Downtime Releases
The exact setup I use to deploy Laravel on a raw Ubuntu VPS — Caddy for automatic TLS, Supervisor for queue workers, and an atomic symlink deploy script.