Live Demos & Hosted Projects

Public-facing demos, hosted infrastructure, and other projects with live or accessible deliverables.

AccessControlManager Demo

EMR Demo

Public-facing demo built around an academic access-control compliance project for electronic medical record workflows. Evaluates user activity logs against explicit allow/deny policy rules, flags likely violations, and surfaces warnings when behavior is not clearly authorized.

  • Java
  • Spring Boot
  • REST API
  • HTML
  • CSS
  • JavaScript
  • Nginx
  • HTTPS

Home Server & Self-Hosted Infrastructure

Infrastructure

Built and maintain an Ubuntu home server environment for hosting and managing multiple services. Configured reverse proxies, HTTPS, DNS, firewall rules, and containerized deployments for tools including Immich, Pi-hole, and VS Code Server while supporting reliable remote development and troubleshooting infrastructure issues.

  • Ubuntu
  • Docker
  • Nginx
  • TLS / HTTPS
  • DNS
  • Pi-hole
  • Immich
  • VS Code Server

Resume Website

Portfolio

Lightweight custom portfolio website designed to present projects, skills, and academic background in a clean employer-facing format, hosted on my own infrastructure.

  • HTML
  • CSS
  • JavaScript
  • GitHub
  • Custom Hosting

Academic Projects

Coursework-based software projects with strong engineering value. Private repositories are noted where applicable.

Graph Algorithms & Data Structures Library

Java Library

Built a cohesive Java DS&A toolkit from scratch over a full semester, culminating in reusable graph analysis utilities including DFS, BFS, Dijkstra shortest paths, and minimum spanning tree algorithms powered by custom underlying data structures.

  • Java
  • Graphs
  • Dijkstra
  • Prim-Jarnik
  • Kruskal
  • Union-Find
  • JUnit
  • Jenkins

WolfReview

Academic Project

Java conference paper management system built around a finite-state workflow using the State pattern and command-driven transitions. Includes validation-heavy business logic, file import/export, and a desktop GUI backed by a testable model layer.

  • Java
  • State Pattern
  • JUnit
  • File I/O
  • Swing
  • GUI

Other Technical Projects

Additional technical work spanning hardware, fabrication, and longer-term creative engineering projects.

Fully Customized 3D Printer

Hardware / Systems

Extensively modified and tuned a Creality Ender 3 platform to print at roughly 300 mm/s while maintaining about ±0.1 mm dimensional accuracy. Combined mechanical upgrades, firmware/macro tuning, and iterative calibration to improve speed, reliability, and repeatability.

  • Klipper
  • 3D Printing
  • CAD
  • Hardware Tuning
  • Automation
  • Firmware Tuning

Combat System Demo

In Progress

Ongoing Unreal Engine 5 project focused on building a polished third-person combat prototype with custom combat systems, physics-based effects, and strong gameplay feel.

  • Unreal Engine 5
  • C++
  • Gameplay Systems
  • Animation