// FULL STACK DEVELOPER
"The key to understanding complicated things is knowing what not to look at" — Gerald Sussman
Currently doing BE in Computer Engineering at L.D College of Engineering, Ahmedabad. I like learning new technologies and building small projects mainly games in my free time for fun. I'm Learning Backend technologies right now.
A RESTful workout tracking API built with NestJS and TypeScript. Features authentication, input validation, and PostgreSQL integration without ORM. Modular architecture with controllers, services, and repository layers.
A minimal tree-walking interpreter implementing a subset of Scheme in C. Features lexical environments, closures, recursive evaluation, special forms, linked-list based data structures, and a small Lisp REPL inspired by SICP.
Classic arcade game clones built from scratch using C and raylib. Implemented collision detection, frame-based game loops, rendering systems, and keyboard input handling. Games: Space Invaders, Breakout, Flappy Bird.