Writing
Notes from building and running systems — backend design, DevOps, applied AI, and the occasional book that changed how I work.
1 post in DevOpsClear filters
- 7 min read
Shrinking a container image from 1GB to 180MB
Multi-stage builds, layer ordering, and a .dockerignore that earns its keep. Same features, a sixth of the size, and a CI pipeline that stops being the bottleneck.
- DevOps
- Backend