From 551d1fed92b4e13cd3f57a957f118c23f29b5832 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 3 Apr 2020 16:20:02 +0800 Subject: [PATCH] CDN Services at Spotify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfd4b3c..7b099bb 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Bandaid: Service Proxy at Dropbox](https://blogs.dropbox.com/tech/2018/03/meet-bandaid-the-dropbox-service-proxy/) * [CDN in LIVE's Encoder Layer at LINE](https://engineering.linecorp.com/en/blog/detail/230) * [Service Workers at Slack](https://slack.engineering/service-workers-at-slack-our-quest-for-faster-boot-times-and-offline-support-3492cf79c88) + * [CDN Services at Spotify](https://labs.spotify.com/2020/02/24/how-spotify-aligned-cdn-services-for-a-lightning-fast-streaming-experience/) * [Distributed Locking](https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html) * [Chubby: Lock Service for Loosely Coupled Distributed Systems at Google](https://blog.acolyer.org/2015/02/13/the-chubby-lock-service-for-loosely-coupled-distributed-systems/) * [Distributed Locking at Uber](https://www.youtube.com/watch?v=MDuagr729aU)