Public work - each links to its source, a live demo when there is one, and a deeper case study when I've written one.
Production-grade self-hosted infrastructure on Proxmox VE 8
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.
Plugin-based integration runtime for Node.js
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.