My side projects
-
Hexagonal, Onion, and Clean Architectures
1. Hexagonal Architecture (Ports and Adapters) -
Microservices Integration
Microservices integration example using CQRS, MediatR, Message Queue, Aggregate Root -
Microservices and Event Sourcing
Event Sourcing is a design pattern where state changes in a system are stored as a sequence of immutable events rather than updating the current state directly. The current state is reconstructed by replaying these events.