Tag: #turborepo
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 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#bazelBuild Systems & Monorepo Tools 2026 — Bazel 8 · Pants 2 · Buck2 · Nx 20 · Turborepo 2 · Moon · Lerna 8 · Rush · pnpm Workspaces Deep Dive
The 2026 landscape of build systems and monorepo tools. Bazel 8 made Bzlmod the default and remote execution is effectively standard. Buck2 was rewritten in Rust and went OSS. Pants 2 is the de-facto Python monorepo. In
2026-05-16 · 22 min read #build-systems#bazel#pants#buck2#nxCI/CD Systems 2026 — Deep Dive into GitHub Actions, Buildkite, CircleCI, GitLab, Jenkins, Argo, Tekton, Earthly, and Dagger
A complete look at the CI/CD market as of May 2026. GitHub Actions (reusable workflows, OIDC federation, large runners, ARC), Buildkite, CircleCI, GitLab CI/CD, Jenkins (Pipeline + JCasC), TeamCity, Bamboo, Bitrise, Code
2026-05-16 · 22 min read #ci-cd#github-actions#buildkite#circleci#gitlab-ciFrontend CI/CD & Deployment 2025 — GitHub Actions, Turborepo, Vercel, Netlify, Cloudflare, Preview, Canary, Feature Flags, SLSA/SBOM (S6 E12)
CI/CD for frontend is no longer "build and ship." It is caching, preview environments, canary rollouts, feature flags, supply-chain attestation (SLSA/SBOM), and rollback-first thinking. This guide compares GitHub Actions
2026-04-15 · 7 min read #frontend#ci-cd#deployment#github-actions#turborepoMonorepo Strategy Guide 2025: Nx vs Turborepo vs Lerna — Complete Guide to Managing Large Codebases
Everything about monorepos! Nx vs Turborepo vs Lerna comparison, pnpm workspace setup, selective builds/tests, CODEOWNERS, Changesets versioning, CI/CD optimization, and large-scale team monorepo strategies.
2026-03-24 · 18 min read #monorepo#nx#turborepo#lerna#pnpm-workspace