Hhimanshuinblogs-himanshu.hashnode.dev10Load Balancers2d ago · 5 min read · Before we start, we first need to understand why we need load balancers in the first place. Why we need Load Balancers? Suppose you have a platform where daily 10,000 users make requests. And you haveJoin discussion
Hhimanshuinblogs-himanshu.hashnode.dev10System Design - Vertical Scaling vs Horizontal Scaling5d ago · 5 min read · What is System Design? System design is the process of defining how different parts of software system interact to meet both functional (what it should do) and non-functional (how well it should do) rJoin discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 20 - Search in Rotated Sorted ArrayFeb 28 · 3 min read · Question You are given an array of length n which was originally sorted in ascending order. It has now been rotated between 1 and n times. For example, the array nums = [1,2,3,4,5,6] might become: [3Join discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 19 - Find Minimum in Rotated Sorted ArrayFeb 23 · 3 min read · Question You are given an array of length n which was originally sorted in ascending order. It has now been rotated between 1 and n times. For example, the array nums = [1,2,3,4,5,6] might become: [3Join discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 18 - Koko Eating BananasFeb 22 · 3 min read · Question You are given an integer array piles where piles[i] is the number of bananas in the ith pile. You are also given an integer h, which represents the number of hours you have to eat all the banJoin discussion