Work

Projects

A selection of engineering projects across infrastructure, observability, and platform tooling.

EKS Blue/Green Cluster Migration

Flock Safety

Infrastructure

Led the design and execution of a blue/green deployment process for upgrading AWS EKS clusters. Coordinated cutover of 40+ services—including stateful workloads with live cloud volume migrations—achieving only 10 minutes of downtime. Built reusable Terraform modules consumed by teams across the organization.

AWS EKSTerraformKubernetesBlue/GreenGitHub Actions

Distributed VPC Networking

Flock Safety

Infrastructure

Established distributed networking connections linking AWS VPCs across multiple AWS accounts, enabling trusted, lossless internal connectivity for all users within the organization.

AWS VPCNetworkingAWSMulti-Account

OpenTelemetry Observability Pipeline

Pluto TV

Observability

Built an end-to-end observability stack processing 100,000 trace events per second. Created custom Golang libraries that linked 400 million log lines daily to distributed traces in Datadog. Deployed OTel Collectors as Kubernetes Daemonsets via Helm, enabling vendor-neutral data routing.

OpenTelemetryGolangKubernetesDatadogHelmAWS

dev-bootstrap

Personal

Tooling

Idempotent macOS developer environment bootstrapper. A single script that installs and configures a complete engineering workstation—shell, languages (Go, Node.js, Python), DevOps tools (Docker, kubectl, AWS CLI), and GUI apps—reproducibly from scratch.

BashHomebrewmacOSDevOpsDeveloper Tooling

Bar App POC

Personal

Backend

Proof-of-concept REST API for bar payment and organization management, built in Go. Demonstrates clean service architecture and idiomatic Go patterns for a multi-entity domain.

GolangREST APIDocker

CI/CD Pipeline & Internal NPM Registry

Wellington Management

Platform

Developed the continuous integration pipeline to streamline publishing of internal applications on AWS, including Python Flask and Node.js Express servers. Contributed to TypeScript libraries and React higher-order components used across the firm.

TypeScriptNode.jsReactAWSCI/CDPython