Golang Articles
· β 1 min read
map[string]interface{} in Go
https://bitfieldconsulting.com/golang/map-string-interface
Stopping HTTP Server Gracefully: Context vs Channels vs SyncGroup
https://www.gollahalli.com/blog/stopping-http-server-gracefully-context-vs-channels-vs-syncgroup/
How to handle signals with Go to graceful shutdown HTTP server
https://rafallorenz.com/go/handle-signals-to-graceful-shutdown-http-server/
Experimenting with Error Handling via Generics in Go
https://deedlefake.com/experimenting-with-error-handling-via-generics-in-go.html
Why You Should Be Using errgroup.WithContext() in Your Golang Server Handlers
https://bionic.fullstory.com/why-you-should-be-using-errgroup-withcontext-in-golang-server-handlers/
Go: Debugging with Delve & Core Dumps
https://medium.com/a-journey-with-go/go-debugging-with-delve-core-dumps-384145b2e8d9
Go is Boring…And Thatβs Fantastic!
https://www.capitalone.com/tech/software-engineering/go-is-boring/
Building a Golang Docker image
https://bitfieldconsulting.com/golang/docker-image
Build a gRPC server in Go