This commit is contained in:
Teiva Harsanyi 2022-11-24 17:41:36 +01:00
parent 4fdb88c13e
commit 52cb54bff3
No known key found for this signature in database
GPG key ID: 421EF65C3FD2F93C
2 changed files with 16 additions and 16 deletions

View file

@ -6,26 +6,12 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them](
_Want your company name to appear here? Go to [❤️ Sponsor](https://github.com/sponsors/teivah), One-time tab, "Sponsor 100 Go Mistakes and How to Avoid Them" tier_.
## Book Description
## 100 Go Mistakes and How to Avoid Them
![](cover.png)
![](banner.png)
100 Go Mistakes and How to Avoid Them shows you how to replace common programming problems in Go with idiomatic, expressive code. In it, youll explore dozens of interesting examples and case studies as you learn to spot mistakes that might appear in your own applications.
### 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_
### Where to Buy?
* [Manning.com](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)
@ -566,6 +552,20 @@ 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)

BIN
banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB