@rushabhmehta
Striving to be a better engineer
Nothing here yet.
Nothing here yet.
Oct 12, 2025 · 6 min read · PostgreSQL, or "Postgres," is a beast known for being a powerful and reliable relational database. But have you ever wondered what actually happens when you run a simple SELECT query? How does it find your data so fast? How does it keep everything sa...
Join discussionSep 26, 2025 · 14 min read · In this blog, we are going to Learn about the Binary Indexed Tree (also called as Fenwick Tree) data structure in depth Learn a little bit about Redis and what it does Learn how Redis uses the BIT and see it in action inside the source code of Red...
Join discussion