Published inITNEXTThe subtle art of waitingRecently, while working on a workshop titled Testing Your Pull Request on Kubernetes with GKE, and GitHub Actions, I faced twice the same…3d ago3d ago
Published inITNEXTHigh-cardinality values for build flags in RustWhile working on my demo on WebAssembly and Kubernetes, I wanted to create three different binaries based on the same code:Apr 17Apr 17
Published inITNEXTEven more OpenTelemetry — Kubernetes specialI have presented my OpenTelemetry demo many times, and I still do. Each time, the audience is different. To make no two presentations the…Apr 10Apr 10
Published inITNEXTMutation Testing in RustI’ve been a big fan of Mutation Testing since I discovered PIT. As I dive deeper into Rust, I wanted to check the state of mutation testing…Apr 3Apr 3
Published inITNEXTOne giant Kubernetes cluster for everythingThe ideal size of your Kubernetes clusters is a day 0 question and demands a definite answer.Mar 205Mar 205
Published inITNEXTImproving Maven’s dependency:analyze… or notRecently, my good friend Richard Fichtner advised using the mvn dependency:analyze command to get rid of declared but unused dependencies:Mar 13Mar 13
Published inITNEXTWebAssembly on KubernetesLike a couple of innovative technologies, different people have different viewpoints on where WebAssembly fits the technology landscape.Mar 6Mar 6
Published inITNEXTPull request testing on Kubernetes: vCluster for isolation and costs controlThis week’s post is the third and final in my series about running tests on Kubernetes for each pull request. In the first post, I…Feb 27Feb 27
Published inITNEXTPull Request testing on Kubernetes: working with GitHub Actions and GKEI’m continuing my series on running the test suite for each Pull Request on Kubernetes. In the previous post, I laid the groundwork for our…Feb 20Feb 20
Published inITNEXTPull request testing on Kubernetes: testing locally and on GitHub workflowsImagine an organization with the following practices:Feb 13Feb 13