NJNischal Jaininnischaljain.hashnode.dev·Jan 18 · 5 min readImplementing 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...00
NJNischal Jaininnischaljain.hashnode.dev·Jan 15 · 3 min readLoad 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...00
NJNischal Jaininnischaljain.hashnode.dev·Apr 23, 2023 · 3 min readPython 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...00