I'm a sophomore studying Computer Science at Purdue University, on a three-year track to graduate in 2028 — a year ahead of most of my peers. I like building things that sit at the intersection of code and the physical world: computer vision on race tracks, robots that have to actually work on competition day, and research pipelines that touch real biology.
Right now I'm an undergraduate research assistant working on computational protein design, and I'm actively looking for software engineering internships for summer 2027.
A daily word-puzzle solver that queries the Gemini API for candidate guesses. Try a lightweight JS version right here.
A Python project that scrapes live puzzles with Playwright and solves them. Here is an interactive implementation of a back-tracking solver.
A custom chess engine and board built from scratch in C with strict move generation and rules enforcement. Move the pieces around below!