Skip to main content

2 docs tagged with "distributed-systems"

View all tags

Distributed Systems

Core theory behind distributed systems — CAP theorem, consistency models, idempotency, and the Saga pattern for distributed transactions — for Java/Spring Boot backend engineers.

Microservices

An architectural style that structures an application as a collection of small, independently deployable services — each owning its data and business logic.