
Stamping Bazel builds with selective delivery
The obvious next step after building a nice CI pipeline around Bazel is Continuous Deployment. So no...

Browse the latest writing surfaced through DevArt.

The obvious next step after building a nice CI pipeline around Bazel is Continuous Deployment. So no...

Bazel is Google's open-sourced build tool. When used internally at Google, it comes along with a...

Is your organization practicing CBOI? If you haven't heard this hot new industry acronym, it stands f...

There are a few ways I like to describe Bazel to an engineer who hasn't used it. If they have used si...

For a long time, I thought I knew the answer to that question. A build system understands your softwa...

I work on the Angular 2 team, which is a fantastic chance to make some big improvements in developer...

With Angular 9.0 released, including the new Ivy compiler and runtime, it's a good time to ask "what'...

Don't expect the environment to have implicit things like tools in the PATH. Bazel builds are meant t...

Bazel is fast, general-purpose, and stable 1.0 Bazel is a build tool that gives you a typi...