From 2472a16a8106f18442e34d3979db4019af33e3b2 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 21 Aug 2022 20:01:38 +0800 Subject: [PATCH] Improving Distributed Caching Performance and Efficiency at Pinterest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 220f61d..941f593 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Ratings & Reviews (2 parts) at Flipkart](https://blog.flipkart.tech/ratings-reviews-flipkart-part-2-574ab08e75cf) * [Prefetch Caching of Items at eBay](https://tech.ebayinc.com/engineering/prefetch-caching-of-ebay-items/) * [Cross-Region Caching Library at Wix](https://www.wix.engineering/post/how-we-built-a-cross-region-caching-library) + * [Improving Distributed Caching Performance and Efficiency at Pinterest](https://medium.com/pinterest-engineering/improving-distributed-caching-performance-and-efficiency-at-pinterest-92484b5fe39b) * [HTTP Caching and CDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching) * [Zynga Geo Proxy: Reducing Mobile Game Latency at Zynga](https://www.zynga.com/blogs/engineering/zynga-geo-proxy-reducing-mobile-game-latency) * [Google AMP at Condé Nast](https://technology.condenast.com/story/the-why-and-how-of-google-amp-at-conde-nast)