Don’t repeat yourself – but don’t overdo it
Since I sometimes need to argue with other developers about my understanding of the DRY (Don't Repeat Yourself) principle I want to share my thoughts about it here.(So I can…
Since I sometimes need to argue with other developers about my understanding of the DRY (Don't Repeat Yourself) principle I want to share my thoughts about it here.(So I can…
A lot of us coders are suffering from tensions in neck and shoulders.I am no exception here: Since I was born with a scoliosis I have even more issues than…
In this article I want to show you how to test a spring-boot application that sends and consumes messages from RabbitMQ queues. Update 2022-10-18: You can find an updated version…
In this brief article I want to cover the three most common misconceptions about the role of the product owner, I have encountered so far: The product owner is a…
Automating the build pipeline to the cloud, the simple way In this brief tutorial I'll show you how to set up a Spring Boot project for deploying it into the…