mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 01:17:11 +08:00
Banner
This commit is contained in:
parent
4fdb88c13e
commit
52cb54bff3
2 changed files with 16 additions and 16 deletions
32
README.md
32
README.md
|
|
@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
### 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
BIN
banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in a new issue