The Go Forge
Go - its simplicity and performance. These projects focus on building low-latency HTTP services and concurrent APIs using the standard library and lightweight routers lightweight routers like Chi, with a focus on thread-safe state and native observability.
Go-Birds: Resilient Service Orchestration & Fault Tolerance
This project demonstrates a standard-library-first approach to building cloud-native services. The goal was to move away from "magic" frameworks and implement explicit Reliability Patterns required for distributed systems.
Examine Technical Scroll → GoGo Mini Wiki: Zero-Dependency High-Integrity File Store
This project demonstrates the power of the Go Standard Library for building secure, high-performance services. By avoiding external frameworks, I eliminated "dependency bloat" and focused on the core mechanics of I/O and request orchestration.
Examine Technical Scroll → GoGo-Moods: Instrumented In-Memory Time-Series Store
This project demonstrates a high-concurrency, "scrape-ready" data service built for reliable metric ingestion. Instead of a standard CRUD app, it focuses on thread-safe state management and native observability.
Examine Technical Scroll →