Second-year B.Tech student at University School of Automation & Robotics (USAR), GGSIPU Delhi.
I started coding systematically back in Class 11–12 — Python from NCERT and Sumita Arora, C from Yashavant Kanetkar's Let Us C — and never really stopped.
That habit is basically my whole workflow now: write → test → break → debug → resubmit. Right now that means working through USAR's Semester 2 data structures lab in C — linked lists, stacks, queues, and graphs — with a lot of time spent chasing dangling pointers and off-by-one bugs.
Outside of coursework, I keep an active GitHub, maintain this portfolio, and competed at Code Slayer 2k25, a national-level hackathon at NIT Delhi.
A command-line ATM simulation supporting secure banking transactions, with a MySQL backend for persistent account data.
Data Structures in C - linked lists, stacks, queues, graphs and hashing and collision. For better understanding of working of data structures.
Programming For Problem Solving in C, Programming In Python - numpy, pandas, matplotlib. For better understanding of working of AI and DS.