I’m a computer science enthusiast who has a passion for creating and tinkering.
see my work
I’m an Entrepreneurship & Innovation Scholar at The Ohio State University, studying Computer Science
Engineering. My passion for technology began at age 11, thanks to my dad, and has only grown since
then.
I’ve explored various programming languages and developed my skills through passion projects and internships,
each experience fueling my drive to create impactful solutions.
I’m also actively involved in student organizations that I'm passionate about. I believe in the power
of teamwork and am eager to connect with like-minded individuals through clubs and the Scholars program.
When I’m not coding, you can find me watching my favorite sports, outside with my friends, or working
on personal projects that make me excited.
a simple chess engine written in c++. (as of now, move generation is fully complete, generating ~6.5 million moves per second with compiler optimizations)
a whatsapp API i made with node and express for a company to easily send specific whatsapp messages to their clients instead of sms messages, which were too expensive to use. this one doesnt have the source code available because it is in use for a private company.
a CLI snake game written in node.js with typescript. the game has configurable movement keys that can be set with command line arguments. by default, the game uses vim keybinds, with hjkl representing left, down, up, and right respectively. try it out! read the readme to figure out how to use it.
a fullstack app which fetches foreign exchange data from an external API and renders it on the screen in a clean, easy to use, visually appealing UI.
note: load times may be extremely slow because this app uses the free version of Render, where the server spins down after 15 minutes of inactivity.