https://github.com/rvflash/papers
Lists of awesome papers to read, follow and more.
https://github.com/rvflash/papers
Last synced: 8 months ago
JSON representation
Lists of awesome papers to read, follow and more.
- Host: GitHub
- URL: https://github.com/rvflash/papers
- Owner: rvflash
- Created: 2019-03-05T09:10:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T09:22:40.000Z (8 months ago)
- Last Synced: 2025-03-08T10:24:39.687Z (8 months ago)
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Papers
Lists of awesome papers to read, follow and more.
> sorted by ascending date
## Golang
* [How to manage tool dependencies in Go 1.24+](https://www.alexedwards.net/blog/how-to-manage-tool-dependencies-in-go-1.24-plus) 2025-02 by Alex Edwards
* [How I write HTTP services in Go after 13 years](https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/) 2024-02 by Mat Ryer
* [Maps and Memory Leaks in Go](https://teivah.medium.com/maps-and-memory-leaks-in-go-a85ebe6e7e69) 2022-09 by Teiva Harsanyi
* [Easy memory-saving tricks in Go](https://www.ribice.ba/golang-memory-savings/) 2022-08 by Emir Ribic
* [Don't use build tags for integration tests](https://peter.bourgon.org/blog/2021/04/02/dont-use-build-tags-for-integration-tests.html) 2021-04 by Peter Bourgon.
* [Test parallelization in Go](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/) 2020-08 by Yoshiki Shibata
* [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md) 2019-10 by Uber Go team.
* [An Overview of Go's Tooling](https://www.alexedwards.net/blog/an-overview-of-go-tooling) 2019-04 by Alex Edwards.
* [Behaviour-Driven Development in Golang](https://alicegg.tech/2019/03/09/gobdd.html) 2019-03 by Alice Girard.
* [Practical Go: Real world advice for writing maintainable Go programs](https://dave.cheney.net/practical-go/presentations/qcon-china.html) 2019-03 by Dave Cheney.
* [Go for Industrial Programming](https://peter.bourgon.org/go-for-industrial-programming/) 2018-09 by Peter Bourgon.
* [Allocation efficiency in high-performance Go services](https://segment.com/blog/allocation-efficiency-in-high-performance-go-services/) 2017-09 by Achille Roussel & Rick Branson.
* [Style guideline for Go packages](https://rakyll.org/style-packages/) 2017-01 by rakyll.
* [Standard Package Layout](https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1) 2016-10 by Ben Johnson.
* [Intro++ to Go Interfaces](https://npf.io/2014/05/intro-to-go-interfaces/) 2014-05 by Nate Finch.
* [Twelve Go Best Practices](https://talks.golang.org/2013/bestpractices.slide#1) 2013- by Francesc Campoy Flores.
* [Idiomatic Go](https://dmitri.shuralyov.com/idiomatic-go) - by Dmitri Shuralyov.
* [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) - by the Golang community.
## Docker
* [10 Docker Image Security Best Practices](https://snyk.io/blog/10-docker-image-security-best-practices/) 2019-03 by Liran Tal, Omer Levi Hevroni.
## Monitoring / Alerting
* [SRE: Observability: Metric Namespaces and Structures](https://medium.com/dm03514-tech-blog/sre-observability-metric-namespaces-and-structures-12ffcf5a5bdc) 2019-02 by dm03514.
## General
* [Talk, then code](https://dave.cheney.net/2019/02/18/talk-then-code) 2019-02 by Dave Cheney.