A Practical Guide to CQRS and Event Sourcing
This guide explains CQRS and Event Sourcing in terms of domain boundaries, projections, consistency tradeoffs, snapshots, and operational complexity.
AI DevOps Korea
Aidevops.kr covers LLMOps, RAG, agents, observability, evaluation, and cost-performance optimization for production AI services.
This group clusters posts that are best read together inside the Backend category, so the learning path feels more intentional.
This group currently contains 7 posts.
Start Here
This guide explains CQRS and Event Sourcing in terms of domain boundaries, projections, consistency tradeoffs, snapshots, and operational complexity.
Group Archive
This guide explains CQRS and Event Sourcing in terms of domain boundaries, projections, consistency tradeoffs, snapshots, and operational complexity.
A structured backend roadmap covering API fundamentals, reliability patterns, and distributed architecture in a practical learning order.
How to choose between orchestrated and event-driven sagas when distributed workflows become hard to reason about.
This guide explains how to use Circuit Breaker, Retry, TimeLimiter, and Bulkhead as an operational strategy for failure isolation in Spring Boot services.
This guide covers Outbox, Inbox, idempotency, retries, ordering, and observability as the practical foundation for distributed consistency without defaulting to 2PC.
This guide covers event contracts, partition meaning, idempotency, replay, DLT, and operational metrics when using Kafka as a foundation for event-driven design.
A production-focused guide to microservice architecture. Learn when service boundaries pay off, how gateway and async patterns change failure modes, and what makes MSA sustainable beyond diagrams.