Docker

[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. But what about us Java developers?

[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. You deploy to staging or production – and it works. SQLSyntaxErrorException. Or worse: data is stored incorrectly.

[EN] Helmet for beginners: No more Kubernetes YAML hell
[EN] Helmet for …

Kubernetes has completely changed the way we deploy software. It’s powerful, scalable and… honestly often quite overwhelming. Maybe you know the feeling: you understand the basics of pods and services, but suddenly you’re drowning in a flood of manifest files. What was manageable …