ProDeveloperTutorialonJanuary 23, 2025 Tools used in system Design In this chapter we shall look into different tools that are used in system design. Below is the compilation of the tools and a brief 1 or 2…
ProDeveloperTutorialonJanuary 23, 2025 System design for online messaging service like whatsapp System design for online messaging service like whatsapp In this chapter we shall discuss system design for online messaging service. How…
ProDeveloperTutorialonJanuary 23, 2025 System design for micro blogging service like twitter In this tutorial we shall discuss about: 1. User should be able to tweet to all of his followers who has >10M followers. 2. Timeline: 1.…
ProDeveloperTutorialonJanuary 23, 2025 System design for Pastebin like service Pastebin is a service, where the user can store plane text for example like source code or code review and share to other users via URL.…
ProDeveloperTutorialonJanuary 23, 2025 System design for online file sharing services In this chapter we shall learn system design for online file sharing services like Dropbox or google drive. Below are the list of features…
ProDeveloperTutorialonJanuary 23, 2025 System design for Online movie ticket booking system System design for Online movie ticket booking system In this tutorial we shall look at the system design for online movie ticket booking…
ProDeveloperTutorialonJanuary 23, 2025 System Design for URL Shortner. So this is one of the most popular interview questions. The theme of URL shorter is that the user will provide a long URL we need to return…
ProDeveloperTutorialonJanuary 22, 2025 System Design for Autocomplete for search. So whenever you search in google or amazon, whenever you start to type, it will immediately show you list of options in the search result. You…
ProDeveloperTutorialonJanuary 22, 2025 System Design Tutorial: CDN Introduction to CDN. In this topic we shall see what is CDN and why it is used. CDN starts for Content Distribution Network Suppose you have a…
ProDeveloperTutorialonJanuary 22, 2025 System Design Tutorial: ACID properties This tutorial we shall learn about ACID properties. In this chapter we shall study about what is ACID properties of a transaction and why it…