B.Tech CSE (Gold Medalist), 2024
Indian Institute of Information Technology Sonepat
how google maps actually works under the hood — routing algorithms, graph theory, contraction hierarchies, traffic etc.,
Retrieval-Augmented Generation — architecture, chunking strategies, and when it fails.
How HTTP caching actually works — Cache-Control, ETags, and the difference between fresh and stale.
turning words into numbers, and why that's the whole game
forward proxies, reverse proxies, load balancers, api gateways
notes on ch1 — Rn, Cn, vector spaces, subspaces, sums, direct sums
CORS from first principles — same-origin policy, CSRF, preflight, headers, and why you can't fix it from the client.
Rust Impl Optimizations before building.
Cargo TOML and it's features.
Every attribute Rust gives you — inline, must_use, derive, cfg, allow/warn/deny and more.