Portfolio
Formula 1 Championship Analyzer
Based on user input, the program displays a list of overall standings in the championship for a chosen year or allows the user to see a specific driver's performance over either one or two time intervals. I was inspired by comments on posts about the 2025 would championship that questioned who was still mathematically in contention, and I also thought people who wanted to see a driver's performance change over the course of the season might be interested in using this program.
Source Control Management System
A simple source code management system, written in Rust. This program supports standard git commands (e.g., commit and revert) through a command line interface. Supporting projects included Ed25519 encryption and Merkle Trees.
ASCII Art Generator
A creative web app built in 24 hours for a Hackathon with the goal of transforming AI-generated images into colorful, retro-style ASCII art. Using Python for image analysis and a modern web frontend for interactivity, Artsii converts pixel data into text-based renderings and features a communal gallery where users can share their creations, blending childhood imagination with modern day technology.
Rust Operating System
A free-standing binary operating system in rust, featuring memory management, fault handling, interrupt handling, and exception handling. It can even run Snake!