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 […]
Devoxx UK Deep Dive: Streams and CompletableFutures
A few weeks ago I took part in the DevOxx UK Deep Dive Session Parallel and Asynchronous Programming with Streams and CompletableFuture hold by Venkat Subramaniam (@venkat_s). I did write a lot of notes. So here they are 😀
Spring Boot: Interupt free rolling deployments
Today I added graceful-shutdown capabilities to our Spring Boot Application. The Springboot-Graceful-Shutdown enables your spring boot application to do a rolling deployment without any downtime on Openshift.