Blog

[EN] Collections-Hacks: 10 Tricks, die dich sofort zum Java-Profi machen
[EN] Collections-Hacks: …

If you’ve been programming Java for a while, you probably use List, Set, and Map every day.

[EN] `@EventListener` in Spring Boot: So baust du lose gekoppelte Komponenten
[EN] `@EventListener` in …

Hello everyone, In modern, microservices-oriented architectures, we want to keep components as independent as possible.

[EN] Spring Boot 4 Vertieft: Code-Beispiele für Declarative Clients, Resilience und Null Safety
[EN] Spring Boot 4 …

Hello everyone, The move to Spring Boot 4 is more than just a dependency update - it is a leap into a new era of application development.

[EN] Spring Boot 4: Die wichtigsten Neuerungen
[EN] Spring Boot 4: Die …

Spring Boot 4: Die wichtigsten Neuerungen Spring Boot 4 ist nicht nur ein inkrementelles Update; es ist ein strategischer Sprung, der die Architektur modernisiert und die Performance in Cloud-Umgebungen maximiert.

[EN] Warum Senior-Engineers fast nie `!= null` schreiben
[EN] Warum …

Hello everyone, If you’ve been around the Java world for a while, you know the picture: your code is littered with defensive queries like:

[EN] Java 24 & 25 Vertieft: Code-Beispiele für die neuen Sprach-Features
[EN] Java 24 & 25 …

Hello everyone, In the last article we highlighted the big steps of Java 24 and Java 25 - from Stream Gatherers to Scoped Values.

[EN] Java von 24 Bis 25
[EN] Java von 24 Bis 25

Hello everyone, In the world of Java development, we have become accustomed to rapid change.

[EN] Einführung in MCP Server
[EN] Einführung in MCP …

MCP Server: How your AI agent can understand the real world Hello everyone,

[EN] S.O.L.I.D Design Prinzipien
[EN] S.O.L.I.D Design …

Hello everyone, In the world of software development, we always run into the same challenges: How do we write code that is easy to maintain, extend, and understand?

[EN] Dein Erster Microservice Stack
[EN] Dein Erster …

Hello everyone, As developers, we know that writing an application is only half the battle.