Things I've shipped
Side projects and independent work outside of employment.
Hantamap
An independent data visualization platform that maps 2026 hantavirus-related events from public health reports, local news, and official advisories into a live, interactive map. Includes a "Risk Lens" feature for contextualizing incident clusters by geography and time. Built and maintained entirely outside of work.
tf2cdk
A Python CLI tool that converts Terraform HCL into AWS CDK TypeScript stacks.
Parses .tf files, resolves cross-resource references automatically
(so aws_kms_key.app_key.arn becomes appKey.keyArn),
and emits a complete, compilable CDK stack file. Covers 92 AWS resource types
across compute, storage, networking, security, messaging, and more.