webdev
Lofi.mearrow
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 Fightersarrow
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.
Tech: Java, Processing (graphical library using Java)
Paxos-based Key/value servicearrow
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