1 min read
Docker Multi-Stage Builds for Smaller Images
Cut production image size with multi-stage builds — keep build tools out of the final artifact.
Personal technical blog
Astro, MDX, performance, SEO, and practical frontend decisions. Clean pages, static output, minimal runtime.
Featured
Cut production image size with multi-stage builds — keep build tools out of the final artifact.
Small, focused functions make code easier to test, read, and maintain without over-engineering.
Latest writing
Cut production image size with multi-stage builds — keep build tools out of the final artifact.
A minimal GitHub Actions workflow that installs, tests, and builds a Node project on every push.
Small, focused functions make code easier to test, read, and maintain without over-engineering.
How CPU and memory requests and limits work in Kubernetes — and why wrong values cause OOMKilled and throttling.