Projects

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.

This project has two methods of deployment currently working. One is a simple deployment using AWS CloudFormation. Another deployment uses Pulumi and Kubernetes for a more industry-standard approach.

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.