diff --git a/README.md b/README.md index 8bc105c..d3a240f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Source code of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/b * [Table of Contents](#table-of-contents) * [100 Go Mistakes Map](#100-go-mistakes-map) -* [Quotes](#quotes) * [References](#references) * [Author](#author) +* [Quotes](#quotes) ## Table of Contents @@ -529,6 +529,20 @@ To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in min ![](inside-cover.jpg) +## References + +* 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) + +* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210) + +## Author + +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. + +**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah). + ## 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." @@ -550,17 +564,3 @@ To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in min > "Not having this will be the 101st mistake a Go programmer could make." – Anupam Sengupta - -## References - -* 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) - -* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210) - -## Author - -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. - -**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah).