Hamza SehouliEvent Sourcing in Laravel 12 with Spatie’s Laravel-event-sourcing v7Event sourcing is a design pattern that allows applications to store changes as a series of immutable events, rather than simply looking at…1d ago
Albert LlousasExploring event sourcing: A scalable bank accountHave you ever thought about implementing event sourcing? Can it be effectively applied in real-world applications? How does it integrate…Nov 15, 202410
Sylvain TisetTop 10 Microservices Design Patterns you should knowEarlier I presented one useful design pattern to migrate to a monolithic application to microservices. This pattern is the Strangler Fig…Sep 18, 202417Sep 18, 202417
Marcin SodkiewiczLegacy software & Expanding Software Capabilities with Serverless Event-Driven ArchitecturesHow to build modern systems in symbiosis with digital4d ago4d ago
🚀 Backend Scaling PlaybookMicroservice Distributed Transactions 101: Guide to Choose the Best StrategyYour application relies on multiple services, and maintaining data consistency across distributed transactions is crucial. How would you…Jan 27, 20244Jan 27, 20244
Hamza SehouliEvent Sourcing in Laravel 12 with Spatie’s Laravel-event-sourcing v7Event sourcing is a design pattern that allows applications to store changes as a series of immutable events, rather than simply looking at…1d ago
Albert LlousasExploring event sourcing: A scalable bank accountHave you ever thought about implementing event sourcing? Can it be effectively applied in real-world applications? How does it integrate…Nov 15, 202410
Sylvain TisetTop 10 Microservices Design Patterns you should knowEarlier I presented one useful design pattern to migrate to a monolithic application to microservices. This pattern is the Strangler Fig…Sep 18, 202417
Marcin SodkiewiczLegacy software & Expanding Software Capabilities with Serverless Event-Driven ArchitecturesHow to build modern systems in symbiosis with digital4d ago
🚀 Backend Scaling PlaybookMicroservice Distributed Transactions 101: Guide to Choose the Best StrategyYour application relies on multiple services, and maintaining data consistency across distributed transactions is crucial. How would you…Jan 27, 20244
InCodeNxbyChaitanya (Chey) PenmetsaImplement Mediator Pattern with MediatR in C#In this blog, we’ll explore the implementation of the mediator pattern in C#. To grasp the concept of the mediator pattern and its use…Feb 3, 20241
Paradigma DigitalMicroservices Architecture Patterns: Event Sourcing and Event-Driven Architecture (EDA)We begin the fifth installment of this architecture patterns series. In case you missed any previous articles, here are the links:Feb 27
InSSENSE-TECHbySam-Nicolai JohnstonEvent Sourcing: A Practical Guide to Actually Getting It DoneEvent Sourcing — the pattern for storing data as events in a log and using them to reconstruct its state — has been used for many years…Mar 22, 20242