Tags: bazel
Writing a Bazel rule set
Part of the series: Creating a blog with Bazel
Learn how to write custom Bazel rules by integrating PlantUML, including rule implementation and testing strategies.
Compiling a Kotlin application with Bazel
Part of the series: Creating a blog with Bazel
A comprehensive guide to building Kotlin applications with Bazel, including dependency management, testing, and static analysis with Detekt and Ktlint.
Why Bazel?
Part of the series: Creating a blog with Bazel
An overview of Bazel's core concepts, from hermetic builds and reproducibility to extensibility and its three-phase build system.
A new beginning
Part of the series: Creating a blog with Bazel
Resurrecting an inactive blog by migrating from Octopress to Hugo, and embarking on a journey to build everything with Bazel.
