Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Patterns for Resilient Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Complex systems
- 3 Partial failure mode
- 4 The Famous 95 of availability
- 5 Availability in parallel
- 6 AWS Region and availability zones
- 7 Multi-AZ architecture
- 8 Theoretical blast radius
- 9 Typical service application
- 10 Partial availability zone failure
- 11 System properties . Workload isolation
- 12 Cascading Failures
- 13 Cell-based architecture
- 14 Shuffle sharding
- 15 Auto-scaling for self-healing
- 16 Decoupling with async pattern
- 17 Degrade & prioritize traffic with queues
- 18 Set the timeouts!
- 19 Backing off between retries
- 20 Idempotent operation
- 21 Shallow health check
- 22 Deep health check
- 23 Service Degradation & Fallbacks
- 24 Pattern B: Circuit Breaker
- 25 Database Federation
- 26 Database Sharding
- 27 Read/Write separation
- 28 Pattem 9+
- 29 Chaos engineering