/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nikhilism.com
| | blog.bazel.build
2.6 parsecs away

Travel
| | [AI summary] The Bazel Blog announces an experimental feature in version 0.25 that significantly reduces network bandwidth usage in remote builds by virtualizing action outputs and downloading only metadata instead of full file contents.
| | bazel.build
2.3 parsecs away

Travel
| | [AI summary] This article explains the concept of hermeticity in Bazel builds, detailing its benefits for reproducibility and optimization while providing strategies to identify and fix non-hermetic behaviors.
| | filipnikolovski.com
4.1 parsecs away

Travel
| | A blog about programming, technology and open-source stuff.
| | blog.owulveryck.info
15.6 parsecs away

Travel
| This article explains how to turn a golang utility into a webservice using gRPC (and protobuf). I take the example of Hashicorp tools because they are often used as a leverage for the DevOps transformation. Often, the Ops use the tools for themselves, but when comes the time to provide a service around them, they are usually scared to open the engine. They prefer to make a factory around the service, which is often less reliable than a little piece of code fully tested.