Patterns of Resilience - The Untold Stories of Robust Software Design
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the principles of resilient software design in this comprehensive conference talk. Delve into the challenges of maintaining high availability and responsiveness in complex, distributed, and interconnected application landscapes. Learn about a resilience pattern language organized around core principles, including isolation, statelessness, strict consistency, and idempotency. Discover practical techniques such as circuit breakers, fail-fast mechanisms, and bounded queues to enhance application robustness. Gain valuable insights into designing applications that can withstand unexpected failures and load situations, particularly in cloud-based and microservices environments. Equip yourself with essential knowledge to create software that remains reliable and performant in production, ultimately satisfying customers and protecting business interests.
Syllabus
Intro
What is resilience
What is it all about
Availability
Mean time to failure
Distributed systems
Cloudbased systems
Resilience approach
Developing a pattern language
Isolation
Black hats
Parameter checking
Statelessness
Strict Consistency
Idempotency
Latency Control
Mods
Circuit breaker
Command pattern
Fail fast
Bounded queues
Un unbounded queue
Supervision
Escalation
Other patterns
Conclusion
Taught by
Devoxx
Related Courses
Building Reactive MicroservicesPluralsight Best Practices for Building and Deploying Data Pipelines in Apache Spark
Databricks via YouTube Effective Microservice Communication and Conversation Patterns
NDC Conferences via YouTube Designing Resilient Data Pipelines
USENIX via YouTube I Made Everything Loosely Coupled - Does My App Fall Apart?
GOTO Conferences via YouTube