Tag: #build-cache
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Monorepo CI Cache Strategies — Fix the Cache Key, Not the Cache Size
Most of the time, monorepo CI is slow not because the cache is too small but because the cache key is wrong. This post covers what the Turborepo, Nx, Bazel, and GitHub Actions caches actually hash, three levers for narro
2026-07-31 · 14 min read #monorepo#ci-cd#build-cache#turborepo#bazelWhy the Docker Build Cache Keeps Breaking — Layer Cache Keys, ARG, and BuildKit Cache Mounts
Explains, at the level of cache keys, why npm ci runs for five minutes again after you changed a single line of code. It covers the difference between a RUN cache key being the command string and a COPY cache key being a
2026-07-26 · 11 min read #docker#buildkit#build-cache#ci-cd#devops