diff --git a/README.md b/README.md index 5d749d59..d1deff6c 100644 --- a/README.md +++ b/README.md @@ -459,4 +459,9 @@ first - Whattsapp Architecture - https://www.slideshare.net/udayslideshare/whatsapps-architecture ## Caching in applications -- Netflix's perspective on evolution of caching - https://netflixtechblog.com/evolution-of-application-data-caching-from-ram-to-ssd-a33d6fa7a690 \ No newline at end of file +- Netflix's perspective on evolution of caching - https://netflixtechblog.com/evolution-of-application-data-caching-from-ram-to-ssd-a33d6fa7a690 +- Design of a Modern Cache - http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html +- Microsoft's best practices for caching - https://docs.microsoft.com/en-us/azure/architecture/best-practices/caching + +## API Development +- Choosing between RPC AND REST - https://www.smashingmagazine.com/2016/09/understanding-rest-and-rpc-for-http-apis/ \ No newline at end of file