Selected work
-
Echo
Cross-platform desktop app for exploring HTTP APIs—collections, environments, auth, and request/response views—built with Tauri. The echo-web project site is the marketing and documentation surface published on GitHub Pages, with automated deploys and PR previews for contributor-friendly iteration.
-
card-game
Browser card game: interactive play, a focused UI, and a path to iterate on rules and balance in public. The live app runs on a custom domain so friends and reviewers can try builds without cloning the repository.
-
spiffy-trader
Kalshi trading experiments that combine model-assisted signals with structured evaluation and clear boundaries between research and production concerns. The repository tracks orchestration, API usage, and how results are recorded so ideas stay reproducible and reviewable over time.
-
iac-builder
Web app for composing or exploring infrastructure-as-code in a guided way, with an emphasis on sensible defaults and fast feedback. A public instance is on the custom domain below (still coming online); the repo remains the source of truth for how it is built and deployed.
-
local-ai-worker
Rust worker for local or self-hosted AI workflows, oriented toward performance and clear boundaries when talking to model runtimes. It shows how I lean on the type system and async tooling in Rust to keep integration code small and testable.
-
adaptive-pipe
Go project for adaptive streaming or piping between components, useful for composable CLI and service edges. The code favours small interfaces, straightforward concurrency, and building blocks that are easy to reason about in larger systems.