Tag: system-design
All the articles with the tag "system-design".
-
Understanding Zero Trust in 5 Minutes
Published: at 10:12 AMExplaining the Zero Trust security model: core principles, comparison with traditional security, and practical examples.
-
Understanding Saga Pattern in 5 Minutes
Published: at 11:59 AMExplaining Saga Pattern: distributed transactions in microservices, Event-Driven vs Orchestration, compensation, and eventual consistency.
-
Saga Pattern: When Theory Meets Reality
Published: at 09:02 AMReal-world lessons from implementing Saga Pattern: partial failure, imperfect compensation, duplicate events, and the trade-off between Orchestration and Choreography.
-
Be Careful with Retry – Don't DDoS Your Own System
Published: at 04:02 PMUncontrolled retries can cause cascading failures. A guide to proper retry with exponential backoff, jitter, circuit breaker, and deferred retry.