golang
- deploying your first golang webapp (opens in a new tab)
- anatomy of goroutines in go / concurrency in go (opens in a new tab)
- roadmap to becoming a go developer in 2019 (opens in a new tab)
- rest server with go in 5 minutes (opens in a new tab)
- serving html with golang (opens in a new tab)
libraries
- uber-go/zap: blazing fast, structured, leveled logging in go. (opens in a new tab)
- gin-gonic/gin: gin is a http web framework written in go (golang). it features a martini-like api with much better performance -- up to 40 times faster. if you need smashing performance, get yourself some gin. (opens in a new tab)
- json-to-go: convert json to go instantly (opens in a new tab)