Blog Posts

Graceful Shutdown

December 18, 2024

Graceful Shutdowns for Reliability Every running web application eventually needs to stop— either due to a critical, unrecoverable error or…

Slice Internals in Golang

December 14, 2024

Slice in Go: A Dynamic Collection Slice in Go is analogous to C++ "vector". It is a contiguous collection of elements of the same type…

You might not need Kubernetes!

November 9, 2024

Kubernetes is a container orchestration tool. According to the 2024 Stackoverflow survey, Kubernetes is the 3rd most popular tool among…