Projects
A selection of public work across products, infrastructure, and developer tooling. Some of these are actively evolving, others are shipped references, but all reflect the kind of software I like to build.
Apps
Products and user-facing tools I am actively building or have shipped.
-
DebugPath
ActiveAn investigation workspace for timelines, artifacts, notes, and debugging context collected during real production incidents.
TypeScript Bun Astro Elysia PostgreSQL MinIO -
Scrybase
ActiveA Commander workbench for decks, collections, pod history, matchup notes, and long-term tuning around a real playgroup.
Python Astro Vue PostgreSQL OpenTUI -
MyLifeRPG
ActiveA planning-first personal system for habits, tasks, routines, goals, and progress tracking without turning everything into a game.
TypeScript Bun Astro Elysia PostgreSQL -
ElChess
Phase 0A multiplayer chess platform centered on durable game history, ratings, authentication, and post-game review.
TypeScript Bun Astro Elysia PostgreSQL -
MTG Card Bot
ShippedDiscord bot for fast Magic: The Gathering card lookup with pricing, legality, rulings, and embed-first responses powered by Scryfall.
Python uv discord.py httpx
Infrastructure
Systems work focused on networking, observability, and durable operations.
-
wirescope
ShippedNetwork observability for operators who need live capture, DNS context, historical search, alerts, and PCAP export on infrastructure they control.
Go SQLite Astro Vue PCAP OpenTUI -
bore
ShippedPeer-to-peer encrypted file transfer with direct hole punching, relay fallback, and both browser and terminal interfaces.
Go QUIC Noise Astro Vue OpenTUI
Developer Tools
Utilities that make local workflows, debugging, and shipping less painful.
-
GitPulse
ActiveLocal-first git analytics that separate active work, commit history, and push activity into a clearer picture of engineering output.
Go Astro Vue SQLite OpenTUI -
toolworks
ActiveA collection of automation scripts, CLI helpers, and small utilities that are useful enough to stand on their own.
Python uv CLI Automation
Reference
Reference projects, learning resources, and supporting public repos.
-
dunamismax
ActiveThe public profile repo that ties together my current focus areas, active projects, and primary links.
Markdown Docs Portfolio -
C From The Ground Up
ShippedA progressive C workbook that moves from first principles to systems programming through readable lessons and capstone exercises.
-
dunamismax.com
ShippedMy live portfolio and writing site, deployed on an Ubuntu VM with Astro, Docker, Caddy, and Cloudflare.
-
go-web-server
ShippedA Go-first web starter that embeds an Astro and Vue frontend while keeping routing, sessions, security, and persistence in the backend.
Go Echo PostgreSQL SQLC Astro Vue -
hello-world-from-hell
ShippedA deliberately absurd C project that turns Hello World into an elaborate exercise in macros, threads, and bad judgment.
C Make Testing