Performance

[EN] Spring Boot 4 & GraphQL: High-Performance APIs mit Java Records
[EN] Spring Boot 4 & …

While REST often provides too much data (overfetching) or gRPC is too complex to handle for web clients, GraphQL has established itself as the standard for flexible front ends.

[EN] CQRS Pattern explains: Why CRUD is not enough in microservices
[EN] CQRS Pattern …

Do you know that? You start a new project with a clean domain model.

[EN] Collections hacks: 10 tricks that will instantly turn you into a Java pro
[EN] Collections hacks: …

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