01
Web App
Sonus Charts
Built a full-stack music analytics web app that visualizes top Spotify songs on a given date by
country.
Developed Flask API endpoints to process chart data and serve structured responses to a Vite React
frontend.
Implemented user authentication with login and registration workflows using JWT-based authorization
and CORS configuration.
Python
Flask
Vite React
PostgreSQL
02
School Project
Alpha CPU
Designed a virtual CPU in C++ to simulate low-level instruction execution using arithmetic,
comparison, and register-based operations.
Built a virtual memory system using native C++ data structures to store and manage custom data
objects during run time.
Created themed object wrappers for primitive datatypes using C++ operator overloading that utilizes
the virtual CPU.
C++
Data Structures
Computer Architecture
03
Spigot Plugin
Fishing Rewards
Developed an open-source Minecraft server plugin that extends the default fishing reward system with
configurable loot tables and customizable fishing related gameplay mechanics.
Designed a highly documented YAML configuration system that enables server administrators to
customize gameplay behavior without modfying the original source code.
Implemented unit, integration, and performance testing with JUnit and Maven to improve reliability
and maintainability.
Java
Spigot API
Event Driven Programming
Open Source