Other projects I've worked on, but no longer upkeep
2023-2024
Fractal Particle Simulation
Multithreaded Particle Simulation
Garfield Archives
First off, I'm a huge Garfield fan, and have been collecting Garfield comics since I was a kid. I wanted to create an archive of every single Garfield panel in existence, in order to have a permanent record in case anything ever happened to the original source. I also wanted to create a way to easily search for specific panels by date, and to be able to view them without hassle. I used a publicly accessible & unprotected API (undisclosed source) to get the image data using a python script. I had to unfortunately discontinue the project after learning that it might not be 100% legal to display Garfield comics on the web, but I'm still happy I was able to collect a permanent record of all the comics for personal use.
Python Song-Position-Rating Web Scraper
NOTE: This project was not about HTML styling, it was simply to display the data in a format that was easy to read. This python script scraped specific data off of chosen albums on AlbumOfTheYear.com website, and displays which 5 song positions in all the given albums have the highest overall rating. I also have a background in Audio Engineering, so this tool helped me figure out optimal song positions while setting up album ordering for artists. The webpage is dynamically generated using python f-strings.