Posted on: 2025-04-12
https://github.com/fruzyna/finance-v2
I'm a bit particular when it comes to tracking information like my finances, no existing apps tickle my fancy. Originally, I had a very complicated Google Sheet, but I out grew that and developed a Python CLI for a CSV file. Then, I developed a web interface on top of that API. Eventually, I rewrote the appliction from the ground up as an Express.js web app connected to a MariaDB server. The app supports user account creation, transaction creation, transaction search, plotting and basic analytics, bulk editing, and more.
Posted on: 2025-04-12
https://github.com/fruzyna/keyboard
https://github.com/fruzyna/qmk_firmware
I decided to challenge myself to design my own mechanical keyboard. I ended up designing a 6x5 keyboard that can be combined with a second board to create a split 60% keyboard. The pair each has a microcontroller running QMK firmware.
Posted on: 2025-04-12
https://github.com/fruzyna/web-ide-manager
https://github.com/fruzyna/code-server-frc-java
https://github.com/fruzyna/code-server-plus
As part of my mentorship in FRC, I was looking for a solution to help give students who may not have a capable computer access to an IDE. In my research I discovered Coder and their code-server project. I decided to make a web interface to create and manage instances of code-server, as well as, a couple of custom containers containing the software that our students need.
Posted on: 2025-04-12
https://github.com/fruzyna/otd-calcs-web
https://otd.fruzyna.net
A simple web app which is used to help car dealerships calculate the out-the-door price of a vehicle.
Posted on: 2025-04-12
https://github.com/fruzyna/personal-site
https://fruzyna.net
This site, my personal site and blog. My goal was to develop my own website with minimal software load on both the server and client. I ended up with effectively a basic CMS running on FastAPI. It effectively consists of a set of directories representing pages which each contain text files with plaintext-ish content and basic metadata. HTML queries are used to navigate between pages and posts.