State Management

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

[EN] SAGA in practice (Part 3): State management and compensation via orchestrator
[EN] SAGA in practice …

1. Get out of the event chaos

Welcome to Part 3 of our series on the SAGA Pattern. In Part 2 we implemented a choreography-based saga. The services communicated loosely coupled via events, which appeared elegant and decentralized.