Completed
Fail fast
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Patterns of Resilience - The Untold Stories of Robust Software Design
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is resilience
- 3 What is it all about
- 4 Availability
- 5 Mean time to failure
- 6 Distributed systems
- 7 Cloudbased systems
- 8 Resilience approach
- 9 Developing a pattern language
- 10 Isolation
- 11 Black hats
- 12 Parameter checking
- 13 Statelessness
- 14 Strict Consistency
- 15 Idempotency
- 16 Latency Control
- 17 Mods
- 18 Circuit breaker
- 19 Command pattern
- 20 Fail fast
- 21 Bounded queues
- 22 Un unbounded queue
- 23 Supervision
- 24 Escalation
- 25 Other patterns
- 26 Conclusion