mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Readme
This commit is contained in:
parent
ee373b9197
commit
24065bfdf7
1 changed files with 10 additions and 14 deletions
24
README.md
24
README.md
|
|
@ -8,6 +8,14 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them](
|
|||
|
||||
_100 Go Mistakes and How to Avoid Them_ shows you how to replace common programming problems in Go with idiomatic, expressive code. In it, you’ll explore dozens of interesting examples and case studies as you learn to spot mistakes that might appear in your own applications.
|
||||
|
||||
> This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch.
|
||||
|
||||
– _Neeraj Shah_
|
||||
|
||||
> Not having this will be the 101st mistake a Go programmer could make.
|
||||
|
||||
– _Anupam Sengupta_
|
||||
|
||||
## Where to Buy?
|
||||
|
||||
* [Manning.com](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)
|
||||
|
|
@ -646,24 +654,12 @@ To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in min
|
|||
|
||||
Teiva Harsanyi is a senior software engineer at Docker 🐳. He worked in various domains, including insurance, transportation, and safety-critical industries like air traffic management. He is passionate about Go and how to design and implement reliable applications.
|
||||
|
||||
## Book Quotes
|
||||
|
||||
> This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch.
|
||||
|
||||
– _Neeraj Shah_
|
||||
|
||||
> This unique book teaches you good habits by helping you identify bad ones. Harsanyi's writing style is engaging, the examples relevant, and his insights useful. I thought it was a great read, and I think you will too.
|
||||
|
||||
– _Thad Meyer_
|
||||
|
||||
> Not having this will be the 101st mistake a Go programmer could make.
|
||||
|
||||
– _Anupam Sengupta_
|
||||
|
||||
## Resources
|
||||
|
||||
* How to make mistakes in Go (Go Time - episode #190)
|
||||
* [Episode](https://changelog.com/gotime/190)
|
||||
* [Spotify](https://open.spotify.com/episode/0K1DImrxHCy6E7zVY4AxMZ?si=akroInsPQ1mM5B5V2tHLUw&dl_branch=1)
|
||||
|
||||
* Um ÓTIMO livro para programadores Go: [YouTube](https://www.youtube.com/watch?v=34XShL_jWD4)
|
||||
|
||||
* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210)
|
||||
|
|
|
|||
Loading…
Reference in a new issue