From 8919af44fd6bdeae77fa2ab6924b8c6120548159 Mon Sep 17 00:00:00 2001 From: Sonia M <98415819+letscode-17@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:14:23 +0530 Subject: [PATCH] Added a Useful System Design Interview Resource Great Addition to this List. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a45dcfb..ee84285 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Here are some articles about system design related topics. * [Consistent Hashing](http://www.tom-e-white.com/2007/11/consistent-hashing.html) * [NOSQL Patterns](http://horicky.blogspot.com/2009/11/nosql-patterns.html) * [Scalability, Availability & Stability Patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns) +* [System Design Interview](https://www.interviewbit.com/system-design-interview-questions/) Of course, if you want to dive into system related topics, here is a good collection of reading list about [services-engineering](https://github.com/mmcgrana/services-engineering), and a good collection of material about [distributed systems](http://dancres.github.io/Pages/).