Abhinandan Mishraabhinandanmishra1.hashnode.dev·Dec 15, 2024System Design - The IntroductionIn this article, we will initialize ourselves by understanding the reason for designing systems, what the system is, what the system design is, and more. What is System Design? System design is the process of defining a set of requirements to solve ...22 likes·56 readsLearning System DesignSystem Design
Yash TiwariforBotsfloorbotsfloor.com·Jul 25, 2024Why System Design is Most Important for Software EngineersDreaming of joining the ranks of Google engineers? System design can be your golden ticket. Google interviews often delve into system design to assess a candidate's ability to handle real-world challenges.Embracing system design is a transformative j...System Design
pramithas dhakalpramithasdhakal.com·Feb 18, 2024Load BalancersIntroduction: Imagine that you are in a bank counter trying to exchange your cheque. Let's say there are 4 counters. In this situation which counter will you choose? It is quite no-brainer that you will go to the counter that is serving least number ...54 readsLoad Balancing
Manish SundriyalforCode Masheencodemasheen.org·Sep 3, 2020System Design BasicsSystem design is the process of defining elements of a system based on the specified requirements. Here, we will be covering six basic terms that are widely used in system designing. 1. Caching What is caching? Caching is the process of storing data ...System Design