From 55eacf84095bb95551789bdf2c0e657e5800c202 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 8 Jun 2019 04:22:03 +0800 Subject: [PATCH] Globalizing Player Accounts at Riot Games --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d54e0f..c44e532 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,7 @@ An organized reading list for illustrating the patterns of scalable, reliable, a * [High Availability at Netflix](https://medium.com/@NetflixTechBlog/tips-for-high-availability-be0472f2599c) * [High Availability Cloud Infrastructure at Twilio](https://www.twilio.com/engineering/2011/12/12/scaling-high-availablity-infrastructure-in-cloud) * [Automating Datacenter Operations at Dropbox](https://blogs.dropbox.com/tech/2019/01/automating-datacenter-operations-at-dropbox/) +* [Globalizing Player Accounts at Riot Games](https://technology.riotgames.com/news/globalizing-player-accounts) ## Stability * [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html)