
You definitely want to keep your software project's dependencies as up-to-date as possible. If you don't do it, technical debt will accumulate. I'll show you two alternatives to tackle this dull process automatically.
Read more

The Istio Service Mesh as deployed on Kubernetes: how to install, and how to get some insights out of it.
Read more

In this article, I want to show you from a beginner perspective how a programmer can implement higher-order functions in the beautiful language Kotlin! I tried to write my code snippets in a way that...
Read more

Does your system suffer from performance bottlenecks caused by multiple sequential outgoing calls? Then this blog post is for you! It will show you how you can leverage Kotlin's coroutines in order to easily convert...
Read more

November 2022
DevOps: 7 myths that hinder your transformation

October 2022
A self-contained system approach using Kotlin Multiplatform

September 2022
Maven beyond mvn clean install

August 2022
The Cyber Swiss Army Knife

June 2022
How Clean Architecture helps you migrating Camunda Platform 7 to 8

May 2022
Kotlin Assertion Libraries - Conclusions