Posts.
Senior Engineer writing — production-grade web, testing, CI/CD, deploys, and the path from junior to senior in global tech. New posts every other week.
-
docker-compose for Next.js + NestJS local dev
The docker-compose I use for Next.js + NestJS + Postgres locally — hot reload that actually fires, services that wait for the database, and the gotchas tutorials skip.
-
Dockerizing Next.js for production
A walkthrough of the multi-stage Dockerfile I use to ship Next.js to production — small image, fast rebuilds, real env handling, and the gotchas tutorials skip.