I am a junior in college majoring in computer science with a strong passion for technology and innovation. My goal is to become a full stack developer, blending my skills in front-end and back-end development to create seamless and impactful digital experiences. I'm constantly exploring new technologies, honing my coding abilities, and collaborating on projects that challenge and inspire me. Outside of academics, I enjoy playing piano and guitar and playing chess and am always eager to connect with like-minded individuals who share a love for programming and problem-solving.
Python
Java
C++
Javascript
HTML
CSS
Next.js
A full-stack collaborative to-do list app featuring Google OAuth authentication via NextAuth.js, real-time task sharing powered by WebSockets, and a relational database built with Prisma to manage tasks, groups, and shared access.

A simple and fun browser-based game built with HTML, CSS, and JavaScript. The computer randomly picks a number and challenges you to guess it, giving you "too high" or "too low" hints after each attempt until you find the answer. No installs or frameworks needed — just open it in your browser and play.

LockIn is a LinkedIn-inspired networking platform built for computer science students. Upload your resume and let our AI recommend personalized job listings, help you tackle LeetCode problems, and prep you for technical interviews — all in one place. Built with the MERN stack, LockIn gives CS students the tools they need to break into the tech industry.

A lightweight REST API built with FastAPI and Uvicorn in Python that handles sandwich and customer management. Supports creating, reading, updating, and deleting both sandwiches and customers through clean and simple endpoints. FastAPI's automatic documentation makes it easy to test and explore the API straight from the browser — a great example of building a fast and modern backend with Python.

A responsive blog application built with React that fetches and displays posts from a REST API. Features client-side authentication using localStorage with protected commenting — only logged in users can leave comments. Demonstrates core React concepts including hooks, state management, and conditional rendering.