Shows links to each personal project with links to blog posts (if any) about them.
Udacity Meme Generator
This Python project was part of an Intermediate Udacity course. The project can be cloned and ran locally. It will also pull default images from an s3 bucket.
Currently, there is an in-progress feature branch (called ‘clouddeploy’) to deploy this to AWS using ec2 instances, an elastic load balancer, and similar technologies. Those features were beyond the original requirements of the project.
Udacity Nasa NEO Project
This is a fork from a starter repo. The project demonstrates the usage of Object-Oriented programming in Python, as well as ingesting and modifying files in different types of data structures (e.g., CSV, JSON, etc.). Basic use of Pandas was also required for this project.
Roll Init API
This Node.js / Typsecript project is the back end of a piece of software I wrote for purposes of my Dungeons and Dragons table top role-playing hobby. (This project is no longer live, but a video show how it works is here).
The project integrated with Google for authentication and used a MongoDB for data storage
Originally, this was deployed as a monolith via AWS Lightsail. The above version was deployed via Severless Lambdas.