Policy As Code
Policy as Code (from an internal company newsletter)
Policy as Code (from an internal company newsletter)
Introduction
(A reminder for next time I end up scratching my head on this)
The point of the stuffing Clojure AOT into a Java Annotation processor is now revealed.
I’ve been witness to a few monorepo projects where Pull Requests to main are blocked until after a successful CI pipeline run. In each case the CI pipelines...
This post looks at a way to trigger Clojure AOT from a Java Annotation Processor running at Compilation time.
A lot changed in the Bazel ecosystem since the previous 2018 post. I brought the repo up to date with latest Bazel (3.3.0) & Haskell rules.
Notes on an investigation into a problem resizing certain PNGs using the NGINX image filter module.
Very occasionally the need arises to push a 3rd party JAR that isn’t publically hosted on Maven into a private repo hosted on S3. The trick is to get Maven t...
One of the promises of Bazel is “One tool, multiple languages”. Let’s validate this claim - but which languages to choose?