Things I built.
Side projects, tools, and experiments. Some are useful, some are just things I wanted to build. All of them are real.
Signal-first briefs on geopolitics, geography, and world history. Built because I wanted a clean, fast way to stay across what's happening in the world without the noise. Fresh briefs, no clutter.
Real-time agile estimation tool. Create a room, share the code, everyone votes simultaneously. Built for remote teams who are tired of estimation calls going sideways.
Contributed IWebHostBuilder extensions to App Metrics, the cross-platform .NET observability library with 2.2K+ GitHub stars. The library only exposed metrics setup for IHostBuilder — the contribution added full support for ASP.NET's IWebHostBuilder pattern, covering endpoint metrics, request tracking, and default ASP.NET metrics. Two PRs merged.
Submitted a fix to the MinIO .NET client SDK (678 stars) addressing incorrect stream disposal in the ToXML method. Streams used for serialization don't need explicit disposal and should be left for garbage collection — disposing them early causes issues for callers that still hold a reference.