Experience
This is the website you are currently looking at! This is the current version of my portfolio, which let me get a bit more creative with the presentation than my previous websites.
I worked with a court reporting agency to develop and deploy their current website. It is a dockerized NextJS project for the frontend/backend hosted on AWS EC2. I originally made a Django-based website but this is a remake which better leverages what I have learned as a web developer since I first worked with them. I am still on call for any features they wish to add to the site, like E-Commerse options or updating content.
I made a personal project that uses AI to query a MariaDB Database I created using TMDB and OMDB APIs to find similar movies to a given input. It uses FastAPI for the backend with models-weights I pre-trained to run comparisons on the fly, React for the frontend, and it is hosted via Docker containers on Linode. I have plans to: further expand the project by implementing user logins to save viewed movies to curate recommendations better, spruce up the UX, and implement automatic updates of the dataset.