Projects

Public work - each links to its source, a live demo when there is one, and a deeper case study when I've written one.

Homelab

Production-grade self-hosted infrastructure on Proxmox VE 8

  • Proxmox VE
  • Linux
  • Docker
  • +1

Homelab

Production-grade self-hosted infrastructure on Proxmox VE 8

  • Proxmox VE
  • Linux
  • Docker
  • Traefik

Designed and maintain a self-hosted infrastructure on Proxmox VE 8, operated as a production environment. 11 LXC containers (Debian 13) scoped by service group with separate namespaces and resource limits - a deliberate isolation choice over a single Docker host.

PulseBridge

Plugin-based integration runtime for Node.js

  • TypeScript
  • Node.js
  • Zod
  • +1

PulseBridge

Plugin-based integration runtime for Node.js

  • TypeScript
  • Node.js
  • Zod
  • Vitest

PulseBridge is a plugin-based integration runtime for Node.js. Integrations pull data through three mechanisms - scheduled polling, inbound webhooks, and on-demand actions - and every interaction normalizes into canonical `PulseRecord<T>` objects. Processors react to those records and expose queryable views. After initialization it runs autonomously in the background, serving cached data without live API calls.