From d6cec68302de72b4e7f02486252b423ae7235ac8 Mon Sep 17 00:00:00 2001 From: Rahul Singh Khokhar Date: Tue, 20 Jul 2021 17:35:59 -0400 Subject: [PATCH] Adding some more articles for Caching and one for API --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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