Lists of awesome papers to read, follow and more.
sorted by ascending date
- How I write HTTP services in Go after 13 years 2024-02 by Mat Ryer
- Maps and Memory Leaks in Go 2022-09 by Teiva Harsanyi
- Easy memory-saving tricks in Go 2022-08 by Emir Ribic
- Don't use build tags for integration tests 2021-04 by Peter Bourgon.
- Test parallelization in Go 2020-08 by Yoshiki Shibata
- Uber Go Style Guide 2019-10 by Uber Go team.
- An Overview of Go's Tooling 2019-04 by Alex Edwards.
- Behaviour-Driven Development in Golang 2019-03 by Alice Girard.
- Practical Go: Real world advice for writing maintainable Go programs 2019-03 by Dave Cheney.
- Go for Industrial Programming 2018-09 by Peter Bourgon.
- Allocation efficiency in high-performance Go services 2017-09 by Achille Roussel & Rick Branson.
- Style guideline for Go packages 2017-01 by rakyll.
- Standard Package Layout 2016-10 by Ben Johnson.
- Intro++ to Go Interfaces 2014-05 by Nate Finch.
- Twelve Go Best Practices 2013- by Francesc Campoy Flores.
- Idiomatic Go - by Dmitri Shuralyov.
- Go Code Review Comments - by the Golang community.
- 10 Docker Image Security Best Practices 2019-03 by Liran Tal, Omer Levi Hevroni.
- SRE: Observability: Metric Namespaces and Structures 2019-02 by dm03514.
- Talk, then code 2019-02 by Dave Cheney.