Mar 3 · 5 min read · Understanding Variables and Data Types in JavaScript Before we talk about frameworks, APIs, or fancy UI — everything in JavaScript starts with variables. If you truly understand variables and data typ
Join discussion
Feb 28 · 12 min read · TL;DR: Zomato’s “Friend Recommendations” API allows unilateral contact syncing. By uploading a phone number, bad actors can extract a user’s restaurant recommendation history and restaurant coordinate
Join discussion
Feb 13 · 1 min read · https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/description/ Array is sorted Return 1-based indices Exactly one solution guaranteed Core Idea (Two Pointer Technique) Use two pointers: left → start of array right → end of array ...
Join discussionJan 9 · 46 min read · High-Level Design: Food Delivery App (Zomato/Swiggy) 1. Problem Statement & Requirements Problem Statement Design a scalable food delivery platform that connects customers with restaurants and delivery partners, enabling seamless browsing, ordering, ...
Join discussion
Dec 31, 2025 · 5 min read · At first glance, India’s gig worker strike appears to be another labour dispute. Delivery partners logging out of apps. Orders are slowing down. Public demands for higher pay and better conditions. But look closer, and a deeper story emerges. This is...
Join discussion
Oct 20, 2025 · 4 min read · By Shobhit Verma — SRE Manager | Filmmaker | Creator – @theJugaadGuy 🚗 So… What Exactly Is the Cloud? If I had to explain cloud computing to my 10-year-old self, I’d say: “Imagine you need to travel somewhere — you can either buy your own car (exp...
Join discussion
Aug 3, 2025 · 4 min read · As a data science enthusiast, I recently embarked on an in-depth analysis of the Zomato Jaipur Dataset to extract actionable, technical insights about the city’s restaurant scene. The dataset, rich with customer reviews, menu items, pricing, and rest...
Join discussion
Jul 8, 2025 · 4 min read · The Gig Economy in India: A Dream Job or a trap? Long hours spent working, battling through traffic, enduring harsh weather, and still struggling to make ends meet. This is the everyday reality for millions of gig workers in India- those who deliver ...
Join discussion
Jun 2, 2025 · 2 min read · Design of Food Delivery Application ( Tomato ) Functional Requirements1. Users can search for restaurants based on locations.2. Users can add items to cart.3. Users can checkout by making Payment>4. User should be notified once order is placed succes...
Join discussion