Featured Projects

Things I work on outside of my day job. This list shows what I am focused on at the moment – plenty of other repos are active or brewing. I keep my professional work separate.

Secure Pipeline Template

A production CI/CD template with six security gates. No commit reaches production until Semgrep, Trivy, Hadolint, Gitleaks, Checkov, and OPA have all signed off.

github.com devsecops ci-cd terraform aws docker security

Wavecast

A persistent podcast and radio audio player for Hugo sites. Web Component with Shadow DOM, bidirectional sync, and navigation persistence across frameworks.

github.com web-component hugo javascript audio open-source

AI-Assisted DevSecOps Workflows

A comprehensive guide to integrating LLM assistants into DevSecOps practices. Covers security-first integration patterns, framework comparisons, and practical workflows.

github.com devsecops ai llm security documentation

Homelab GitOps Infrastructure

A Kubernetes homelab running on a Raspberry Pi and an old PC, managed entirely through Git with ArgoCD, Cilium eBPF, and the full observability stack.

github.com kubernetes gitops homelab argocd cilium observability

Awesome DevOps Freelance

A curated map of the 2026 Ops landscape for independent engineers. Covers DevOps, DevSecOps, DataOps, MLOps, AIOps, FinOps, LLMOps, Platform Engineering, and more.

github.com devops freelance career curated-list tools

PR Insights Action

A GitHub Action that generates pull request analytics. Additions, deletions, file breakdowns, commit summaries, posted as a PR comment with zero external dependencies.

github.com github-actions javascript ci-cd automation

Chatbots Adapter

A REST API that abstracts Rasa, DialogFlow, IBM Watson, and Azure Bot Services behind a single interface. Built with FastAPI and deployed on Heroku.

github.com python fastapi nlu chatbots docker api