1 link tagged with all of: cloud-computing + system-design
Click any tag below to further narrow down your results
Links
The article discusses error handling strategies in software systems, particularly in cloud environments. It emphasizes that error handling should be a global property of the system rather than a local one, considering factors like failure correlation, architecture capabilities, and the potential to continue operations. The author also highlights the importance of blast radius reduction techniques.