DevOps

[EN] Git Worktrees for Agentic Development: Running multiple coding agents in parallel
[EN] Git Worktrees for …

You are currently working on a feature. Claude Code is running in your terminal, in the middle of a major refactoring. Then you notice a critical bug in production that you need to fix immediately. What now?

[EN] Modern Testing: How JUnit 6 is transforming the Java ecosystem
[EN] Modern Testing: How …

Eight years after the release of JUnit 5, the time has finally come: JUnit 6 is here. Anyone expecting an incremental update will be surprised. JUnit 6 is not just a refactoring, but a significant leap that sheds old baggage and makes the framework fit for the next decade of Java development - …

[EN] Modern IaC: How to build cloud infrastructure with the Formae Agent
[EN] Modern IaC: How to …

Anyone who has ever worked with Terraform or CloudFormation knows the game: you struggle with state locks, drifting resources and a DSL (Domain Specific Language) that often feels more like configuration than real code. Infrastructure as Code (IaC) is supposed to make our lives easier, but it often …