Three days of conference, Quarkus all the way

At the beginning of February, the biggest Scandinavian developer conference “JFokus” took place in Stockholm. Within 3 days there were many interesting lectures on topics like “Distributed data management in a microservice architecture”, a workshop on how to write your own Java agents, several lectures on garbage collectors and memory optimization. But the most common […]

Improved pipeline build time with Maven, Jenkins and Surefire

Currently, I am dealing with a bug that leads to unstable build times. The setup consists of Jenkins, Maven and the Surefire Test plugin. Through this work, I’ve come across the fact that all the optimizations we use on our developer machines never found their way into our Jenkins pipeline. So then I started tuning […]