Optimizations - Benchmarks in Go
API Middlewares using net-http
Structs vs mapstringinterface{} for json (un)marshalling
https://go-proverbs.github.io/
100 Go Mistakes and How to Avoid Them
https://github.com/teivah/100-go-mistakes#unintended-variable-shadowing-1
https://go.dev/doc/effective_go
Go assembly and source viewer
MULTI THREAD
https://go.dev/blog/codelab-share
https://go101.org/article/concurrent-synchronization-more.html
https://dave.cheney.net/2015/08/08/performance-without-the-event-loop
https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride#april-2022-update
https://metalbear.co/blog/hooking-go-from-rust-hitchhikers-guide-to-the-go-laxy/