Skip to main content

3 docs tagged with "microservices"

View all tags

Microservices

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

Reliability Patterns

Circuit Breaker, Retry, Bulkhead, Timeout, and Rate Limiter — the five resilience patterns that prevent cascading failures in distributed Spring Boot services, implemented with Resilience4j.

System Design Interview Questions

Consolidated interview Q&A for System Design — covering SOLID principles, microservices, API design, caching, reliability patterns, distributed systems, and scalability.