Review: Bazel in Depth (Richard Johnson)
Bazel is a Google-derived build system with some interesting properties but a steep learning curve....
Tag archive
Bazel is a Google-derived build system with some interesting properties but a steep learning curve....

If you've been following along, you know I've been on a journey of Bazelifying this my Pedalboard...

Disclaimer: This was done primarily as a study exercise. The goal was to learn Bazel hands-on and...

In my previous post I consolidated the lint setup across all 7 packages in the Pedalboard monorepo....
Remote caching can slash build times by 80% for large monorepos, but Bazel 7.0 and Gradle 8.8 take...
Monorepo build times balloon from 2 minutes to 45 minutes as your codebase hits 100k lines—Bazel 7.0...
A 12-module Java 24 monorepo with 480k lines of code takes 14 minutes 22 seconds to build with Maven...

In my previous post I went through Bazelifying a single monorepo's package. That was mainly a study...
A guide to building C++ libraries using Bazel, Google's high-performance build system. ...

Looking at S-Core today feels a bit like walking into a German factory that has just announced a...

Welcome to the next pikoTutorial! In one of the recent articles, I showed how to build and run...

Why Python Libraries Matter in Bazel In Module 1, we created a single executable file. But...