The prerequisite for learning the Instagram architecture design is, how to design a URL Shortner Service like a tiny URL. Please read it here⦠1. What is Instagram? Instagram is a free photo & video-sharing and social networking service that is very ...
CAP theorem stands for Consistency, Availability, and Partition tolerance. CAP theorem also know as Brewer's theorem states that it is impossible for any distributed database system to provide all three of the following properties together, that is t...
DNS(Domain Name System) is a decentralized naming system that converts domain names(such as nlogn.in) to its corresponding IP addresses. Each device connected to the internet has a unique IP address, which is a 32-bit number for example 152.52.0.1(in...
System Design or System Architecture is a very popular term when it comes to job interviews at Big tech companies like Facebook, Google, DELL, Netflix, etc. and some people do find it intimidating. But not anymore. So I have designed a System Design ...