Things I've made trying to put my mark on the world.
I've worked on many different projects over the years but these are the ones that I'm most proud of. Each one has taught me something new and has helped me grow as a developer.
Personal-Portfolio
This front end for my personal portfolio was created using next.js in typescript. The site pulls data from a mongoDB database by making API request to a backend service.
Github Link
Portfolio-API-Dotnet
This is another backend for my personal portfolio. I wanted to get some more experience with setting up .NET projects from the ground up so I decided to remake my backend.
Github Link
Allegiance Home Health Care
A Full Stack project built using Python Flask along with a SQLite database that I had built for a client. The website allows the client to modify the websites content by using forms on the site that query the built in database. The user can only do this when they are logged in to the application. The application was deployed in a docker container to render.
Website Link
Portfolio-API-Node
This is the backend for my personal portfolio. It is build using Node.JS and sends requests to my MongoDB database using express and Prisma as an ORM.
Github Link