DubHacks Registration Form
As an executive organizer for DubHacks, the largest student-run Hackathon in the PNW, I helped build the DubHacks signup form on top of Quill, an open-source Hackathon registration and management system.
Tech: Angular, JavaScript, MongoDB, Heroku
Lofi.me
A Discord bot which hooks up to YouTube and Spotify to stream music and video audio in a user's current voice channel. API is accessed by typing certain commands into the Discord server chat.
Tech: Node.js
Hyperspeed Fighters
A simple mouse accuracy space shooter time-attack game where a player's score is determined by the amount of enemies hit. Comes with sounds, graphics, and simple animations.
Paxos-based Key/value service
My favorite project from my favorite university course! A Paxos protocol-based distributed system that manages replication of a kev/value store. Supports Put, Append, and Get RPC operations.
Tech: Java
333gle
A multithreaded search engine with inverted index and file crawler built from scratch in C/C++. Supports querying from a UI clone of Google.
Tech: C, C++, WebSockets