From 7d3ee5d6d221ca3078b21457dce442ea91e84b58 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Fri, 26 Jan 2024 09:31:56 +0800 Subject: [PATCH] Standardize and Improve Microservices Caching at DoorDash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1523d28..23af5af 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [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) + * [Standardize and Improve Microservices Caching at DoorDash](https://doordash.engineering/2023/10/19/how-doordash-standardized-and-improved-microservices-caching/) * [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)