Incremental Integration Testing with Bazel
In this article I will show how to optimize integration testing by running tests incrementally. My example is using .Net Core with Bazel, but the concepts discussed in this...
Read articleBrowse articles in this topic.
In this article I will show how to optimize integration testing by running tests incrementally. My example is using .Net Core with Bazel, but the concepts discussed in this...
Read articleIn this post I will show how to create a unified Bazel build for an asp.net core backend and an Angular frontend. I will be using the latest versions of both Angular and Asp.net core.
Read articleIn this post I will show how to build a JavaScript application using Bazel and the Closure compiler.
Read articleIn this post I will show an example of a large React Bazel build consisting of more than 8000 components and service files. The sample uses Bazel to create a Rollup production...
Read articleIt’s still a bit too early to use the .Net Bazel rules in a real enterprise project, but it’s at least possible to start doing some small POCs. In this article I will show how...
Read articleI have created a seed application for people who are interested in exploring Bazel as the single build tool for Svelte applications.
Read articleThis post is a quick write-up of a poc on remote Bazel builds of Svelte code.
Read articleThis post is a writeup of a POC I did with Bazel and Svelte. The Bazel rules are still considered experimental, but I have a working Bazel build with Svelte compilation and...
Read articleIn this article I will show a simple example of how to build a simple C# self hosted web api using Bazel.
Read articleLately I’ve run some experiments with remote Bazel builds of Angular and React applications. This post is a write-up of my results so far.
Read articleIn this post I will show how to build a scalable React dev environment using Bazel as the build tool.
Read articleI have created a simple demo where I show how to use Bazel to build a full stack application written in React and Java. This is just a simple POC, but it illustrates the...
Read articleIn this post I will show how to use Bazel with Protocol buffers to share types between Typescript, Java and C++ in the same application.
Read articleIn this post I will show how to create a NodeJS add-on using C++ and Bazel.
Read articleThis post is a quick write-up of an experiment where I use remote execution to build my Bazel project.
Read articleLately I have spent some time playing with remote caching of Bazel build artifacts. I am still exploring this, but here is a quick summary of what I’ve learned so far.
Read articleIn a previous post I showed how build an Angular app and a Node api with Bazel. In this post I will take this a step further by throwing a Java Api into the mix.
Read articleIn the following post I will show an example where I use Bazel to build an Angular application and a nodejs api.
Read articleHere is an early prototype of an Angular application with lazy loading, built using Bazel and Rollup.
Read articleIn this post I will show how to wire up a simple implementation of a Bazel build with a “live refresh” dev server.
Read articleThis weekend I decided to experiment with using Bazel as the build tool for a simple Angular application. This post is a quick write-up of my learnings so far.
Read article