PORTFOLIO
Thank you for letting me share with you projects I've completed along the path of my career journey. I'd like to think that this site was made using the Astro JS framework with TailwindCSS/DaisyUI, while my my blog was made with the Hugo framework and BulmaCSS. If you're no afraid of burning your eyebrows with some old code smells that I made in my earlier years, feel free to check out my old github repo.
-
- AUDIOSUITE
-
A research-oriented, grant-funded (under-review) project serving Ohio University, Oklahoma State University, and the University of Georgia to perform audiological screening and psychoacoustic tests remotely to better serve under-served populations in the areas of hearing health and cognition.
This fully containerized solution (Docker Compose), hosted on a VPS, is deployed through a Gitlab CI/CD pipeline, with server configurations through IaC (Ansible). Monitoring through Netdata and an ICMP cron job, with automated emailed reporting sent to researchers. Security practices executed include: Fail2Ban, IPTables, Rate limiting, Container Isolation, MFA, App Honeypot, among others.
STACK: Django / TailwindCSS / HTMX & Alpine / MariaDB / Docker-Compose
-
- LANDON HOTEL
-
This is Western Governors University's Advanced Java course Capstone project, which is a homepage for a Canadian hotel. It is a Spring application, with Java backend and an Angular frontend; it includes multithreaded language translation, message display differences based on time zones, and currency exchange. It is containerized using Docker.
STACK: Spring / Angular / H2 / Docker
-
- MINISUBS
-
In 2022, I completed NuCamp's "Fullstack Web + Mobile Development" Bootcamp. Their capstone project was to develop a unique React SPA, with Redux for state management. This web app was inspired by AirBnB but meant for those wanting smaller spaces on a smaller budget.
STACK: React JS / Redux