Shambhavi Shandilya·Jul 21, 2024Understanding real-time collaboration with CRDTsImagine you and your friends are working on a project together in Google Docs. Even if someone edits while offline, or the internet cuts…
Shambhavi Shandilya·Jun 29, 2024ElasticSearch: Understanding Full-Text SearchThe Elastic Stack, formerly known as the ELK Stack, is a group of open-source tools that help users search, analyze, and visualize data in…A response icon1A response icon1
Shambhavi Shandilya·Jun 12, 2024Unlocking Nested Data in Dremel: Repetition & Definition LevelsThe explosion of big data in the early 2000s presented a significant challenge for existing data processing solutions. Traditional…A response icon2A response icon2
Shambhavi Shandilya·May 27, 2024System Design Stories: JioCinema and HotstarFor the past few days, I have been consuming content related to real-world system design problems. In this writeup, I have tried to brief…
Shambhavi Shandilya·May 21, 2024What is Dependency Injection? A Beginner’s Guide for Java DevelopersIn object-oriented programming, we often deal with classes that rely on other classes to function. These “dependencies” can create tightly…
Intech@iiit-gwaliorbyShambhavi Shandilya·Mar 3, 2024Goodbye to Slow Searches: The Bloom Filter Breakthrough! 🔍Imagine a big social media company with billions of users looking for a unique username. Every new signup comes with a flood of creative…A response icon5A response icon5
Shambhavi Shandilya·Jan 31, 2024Kafka: Whitepaper Review 📊In today's fast-paced digital world, data flows like a raging river. It contains valuable insights that can be leveraged to improve various…
Shambhavi Shandilya·Jan 14, 2024Colossus: Google’s File SystemA file system is the system used by an operating system to organize and manage files on a storage device, such as a hard drive, solid-state…
Shambhavi Shandilya·Jan 7, 2024B-Tree Indexing Basics Explained 🗃️A database’s performance largely relies on it’s response to queries. There are primarily two functionalities of a database, to store data…A response icon1A response icon1