infrastructureMar 23, 2026Scaling to One Million Users: The Infrastructure Playbook Nobody SharesThe definitive guide to scaling a web application from 0 to 1M+ users. Connection pooling, caching layers, load balancing, background jobs, edge computing, monitoring, and the real war stories that nobody puts in their blog posts.scalingbackendpostgresqldevopsblog.readMore Scaling to One Million Users: The Infrastructure Playbook Nobody Shares
devopsNov 21, 2025The VPS Setup That Actually Works: Node.js, PM2, Nginx, and Zero-Downtime DeploysThe exact VPS deployment setup I use in production — Ubuntu hardening, PM2 cluster mode, Nginx reverse proxy, SSL, and a deploy script that hasn't failed me yet. No theory, just what works.vpsnginxpm2deploymentinfrastructureblog.readMore The VPS Setup That Actually Works: Node.js, PM2, Nginx, and Zero-Downtime Deploys
github-actionsNov 10, 2025GitHub Actions CI/CD: Zero-Downtime Deployments That Actually WorkMy complete GitHub Actions setup: parallel test jobs, Docker build caching, SSH deployment to VPS, zero-downtime with PM2 reload, secrets management, and the workflow patterns I've refined over two years.cicddevopsdeploymentinfrastructureblog.readMore GitHub Actions CI/CD: Zero-Downtime Deployments That Actually Work
dockerOct 27, 2025Docker for Node.js: The Production-Ready Setup Nobody Talks AboutMulti-stage builds, non-root users, health checks, secrets management, and image size optimization. The Docker patterns I use for every Node.js production deployment.node.jsdevopsdeploymentinfrastructureblog.readMore Docker for Node.js: The Production-Ready Setup Nobody Talks About