Library
Complete index of all content across the site.
tech-bites
articles
How Go Variables Work: Memory, Safety, and the Runtime
Understand what happens in memory when you declare a variable, how Go manages memory safely, and how design choices enable automatic optimization
Understanding Go Packages and Modules: The Two-Layer System
Discover why Go separates packages from modules, and how this design enables scalable, reproducible builds
Why Go Separated Packages from Modules: A Design Philosophy
Explore the design decisions behind Go's two-layer system, how it solves real problems, and what it teaches us about building scalable systems
Why Go's Variable Syntax is Different (And What It Solves)
Understand why Go's var x int syntax differs from C and Python, and how this choice enables reading code at scale
Why Google Created Go: The Engineering Problems That Changed Cloud Computing Forever
Discover the engineering challenges at Google that led to Go's creation and how it revolutionized cloud computing
blueprints
Multi-Region Kubernetes Federation
Production-grade federated Kubernetes architecture spanning 4 regions with Karpenter, Cilium service mesh, GitOps delivery, and sub-200ms cross-region P99 latency.
HIPAA-Compliant Healthcare Data Platform
Architecture for ingesting, processing, and serving clinical data at scale — PHI handling, audit trails, consent management, and zero-trust data access under HIPAA/HITECH.