Devops

[EN] Unit tests for your architecture? Introduction to ArchUnit
[EN] Unit tests for your …

Hello everyone, I actually thought the whole time I had already written an article about this. Then I realized that although I’ve already mentioned ArchUnit a few times, but I haven’t written anything about it, except in my Obsidian Vault. So I’ll catch up on that today.

[EN] Code reviews that don't annoy: From bean counting to mentoring
[EN] Code reviews that …

Why We Hate Code Reviews (and Why It’s Wrong)

The code is written, the unit tests are green, and you are proud of your solution. You create the pull request (PR), push it into the team channel and move on to the next task.

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