Architecture Weekly Issue #15. Articles, books, and playlists on architecture and related topics. Every record has the complexity indication: ๐ŸคŸ means hardcore, ๐Ÿ‘ทโ€โ™‚๏ธ is technically applicable right away, ย ๐Ÿผ - introduction to the topic or an overview.

WARNING ๐Ÿ‡บ๐Ÿ‡ฆ

It's already a two month of crazy, inhuman, unjustified war of Russia against Ukraine. We condemn this war and want it to stop ASAP. We continue this newsletter so you can advance your skill and help the millions of Ukranian people in any way possible.

Minimizing correlated failures in distributed systems ๐Ÿผ

Systems can experience failures due to independent reasons. Then you can just use a compound probability to estimate the availability. However, there are multiple failures caused by a single reason: this is called a correlated failure. What's this and how redundancy works well to deal with them in the blog post by AWS.

Minimizing correlated failures in distributed systems

How to do distributed locking ๐ŸคŸ

We continue the topic of distributed systems with old, but gold post by Martin Kleppmann on distributed locking. The reason to have one is to avoiding making the same work twice either for efficiency, or for correctness. Read the full article for details.

How to do distributed locking โ€” Martin Kleppmannโ€™s blog