A Full stack web application made in NodeJS, and hosted in vercel. Contains a REST api that allows you to query a Postgress database of recipes pulled from Food Network and simple front-end that let's you search through each recipe in the api. Written with Nextjs in Typescript for both the api and frontend application.
A Python Project I started when I wanted to learn more about data structures and algorithms. Contains a simple implementation of Dijkstra's Algorithm, along with a reusable Graph data structure (which uses a linked list to respresent Nodes) Made Completely in Python 3.12, to take advantage of the extra type hinting.