Tag:Go
All the articles with the tag "Go".
Go Graceful Shutdown Mistakes Even Senior Engineers Make
A summary of incorrect usages I've come across and two correct ways to use them
Use Kubernetes PreStop to Reduce Server Errors During Scale Down
How a simple PreStop hook can reduce transient 5xx errors during pod termination. In production.
Server Sent Events
Server Sent Events Go and TypeScript implementation. An alternative to WebSockets.
Building An Expression Evaluator Using CEL Go
Common Expression Language(CEL) Go basic usage, custom functions, etc.
Spinning Up a Temporary Go Server for OAuth Callbacks in CLI Apps
Updated:Set up a temporary Go HTTP server to handle OAuth callbacks, commonly used in CLI applications for authentication flows.
An Interesting Experience Debugging Go API Performance
Unexpected and humorous results from investigation of high CPU usage of Go API.