From 7a509d06d8c888cd0807b515db80a8c5da1f2c12 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 24 Mar 2024 00:09:16 -0700 Subject: [PATCH] Add databases link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0b35a3..86ff995 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Scalability](https://newsletter.ashishps.com/p/scalability) - [Horizontal vs Vertical Scaling](https://www.spiceworks.com/tech/cloud/articles/horizontal-vs-vertical-cloud-scaling/) - [Latency vs Throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/) +- [Databases](https://newsletter.ashishps.com/p/15-types-of-databases-and-when-to) - [Content Delivery Network (CDN)](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) - [Caching](https://medium.com/must-know-computer-science/system-design-caching-acbd1b02ca01) - [Distributed Caching](https://redis.com/glossary/distributed-caching/)