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.

[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] 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.

[EN] My first Docker image with the M1 MacBook
[EN] My first Docker …

Long story short docker buildx create --name mybuilder docker buildx use mybuilder docker buildx build --push --tag user/image-name --platform=linux/arm64,linux/amd64 .