Tag
Hi, glad you landed on this blog. I am Arnab Sen, a Software Engineer at Google. In our previous blog, we delved into the intriguing world o…
Traditional databases often struggle to model and query complex interconnected data. This is where graph databases come in, offering a power…
Hey everyone! In this blog, we're going to continue our discussion on data compression, but this time, we're diving into some real-world alg…
Background As software developers, our daily routine revolves around crafting programs in familiar languages such as JavaScript, C++, Python…
MapReduce is a programming paradigm that helps us perform large-scale computation across computing clusters. DISCLAIMER: In this blog, I wi…
Understanding the Role of Captchas in Digital Security In today's digital landscape, where cyber threats lurk around every virtual corner, s…
What is a Container? You might be familiar with these containers. These are used for storing stuff and shipping from one place to another. …
In this blog, we will take a look at what Redis is, how it works, and how to use it. Introduction Redis stands for REmote DIctionary Server…
Hello World! in Rescript React What is Rescript? 🤔 It is a language that combines the best parts of JS and OCaml. It has a compiler that co…
We know the bitcoin ledger is nothing but a Blockchain. And a single entity of the blockchain is called Block. A block is a container data …
Merkle Trees Centralised Web How does the web in general work? Usually, we have a server where we upload files, and then we can access those…