Plain JavaScript with Bazel and Node.jsThis article shows how to build a plain JavaScript demo with Bazel and Node.js. BTW I can recommend The Modern JavaScript Tutorial if you…Dec 30, 2024Dec 30, 2024
What blocks C++ developers from using Bazel (in 2024)?Here is a list of things I can think of that blocks C++ developers from using Bazel:Dec 30, 2024Dec 30, 2024
Using Visual Studio 2022 to build Bazel projectsIn this post, I will describe one easy way not to say hacky way to use Visual Studio 2022 with Bazel.Dec 30, 2024Dec 30, 2024
Ray Tracing 101: Tiled-based vs. progressive renderingI have prepared two videos that show tile-based vs. progressive rendering for ray tracing.Dec 27, 2024Dec 27, 2024
Best practices for Boost libraries in the Bazel Central RegistryThe Bazel Central Registry (BCR) is a Bazel registry that can be used to share Bazel modules publicly. Bazel modules can range from complex…Nov 9, 2024Nov 9, 2024
Live at head metric: A software aging measurementLive at head means that instead of pinning your third-party libraries to a specific version (e.g. GoogleTest v1.11.0) you always use the…Jun 30, 2024Jun 30, 2024
Manage Terraform state in a AWSDrawbacks of storing Terraform state local or in version control systemOct 2, 2023Oct 2, 2023