GitHub
In progress
private
Personal Website
A Dockerized Django platform that brings my résumé, project work, service monitoring, and private operational tools into one system.
This project applies the same principles I use in enterprise infrastructure work: repeatable deployment, observable services, clear ownership, protected configuration, and useful automation.
The public side presents my experience across Active Directory, identity, Windows infrastructure, automation, virtualization, and observability. Behind authentication, a modular dashboard provides service health, Celery task visibility, local-development links, and owner-only management controls.
Cookiecutter Django provides the production-minded foundation. Docker Compose runs Django, PostgreSQL, Redis, Celery workers, Celery Beat, Flower, Mailpit, and Dockmon as a cohesive local environment. HTMX and Tailwind keep the interface focused without turning the site into a heavy client-side application.
The repository is currently private while the site and its deployment model continue to take shape.
Operational foundation
Containerized services, repeatable local workflows, health checks, and scheduled background work.
Protected operations
Owner-only tools, guarded core-service settings, Google authentication, and private source records.
Observable by design
Service status, uptime history, Celery scheduling, Flower, Dockmon, and local email inspection.
Python
CeleryDjangoDockerHTMXPostgresPythonRedisTailwind