Built an Express app where you can create a personalized dashboard for updates on your favorite Smash Ultimate players. Communicates with a MySQL database for user management, and incorporates Start.gg's GraphQL API for player stats and info. Also incorporates notification system via Twilio.
Built an executable ray tracer completely from scratch in C++. Additionally built a script to help translate simple .obj files into a readable input/scene file format. Additionally uses a bounding volume hierarchy to accelerate rendering times.