Projects
Resume Website
HTML/CSS, Typescript, Angular, Git | Repository
This project serves several purposes, including a place for me to learn more about HTML/CSS, Javascript and the use of frameworks like Angular. Additionally, the website can serve to host records of my life, whether professoinal or personal. I intend to continue to work on the website, beginning a section for a blog, as well as subpages to detail any larger projects I embark on in the future.
Advent Of Code 2023
Python | Repository
I tackled and completed the annual programming challenge posed by Eric Wastl, which saw >300k attempts in 2023, but only ~11k finishers. However, I only attempted it after discovering it in June 2024, which is basically the opposite of christmas vibes for most people.
I gained a fair amout of experience from the challenges, from applying various concepts such as flood-fill and graph algorithms to learning incredibly niche concepts such as Pick's Theorem
Line Sticker Downloader
Python | Repository
This was my first ever program written outside of any tutorials/lessons/etc. Short and simple, it served only one purpose which was to take in the link of a Line stickerpack and scrape the images.
Looking back, there is a lot of improvements to be made, but it served its purpose at the time and I saved significantly more time using this than manually downloading everything, which was good enough.