The portfolio website is still being worked on to ensure all of my qualities are best displayed and highlighted. Please check back soon!
Click here to view my fully functional Spotify parsing webpage.
I love to code as a hobby, and so that has led to many projects throughout the year. Below are some of my best projects out of the bunch. My favorite aspect of working on the projects solo is how much more I get to learn. Building every aspect of a program has opened me to elements of development that I was not previously aware of, but required for the result I was striving for. An example of this is my Spotify webpage, where I initially lacked an understanding of API keys until I had to implement them to connect my design with Spotify. Without these projects, which I've either completed for a grade or for my personal satisfaction, I would not have known nearly as much about software development as I do now.
Have you ever wanted to see what new songs you have listened to in a span of a year? Well, I have, and that is why I started this project! What it does is take in your Spotify extended streaming history data and parse those files to find every unique song you've listened to (as long as they fit the settings). It then removes songs so that all that remains are songs that had been listened to for the first time in the given date range. Afterwards, you may download the results as a .json file, and even add all of these songs to a Spotify playlist automatically! The program houses numerous settings, so that you can fully utilize it to your liking and have it be adaptable to any unique use cases.