Beweis, dass ich
wirklich programmieren kann
Sie wollen sehen, ob ich liefern kann? Hier ist die Arbeit. Eine kuratierte Auswahl an Open-Source-Tools, Go-Bibliotheken und Infrastrukturprojekten, von denen andere Entwickler abhängen.
Highlights
Alle 82 Repos ansehenTypeSpec emitter that generates AsyncAPI 3.0 specs. Solved a 2-year gap in the ecosystem — adopted by Swiss Post.
Server-rendered UI components for Go web apps — 97 components for templ + HTMX + Tailwind CSS v4. Type-safe props, dark mode built-in, CSP-ready.
WebseiteHigh-performance, composable file system watcher for Go. Built on fsnotify with automatic recursion, 17+ filters, 18 middleware, and production-grade resilience.
WebseiteCLI- & Entwickler-Tools
Type-safe Go CLI framework that unifies type-safe flags, DI lifecycle, and zero-panic contracts. Wraps Cobra with a focus on correctness.
WebseiteReclaim disk space across macOS and Linux. 13 specialized cleaners, dry-run previews, interactive TUI, and JSON output for automation.
WebseiteInteractive setup wizard that creates perfect GoReleaser configurations in seconds. Stop copy-pasting configs and get production-ready releases.
Detect and filter auto-generated Go code — fast, zero-config, table-driven. Supports sqlc, protobuf, templ, mockgen, wire, stringer, and more.
WebseiteGo-Bibliotheken
The only Go client for the Wise (TransferWise) API — no official SDK or OpenAPI spec exists. Two-layer type architecture: raw wire types isolated in internal/raw, clean domain types with branded IDs and value objects at the boundary. Behavioral error classification enables intent-based retry instead of status-code string matching.
Strongly-typed branded identifiers for Go. Phantom types prevent mixing entity IDs at compile time. Zero-allocation, stdlib-only, with full serialization.
WebseiteWrite your data once. Render it anywhere. 16 output formats across tables, trees, and diagrams, plus NOM-style real-time progress visualization.
WebseiteStructured error protocol for Go — behavioral error classification, exit codes, HTTP status mapping, and diagnostic rules. Share the protocol, not the implementation.
WebseiteCrash-safe, race-free file writes for Go — TOCTOU protection via fingerprint verification, cross-platform file locking, atomic rename, and fsync durability.
WebseiteWeb, Infrastruktur & Agents
Go library for wiring go-cqrs-lite with HTMX, templ, and Casbin authorization — framework-agnostic HTTP handler builder.
Go server that turns markdown files into a navigable website with search, diagrams, live reload, and S3/GCS support.
WebseiteModular, hardened SSH client & server configurations for NixOS and nix-darwin — secure by default, post-quantum ready.
MCP server that gives AI coding agents comprehensive client-side web error detection and analysis capabilities.