Monthly Archives: December 2024

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…