Projects
Here are some of the projects I've been working on. Feel free to check them out!
App that scraped Bestbuy during the RTX 3080 days. Utilized a scaper, webhooks, and cron jobs.
A simple, fast, and efficient backend service used to build artifacts and serve Javadocs. Made with Rust 🦀.
Simple echo server implementation that listens on a port and echoes back the packets it receives to the client that sent it
Minecraft Plugins
Some plugins I've made over the years for Minecraft.
Allows players to toggle PvP with persistence and cooldowns. Integrated with third-party plugins such as PlaceholderAPI and supports modern versions of Minecraft (1.19+).
Example implementation of how you're able to use reflection to dynamically register all events which allow you to use generic parameters as event handlers