For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bazel

Intro

Bazel is an opinionated build system that I’ve come to appreciate for its efficiency and scalability. Originally developed by Google to tackle the challenge of managing extensive codebases across various languages and platforms, Bazel is now available as open-source.

Official documentation can be found here -> https://docs.bazel.build

In the subsections, I will cover concepts I've learned and provide tips.

Last updated