About
Full-stack developer with a BS in Application and Web Development and a minor in Game Development from Marshall University. I write clean, maintainable code and believe listening to users is the most underrated skill in development.
Whether I'm reverse-engineering something, building a new product, or improving an existing app, I focus on solid architecture and the people who will use it. I'd rather spend time understanding what people actually need than building features nobody asked for.
Education
BS in Application & Web Development
Minor in Game Development
Marshall University
May 2026
Dean's List (7 consecutive semesters)
Relevant Coursework
Experience
Plant Technician, Level 2
Procter & Gamble
Jan 2019 – Aug 2022
Tech Stack
Projects
WinkWink
Chrome Web Store • Published
A published Manifest V3 Chrome extension that helps students study more effectively while browsing. Keyboard shortcuts, a floating panel, and context menu integration keep features accessible without interrupting workflow. Behind it is a full SaaS backend: Node.js API, PostgreSQL for accounts, and Stripe subscription billing.
Strawberry Jam
github.com/glvckoma/Strawberry-Jam
An Electron desktop app for Animal Jam Classic that intercepts and visualizes real-time network packets. The extensible plugin architecture lets the community write and share mods without touching the core app while exposing a controlled API surface. 400+ active users across versions, currently at v5.1.1.
Requiem
github.com/glvckoma/Requiem
A Windows desktop launcher for Dead Frontier (zombie MMO) that solves multi-account management. Registers a custom deadfrontier:// protocol handler, uses Koffi FFI for native Windows DLL calls for privilege elevation, and manages shared memory cleanup on exit. Addon discovery sidebar lets power users extend the launcher without forking. Packaged as NSIS installer with obfuscated builds.
AJC-Price-Checker
github.com/glvckoma/AJC-Price-Checker
A floating overlay for Animal Jam Classic players to look up item values without leaving the game. An Alt+Space global hotkey summons a compact window that scrapes the AJ Item Worth Wiki with Cheerio and displays worth tables with images. The overlay-first UX, including compact scroll mode after six results, required rethinking navigation for a tiny always-on-top surface.
Wildberry
github.com/glvckoma/Wildberry
A modular MelonLoader mod for Animal Jam: Play Wild written in C#. Uses 0Harmony for runtime method patching and Unity Il2Cpp interop assemblies to access game internals without source access. Each feature implements an IFeature interface managed by a central FeatureManager, keeping features independently toggleable and easy to extend.
Runeagent
github.com/glvckoma/RuneAgent-Revived
A revival of an open-source Java tool for intercepting and analyzing RuneScape Private Server client packets. Extended with multi-client support across three RSPS versions and a JavaScript scripting engine (Nashorn/GraalVM) so users can write automation scripts against live packet data without recompiling. Bytecode inspection via the ASM library.
BOSS Audio BE10ACP
Hardware reverse engineering
Full hardware reverse engineering of a BOSS Audio BE10ACP car stereo. Identified the SOC (Sunplus SPHE8368), established UART console access at 921600 baud, and mapped the complete NAND flash partition layout. Applied persistent firmware modifications: CarPlay wireless enablement, custom boot animation injection, CPU governor tuning, and a root code execution hook that survives factory resets.