Medium
Why I Always Specify Types for Constants in Go, and Name the Unit Too
A practical note on making Go constants explicit, readable, and harder to misuse by naming both the type and the unit.
Read on Medium
Prasad Ekke
Blog
Distributed systems, cloud cost, performance, security platforms, and the engineering choices that make infrastructure easier to operate.
Medium
A practical note on making Go constants explicit, readable, and harder to misuse by naming both the type and the unit.
Read on MediumMedium
A practical look at Go resource management inside containers, the Go 1.25 improvements, and the gaps engineers still need to account for.
Read on MediumMedium / Stackademic
A practical guide to enabling pprof, collecting CPU and heap profiles, reading flame graphs, and debugging Go services under real load.
Read on MediumMedium / Stackademic
A practical guide to using context.Context as part of service design, cancellation, deadlines, and shutdown behavior in Go.
Read on MediumMedium / Stackademic
A short note on keeping Go interfaces small, behavior-focused, and easier to test and evolve.
Read on MediumMedium
A practical look at worker-pool mistakes around cancellation, channel ownership, and shutdown paths.
Read on Medium