From f27f0f98e6ce5f52420a005627e6be103ceca44f Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sat, 26 Oct 2019 09:01:03 +0800 Subject: [PATCH] Scalability and Authentication at Twitch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40f987e..c6e6a52 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [AVA: Audit Web Applications at Indeed](https://engineering.indeedblog.com/blog/2018/09/application-scanning/) * [TTL as a Service: Automatic Revocation of Stale Privileges at Yelp](https://engineeringblog.yelp.com/2018/11/ttl-as-a-service.html) * [Enterprise Key Management at Slack](https://slack.engineering/engineering-dive-into-slack-enterprise-key-management-1fce471b178c) + * [Scalability and Authentication at Twitch](https://blog.twitch.tv/en/2019/03/15/how-twitch-addresses-scalability-and-authentication-718d6ed3c471/) * [Distributed Messaging, Queuing, and Event Streaming](https://arxiv.org/pdf/1704.00411.pdf) * [Cape: Event Stream Processing Framework at Dropbox](https://blogs.dropbox.com/tech/2017/05/introducing-cape/) * [Brooklin: Distributed Service for Near Real-Time Data Streaming at LinkedIn](https://engineering.linkedin.com/blog/2019/brooklin-open-source)