Tag: #bazel
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 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#bazelModern C++ 2026 — C++ 23 / 26 / Modules / Reflection / Senders / std::print / CMake 3.30 / Conan 2 / vcpkg Deep Dive
A map of C++ in 2026. C++ 23 (published October 2024 as ISO/IEC 14882:2024) with std::expected, std::print, and std::generator; the real headliners of C++ 26 — Reflection (P2996), Senders/Receivers (P2300), Linear Algebr
2026-05-16 · 27 min read #cpp#cpp-23#cpp-26#modules#rangesCI/CD Platforms in 2026 — GitHub Actions / GitLab CI / CircleCI / Buildkite / BuildJet / Earthly / Dagger Deep-Dive Comparison
The 2026 CI/CD market is no longer "Jenkins or GitHub Actions." GitHub Actions has become the de facto standard, but a whole acceleration layer (BuildJet, Depot, Namespace) sits on top of it, while container/programmable
2026-05-16 · 22 min read #ci-cd#github-actions#gitlab-ci#circleci#buildkiteBuild 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#nxConfiguration Languages 2026 — CUE / Pkl (Apple) / KCL / Dhall / Jsonnet / HCL / Nix / Starlark / Pulumi (TS) Deep Dive
The 2026 configuration language landscape — CUE (Marcel van Lohuizen), Pkl (Apple, Feb 2024), KCL (Kusion Stack, CNCF Sandbox 2024), Dhall, Jsonnet (+ Sjsonnet / Tanka / Grafonnet), HCL (Terraform), Nix Lang / NixOS, Sta
2026-05-16 · 23 min read #config-language#configuration#cue#pkl#kclCI/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-ci