Tag: #cqrs
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 12 posts
Distributed Systems Complete Guide — Clocks, Consensus, Event Sourcing, Saga, CRDT, Failure Patterns (Season 2 Ep 12, 2025)
A distributed system looks like "several computers cooperating," but what it really is: "several computers whose clocks disagree, some of them broken, reaching agreement across a network that loses and delays messages."
2026-04-15 · 13 min read #distributed-systems#consensus#raft#paxos#lamport-clockEvent-Driven Architecture Patterns Guide 2025: CQRS, Event Sourcing, Saga Pattern
Everything about EDA patterns! Domain events, Event Sourcing (event store), CQRS (command/query separation), Saga pattern (Choreography vs Orchestration), Outbox pattern, idempotency, eventual consistency, Kafka/RabbitMQ
2026-03-24 · 22 min read #event-driven#cqrs#event-sourcing#saga-pattern#microservicesAsync Processing Patterns Mastery: CQRS, Saga, Event Sourcing — Senior Backend Developer Essential Guide
Netflix processes 260M users, Uber handles petabytes of real-time data — all asynchronously. CQRS, Saga (Choreography vs Orchestration), Event Sourcing, Outbox, Idempotency, DLQ — the complete async patterns guide every
2026-03-22 · 28 min read #async#cqrs#saga-pattern#event-sourcing#event-drivenEvent-Driven Architecture Practical Guide: CQRS, Event Sourcing, Saga Patterns
Analyzes the core patterns of Event-Driven Architecture -- CQRS, Event Sourcing, and Saga -- with production code examples, and covers operational strategies and troubleshooting methods.
2026-03-14 · 26 min read #architecture#event-driven#cqrs#event-sourcing#saga-patternEvent-Driven Architecture + CQRS + Event Sourcing Practical Implementation: Distributed System Design with Kafka/RabbitMQ
Compare and analyze core patterns of Event-Driven Architecture (Pub/Sub, Event Streaming, Event Sourcing), and implement CQRS and Event Sourcing in TypeScript and Python. Covers Kafka, RabbitMQ, NATS message broker compa
2026-03-11 · 18 min read #architecture#event-driven#cqrs#event-sourcing#microservicesEvent Sourcing + CQRS Architecture Implementation Guide: From Event Store to Projections and Saga Patterns
A deep dive into Event Sourcing and CQRS architecture from a practical implementation perspective. Covers event store design, Aggregate implementation, projection and Read Model construction, distributed transaction mana
2026-03-10 · 17 min read #architecture#event-sourcing#cqrs#event-driven#domain-driven-designEvent Sourcing Production Anti-Patterns: Schema Evolution, Snapshotting, and Event Store Scaling
Advanced production guide for Event Sourcing covering event schema evolution strategies, snapshotting patterns, projection rebuilding, event store scaling comparison, anti-patterns to avoid, and real-world failure case s
2026-03-07 · 16 min read #architecture#event-sourcing#cqrs#schema-evolution#event-storeCQRS + Event Sourcing Microservices Architecture: Kafka-Based Implementation and Saga Pattern Practical Guide
A comprehensive architecture guide covering CQRS and Event Sourcing core principles, Kafka-based event store implementation, distributed transaction management with the Saga pattern, and production operation best practic
2026-03-06 · 24 min read #architecture#cqrs#event-sourcing#kafka#saga-patternEvent Sourcing and CQRS Pattern Implementation Guide: From Design to Operations
A practical guide covering event sourcing and CQRS patterns from core concepts to EventStoreDB-based implementation, projection design, snapshot strategies, event versioning, and disaster recovery.
2026-03-05 · 20 min read #architecture#event-sourcing#cqrs#2026-03CQRS Pattern Practical Implementation Guide
A comprehensive guide to the CQRS pattern — from the principles of Command/Query separation to Event Sourcing integration, Kafka usage, and hands-on implementation examples with Spring Boot.
2026-03-03 · 6 min read #architecture#cqrs#event-sourcing#kafka#2026-03Event-Driven Architecture + CQRS + Saga Pattern: A Practical MSA Design Guide
A practical design guide combining Event-Driven Architecture, CQRS (Command Query Responsibility Segregation), and the Saga pattern in an MSA environment. Includes Kafka-based implementation code, Mermaid diagrams, and a
2026-03-02 · 8 min read #architecture#event-driven#cqrs#saga-pattern#microservicesEvent-Driven Architecture Design Patterns — Kafka, CQRS, Event Sourcing Practical Guide
A hands-on guide to core Event-Driven Architecture patterns. Covers the concepts and implementation of Kafka-based messaging, CQRS, and Event Sourcing with code examples and Mermaid diagrams.
2026-03-02 · 12 min read #architecture#event-driven#kafka#cqrs#event-sourcing