Clean-Code
[EN] Your code is good, …
The two pillars of requirements
It’s Friday afternoon, 4:00 p.m. You’ve just merged the feature, the pipeline is green, and you feel invincible. Then the Slack message comes from the product owner: “Hey, looks good, but why does X happen when I do Y? That was discussed completely …
[EN] Spring Boot 4 & …
The year is 2025. Spring Boot 4 is here, and we no longer use deprecated RestTemplate calls. We combine the new Declarative HTTP Client feature with the proven Circuit Breaker Pattern and refine it with a Retry strategy.
[EN] Collections hacks: …
If you’ve been programming Java for a while, you probably use List, Set, and Map every day. But let’s be honest: most developers barely scratch the surface of what the Java Collections API can really do.
![[EN] Your code is good, but the feature is wrong: A plea for requirements engineering](/images/RE-Basics-Header.jpeg)
![[EN] Spring Boot 4 & Resilience4j: Error handling can be so elegant](/images/Curcuit-Breaker-Spring-Boot4-Header.jpeg)
![[EN] Collections hacks: 10 tricks that will instantly turn you into a Java pro](/images/CollectionHacks_BlogHeader.png)