I build things that think — AI, LLMs, and real-world apps.
I love clean systems, efficient design, and making stuff just work.
I write and solve problems.
journey.log
./about →Codeforces Specialist
Achieved Specialist rating (1414) in Codeforces Round 1011 (Div. 2). Solved 3 problems and gained +113 rating points.
Codeforces Pupil
Achieved Pupil rating (1207) in Codeforces Round 963 (Div. 2). Solved 2 problems and gained +44 rating points.
Supervised Machine Learning: Regression and Classification
Completed comprehensive machine learning course covering regression, classification, and supervised learning techniques.
Design Team Member
Part-time member of the Design Team at Google Developer Student Clubs. Created user interfaces and visual designs for various projects.
Siemens Scholar
Selected among the top 200 students nationwide for Siemens Scholarship Programme 2022.
thoughts.md
/blog →C++ Lambdas Have Trust Issues
A quick LeetCode solution taught me why C++ lambda return type deduction is pickier than I thought.
How ChatGPT and I Built an LRU Cache That Sped Up My App 10x
A journey of me and ChatGPT building a Least Recently Used (LRU) cache from scratch, with code examples, funny chat interactions, and visualizations that show how this clever algorithm saved my final project.
The Curious Case of Bloom Filters: When "Maybe" Is Good Enough
A deep dive into the elegant mathematics and practical applications of Bloom filters — probabilistic data structures that trade perfect accuracy for astonishing space efficiency.