Five projects, each one proves a different thing.
Real code under CI, all open source. Agent platforms, a mobile app on Google Play, systems tools in Rust. Every merge is gated by type checking, linting, and automated tests.
Supply Chain Multi-Agent System
Three specialist agents coordinating through a typed LangGraph state machine
TestsUnit + real-LLM integration tests in CI
EndpointsREST API with SSE streaming
ObservabilitySelf-hosted Langfuse topology
GuardrailsRegex hard-block + LLM judge, fail-open
Rung Reader
AI-powered Allen-Bradley PLC ladder logic troubleshooter
TestsUnit + integration tests in CI
DependenciesZero cloud dependencies
ResilienceGraceful degradation without LLM/PLC/Redis
TestingMock-swappable pycomm3 driver
IronTide
From-scratch Rust BitTorrent engine targeting libtorrent-rasterbar parity
Protocols31 BEP protocol extensions
Architecture17-crate workspace
TestsUnit + integration + property tests; clippy-clean
PerformanceThroughput benchmarked vs. libtorrent
Debt Tracker
Offline-first Android debt tracker, published on Google Play
DistributionPublished on Google Play
ArchitectureMVVM with Repository pattern
PersistenceRoom DB with atomic transactions
BackupAutomatic retention, Snapper-style pruning
Claude Code Telegram Bridge
Single-binary Rust service bridging Telegram to Claude Code sessions
RuntimeSingle-binary Rust + tokio async
Performance78x faster startup vs Python predecessor
Deploymentsystemd notify with watchdog
FormattingMarkdown to Telegram HTML, smart splitting