From 5272ea699520e0fce1c580ba48efc5b2a7ec94ab Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 18 May 2019 16:49:08 +0800 Subject: [PATCH] Keep only technical terms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98bfb08..00b6a1f 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Tradeoffs of Replicated Cache at Skyscanner](https://medium.com/@SkyscannerEng/the-tradeoffs-of-a-replicated-cache-b6680c722f58) * [Avoiding Cache Stampede at DoorDash](https://blog.doordash.com/avoiding-cache-stampede-at-doordash-55bbf596d94b) * [Location Caching with Quadtrees at Yext](http://engblog.yext.com/post/geolocation-caching) - * [Lightning fast in process caching with Pycache at Quora](https://engineering.quora.com/Pycache-lightning-fast-in-process-caching) + * [Pycache: In-process Caching at Quora](https://engineering.quora.com/Pycache-lightning-fast-in-process-caching) * [HTTP Caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching) * [Caching 404s Saved 66% On Server Time at The Onion](http://highscalability.com/blog/2010/3/26/strategy-caching-404s-saved-the-onion-66-on-server-time.html) * [Zynga Geo Proxy: Reducing Mobile Game Latency at Zynga](https://www.zynga.com/blogs/engineering/zynga-geo-proxy-reducing-mobile-game-latency)