Little things of Go HTTP handlers
Every time I sketch an HTTP API in Go, I wrap the code of request handlers around these small but very convenient bits.
Everything related to Go Programing Language.
Every time I sketch an HTTP API in Go, I wrap the code of request handlers around these small but very convenient bits.
Lately, I’ve learned, jsonb prohibits insertion of a valid JSON string if the string contains NULL (U+0000) character.
profefe-collector, the main component of profefe, a system for continuous profiling, receives profiling data from an application and persists the data in the collector's storage. But why waiting for the data to be pushed instead of pulling it directly from the application?
Sometimes I write small services in Go from scratch. And every time main.go ends up looking almost the same.
How to access macOS Location Services and get the geographic location of the device from Go (with the help of some Objective-C).
After listening to the "Fireside edition" of Go Time (Ep. 110), I questioned myself, how would I answered the questions the hosts discussed.