Portfolio
-
Interactive Resume Website
The website you’re on right now! It was originally fully self hosted using NGINX with access to the wider web provided through Cloudflare Zero
Access Tunnels rather than port forwarding as it provides both a greater level of security and more granular control over what domains are and aren’t accessible. Now I have shifted to have it cloud hosted using Azure Static Web Apps,
keeping all of the security beinfits of my original setup but removing most of the downtime I was facing with the self hosted option.
Click Here
-
Github
My GitHub is home to lots of my previous coding projects from my classes, showing my experience in C++, Python, NGINX configuration, HTML, and whatever languages I learn in the future.
Click Here
-
Docker
I have done a bunch of work with docker hosting, using it to self hosting Vaultwarden(an open source implementation of Bitwarden), a web accessible version of VS Code called Code Server, Home automation apps like Home Assistant and Homebridge, along with the NGINX instance that runs this website.
-
Website Wireframe Redesign
In my Information Architecture class, the entire project for the class was for our group to redesign a website that we thought needed an update to make the site more usable/work better. We split the work up evenly among the group, all working on the design and three pages each.
-
Homelab
I have a homelab that I use to learn about networking and server management. It is a work in progress but I am always adding new things to it. It (as of 4/28/25) has 3 virtual machines running on it; One is a Truenas Server that I'm using to learn a bit more about setting up a network attached storage(NAS) system, One is my Linux Server(Running normal Ubuntu as a GUI is useful for moving files at times and necessary for some firmware updates), and the last is a Home Assistant OS Machine for some home automation and adding of "unsupported" devices to my homekit network. This server also acts as a domain controller and DNS server.
-
Bitbucket
I have a couple of bitbucket repositories that were used for some of my classes at FSU, one being for my android app development class, and the other for an intermediate database management class
Android App Development
Intermediate Database Management