Spring Boot

[EN] Spring Boot meets AI: How to build your own MCP server with Java
[EN] Spring Boot meets …

When we currently talk about the Model Context Protocol (MCP), TypeScript or Python usually dominates the timeline.

[EN] Never 'Works on my Machine' again: database testing done right
[EN] Never 'Works on my …

“But locally everything went green!” We all know this pain: your pipeline is green, your tests run locally in milliseconds.

[EN] The Outbox Pattern: No more data loss in microservices
[EN] The Outbox Pattern: …

In our previous articles about SAGA and CQRS we have tacitly assumed one thing:

[EN] Microservices Resilience: The Circuit Breaker Pattern with Spring Boot & Resilience4j
[EN] Microservices …

Imagine our SAGA Orchestrator (Saga Pattern Part 3) running at full speed.

[EN] SAGA in practice (Part 3): State management and compensation via orchestrator
[EN] SAGA in practice …

1. Get out of the event chaos Welcome to Part 3 of our series on the SAGA Pattern.

[EN] SAGA Pattern in Practice: Choreography with Spring Boot & RabbitMQ (Part 2)
[EN] SAGA Pattern in …

Part 2 – The Architecture: Services and Event Brokers Welcome to Part 2 of our series on the SAGA Pattern!

[EN] `@EventListener` in Spring Boot: How to build loosely coupled components
[EN] `@EventListener` in …

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

[EN] Your first microservice stack
[EN] Your first …

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