From e8b77810f012a37085b93e78d9aa4a081cf89861 Mon Sep 17 00:00:00 2001 From: Prathamesh Netake Date: Thu, 6 May 2021 02:09:31 +0530 Subject: [PATCH] Update README.md Remove comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106ca5b..b6e4ca0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ But before you begin, here are some topics(in no particular order) which in my o Should know the TCP/IP stack, basics of how Internet, HTTP, TCP/IP work at the minimum. cs75 on youtube (1st lecture) should give a broad overview. I personally love [networking-a top down approach](http://www.amazon.com/Computer-Networking-Top-Down-Approach-Edition/dp/0132856204). 3. Concurrency basics: threads, processes, threading in the language you know. Locks , mutex etc. 4. DB basics: types of DB's (SQL vs noSQL etc ), hashing and indexing, EAV based databases, Sharding, caching for databases, master-slave etc -5. A basic idea of how a basic web architecture is: say load balancers, proxy, servers, Database servers, caching servers, precompute, logging big data etc. Just know broadly what is each layer for. +5. A basic idea of how a basic web architecture is: say load balancers, proxy servers, Database servers, caching servers, precompute, logging big data etc. Just know broadly what is each layer for. 6. very basic summary of what the [CAP theorem](http://robertgreiner.com/2014/08/cap-theorem-revisited/) is (Have never been asked about the theorem itself, but knowing it will help you in designing large-scale systems. ## How to answer in interviews