> For the complete documentation index, see [llms.txt](https://notes.mikaelsamvelian.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.mikaelsamvelian.com/devops-knowledge/build-systems/bazel.md).

# Bazel

Bazel is an <mark style="color:green;">**opinionated**</mark> **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. &#x20;
