Skip to main content

Projects

Everything here is documented, not just listed. Where a project has a write-up, the last column links to it; where the code is public, so does the repo. Private employer and client work has no repo link — the write-up is the artifact.

For the three-minute version, the homepage has the highlights.

Platform & DevSecOps work

From my role at Developer Akademie GmbH. The repositories are private; the write-ups and the numbers are not.

ProjectOutcomeStackWrite-up
Terraform golden paths on GCPProvisioning 4 h → 45 minTerraform, Cloud Run, Cloud SQL, IAMBlog
Agentic runbooks with an approval gateResponse time −60% on known failuresGo, MCP, GCP, Terraform stateBlog
Ephemeral per-user AWS sandboxes80+ envs, compute spend −50%AWS EC2 (t3/t4g), Terraform, n8nBlog
SLO-gated deploys with automatic rollbackDeploy error rate under 2%Prometheus, Grafana, GitHub ActionsBlog
Security scanning in the delivery pathSAST and DAST blocking, not advisoryBandit, Semgrep, OWASP ZAP, Trivy

Products

Things I build and run myself.

ProjectWhat it isStackLinks
Emavi (formerly HepaAssist)Barrier-free multi-tenant PWA for assisted-living facilities: residents log daily mood, staff see trends and generate reports.Next.js, Django, PostgreSQL, Docker, Web PushDocs
AI Chatbot PlatformMulti-tenant chatbot with appointment booking, embeddable as a widget with Shadow DOM isolation and per-tenant CORS validation.Next.js, Prisma, OpenAI, Shadow DOMDocs
StandlyAI trade-fair-stand designer: prompt or RFQ in, buildable and quotable 3D booth out. Parametric catalog core, RFQ → BOM → quote. In development.TypeScript monorepo, 3D, diffusion renders
CaptureDeskLinux-first Electron screen recorder on the Loom Record SDK, with a drawing overlay and a local Express backend.Electron, Node.js, Express
n8n Workflow WorkspaceVersioned workspace for personal and per-client n8n automations. Strict client separation by tag and name prefix; secrets never in git.n8n
This siteDocusaurus on GitHub Pages behind a custom domain. Zero third-party requests, self-hosted fonts, offline search.Docusaurus 3, GitHub ActionsDocs

Smaller projects

Containers and deployment work. Older and smaller, still documented.

ProjectWhat it coversLinks
Conduit pipelineGitHub Actions: clone → build image → deploy over SSH with ComposeDocs · Repo
Conduit containerCompose stack for an Angular frontend and a Django backendDocs · Repo
Truck Signs APIDjango + DRF store with Stripe, containerisedDocs · Repo
VM setup & hardeningnginx, SSH keys, disabling password auth, managing multiple identitiesDocs · Repo

Security exercises

Deliberate practice against intentionally vulnerable targets, documented as I worked through them. These are exercises, not client engagements — labelling them as anything else would be dishonest, and they are more useful this way: the value is in the reasoning, not the trophy.

SetWhat it coversLinks
OWASP Juice ShopFour challenges end to end — API-only XSS, CAPTCHA bypass, admin registration, deluxe fraud — with the request tracesDocs · Repo
Python security toolingScripted scanning, cracking and metadata extraction — nmap, hydra, hashcat, exiftool-style metadata handling — one page per toolDocs · Repo
Authorised testing only

Everything in that section was run against targets I own or that exist to be attacked. Running these techniques against systems you have no written permission to test is illegal.