Tag: #monorepo
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 8 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#bazelWhen git gets slow — structural prescriptions for a large repository
There is no single reason a repository gets slow. A long commit history, a huge number of files, and big binaries sitting in the tree are three different problems with three different prescriptions. This post starts with
2026-07-26 · 11 min read #git#performance#monorepo#git-lfs#version-controlBuild 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#nxModern Code Review and Merge Pipelines — PR, Merge Queue, Stacked PRs, Monorepo, AI Review, Trunk-Based, Husky, Semgrep Deep Dive (2025)
The daily activity we talk about least. PR sociology, Code Owners, Merge Queue (GitHub/Mergify/Aviator/Graphite), Stacked PRs (Graphite, Sapling, Jujutsu), Monorepo vs Polyrepo 2025, Nx/Turborepo/Moon/Bazel, AI review (C
2026-04-15 · 12 min read #code-review#pull-request#merge-queue#monorepo#stacked-prsAdvanced CI/CD Pipeline Guide 2025: Deployment Strategies, GitOps, Monorepo, Security Pipeline
Everything about advanced CI/CD! Deployment strategies (Blue-Green/Canary/Rolling), GitOps (ArgoCD/Flux), Monorepo CI (Turborepo/Nx), Feature Flags (LaunchDarkly), pipeline security, environment management, rollback stra
2026-03-25 · 18 min read #ci-cd#deployment#gitops#argocd#monorepoMonorepo 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-workspaceGit Mastery: Advanced Workflows Every Developer Needs — From Junior to Senior
From git rebase -i, cherry-pick, bisect, and worktree to trunk-based development, conventional commits, and GitHub Actions CI/CD — the complete guide to wielding Git like a senior engineer. Includes 20 real-world scenari
2026-03-22 · 23 min read #git#github#version-control#workflow#branchingGitHub Actions Advanced Patterns: Reusable Workflows, Composite Actions, and Monorepo CI/CD Optimization
Covers advanced GitHub Actions patterns including pipeline templating with Reusable Workflows, reusable step composition with Composite Actions, and monorepo CI/CD optimization using path-filter, matrix, and caching stra
2026-03-12 · 16 min read #devops#github-actions#ci-cd#monorepo#reusable-workflows