Software Engineering

[EN] Pogo: The VCS that consciously goes back to the central server
[EN] Pogo: The VCS that …

Git won. That is undisputed. But “won” doesn’t mean “perfect” - and in recent years more and more tools have appeared that address exactly the corners that Git has been hitting for decades: confusing staging areas, merge conflicts that block your entire workflow, a …

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