Featured Case Study
Personal Cloud: a self-hosted platform run to production standards.
Why it matters
Anyone can list monitoring tools on a resume. This platform is different: it has real daily users who notice outages, and I am the sole owner and sole on-call responder. Every architectural decision, every incident, every 2 AM page is mine. It replicates the enterprise patterns I use professionally, networking, SSO, observability, alerting, and incident response, at a scale I fully control and pay for myself.
How it is built
Access and identity: Services are exposed through Cloudflare Tunnel and Tailscale, never through open ports. Authentik provides single sign-on across every application via OIDC, SAML, and LDAP, with per-user storage.
Observability and incident response: Prometheus and Grafana handle metrics and dashboards, New Relic provides application monitoring, and PagerDuty pages me when something breaks. Incidents are tracked and resolved the same way I handle them at work.
Private AI: Ollama runs local LLMs for private AI workflows, which lets me test prompt behavior and model tradeoffs without sending data to external providers.