DevOps

[EN] Rust, Speed ​​& Repo Insights: This is new in Git 2.53
[EN] Rust, Speed ​​& Repo …

Git is one of those tools that people often think of as “finished.” But release 2.53 proves the opposite. For us developers, this update means one thing above all: a better Developer Experience (DX) through smarter automation and noticeable performance optimizations under the hood.

[EN] DRY Terraform: Multi-account strategies with Terragrunt in practice
[EN] DRY Terraform: …

Anyone who has ever scaled an infrastructure across multiple AWS accounts using pure Terraform knows the problem: you copy the same provider block and the same backend configuration for the tenth time. Terraform is powerful, but it has its native limits when it comes to DRY. This is where …

[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?