Some stuff that I've done in my free time. Follow the link to the GitHub repo for more info. If there is no link, that means the repo is currently private.
My dad is having a cat and mouse game between squirls and his birdfeeder. So, I built a surveillance system for him using computer vision so he can know if his current squirl defense methods are working. Made using a Raspberry Pi and a desktop camera.
--
Jan 2026
Raspberry Pi
Python
Computer Vision
Spotlight Search is my most used Mac shortcut. It is inconsistent, sometimes slow, and doesn't match my preferred aesthetic. So, I wrote a lightweight, 'smarter', themable clone of it with some additional features. The UI was inspired by a popular Neovim plugin called "Telescope".
--
Dec 2025
Rust
Svelte & Tauri
A Rocket League mod that provides additional features to the game's replay system for better game analyses. Made using the BakkesMod SDK, follow the link to the GitHub repo to learn about what that means.
Dec 2025
C++
BakkesMod SDK
Game Modding
Allows me to view trends from my Rocket League match history and analyze my performance. Made possible using my custom Rocket League mod "StatExtract". Uses a separate REST API that receives match stats from my mod and uploads them to a database for the site to read from.
Jun 2025
React & Next.js
TypeScript
PostgreSQL
Express & Node.js
A Rocket League mod that pulls scoreboard data and other interesting stats throughout a match and sends it anywhere in a POST request. Was previously hard coded to only work for my use case, but I rewrote it months later to be universal for anyone else building something that uses their live Rocket League stats. Made using the BakkesMod SDK, follow the link to the GitHub repo to learn about what that means.
Apr 2025
C++
BakkesMod SDK
Game Modding
A tool to quickly extract Portuguese vocab from any song lyrics and export them to Quizlet for studying later.
Jan 2025
React & Next.js
TypeScript
NoSQL
A typing speed test with a pretty GUI.
Oct 2024
Python