diff --git a/README.md b/README.md index d64395c..8bc105c 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Source code of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/b ![](cover.png) * [Table of Contents](#table-of-contents) -* [Author](#author) -* [Quotes](#quotes) * [100 Go Mistakes Map](#100-go-mistakes-map) +* [Quotes](#quotes) * [References](#references) +* [Author](#author) ## Table of Contents @@ -525,11 +525,9 @@ Understanding how to tune the GC can lead to multiple benefits such as handling To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in mind that Go isn’t CFS-aware. -## Author +## 100 Go Mistakes Map -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). +![](inside-cover.jpg) ## Quotes @@ -553,10 +551,6 @@ Teiva Harsanyi is a senior software engineer at Docker. He worked in various dom – Anupam Sengupta -## 100 Go Mistakes Map - -![](inside-cover.jpg) - ## References * How to make mistakes in Go (Go Time - episode #190) @@ -564,3 +558,9 @@ Teiva Harsanyi is a senior software engineer at Docker. He worked in various dom * [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).