Projects

This is a selection of the things I've built. The list is not long as I spend alot of my time learning to be more useful at work.

Project Screenshot 1

Migration Architecture

This project showcases the architecture of what I helped create and configure in Our AWS Cloud Environment I stood up EC2 instances, configured security groups, IAM ROLES etc. I then configured the linux servers to host Java Web Applications to mimic on prem architecture for compatible functionality. Everything you see in the Architecture I helped Configure.

Project Screenshot 2

This DJANGO Website Hosted in AWS

This is my final project for class, and I chose to build a personal website as a capstone. What makes this project special is how it’s hosted, it became more of a DevOps exercise than just a fullstack build. The site is deployed using GitHub Actions, which automates the Docker image build and pushes it to Amazon ECR, with the container hosted on an EC2 instance.