nischaljain.hashnode.devImplementing a Basic Load Balancer Simulation using Round Robin (2/n)Let us implement a basic load balancer simulation using Round Robin algorithm. This is an oversimplified implementation of load balancer and is no way mark to the production. Video reference - https://www.linkedin.com/feed/update/urn:li:activity:7418...Jan 18·5 min read
nischaljain.hashnode.devLoad Balancing: Why It Exists and When You Need It. (1/n)Definition: Load balancing is the process of distributing incoming workload across multiple servers to improve performance, reliability, and scalability. Done with textbook definition, let’s deep dive: Let say you initially have only one server ser...Jan 15·3 min read
nischaljain.hashnode.devPython Fundamentals: Python programming for complete beginners.In the following blog, you will learn Python from the very beginning that is from what is python, from setting up the environment to variables. Let's get started Introduction. Python is a general-purpose programming language that supports an object-o...Apr 23, 2023·3 min read