@AtharvBlogs
I Write code that moves data fast, hits servers hard, and doesn’t cry in production.
Backend heavy, frontend ready I design with clarity Code that works, then scales Principles over buzzwords I care how products feel Impact > features, always.
Nothing here yet.


💡 TLDR: I swapped my ritual of 20 browser tabs and stale Stack Overflow answers for a tool that actually understands what I'm trying to do. GitHits isn't just another search bar. For years, my(and i guess most us) workflow for tackling a new prob...

💡 TL;DR: GitHub replaced a sprawling Elasticsearch cluster with a custom Rust-powered search engine. To index 100M+ repositories, they battled scaling challenges with novel data structures (Geometric XOR Filter), dynamic sharding, and a hyper-effici...

💡 TL;DR: GitHub's old code search was slow and expensive because it used Elasticsearch, a tool built for human language, not code. It mangled syntax and took months to re-index. They replaced it with a custom-built search engine using a code-specifi...

TL;DR Saw a tweet about GitHub not debouncing its code search and thought it was a bug. It’s not. It’s a feature, enabled by a custom, beast-mode search engine called Blackbird written in Rust. This deep dive explains what debouncing is, why it's usu...
