From 127c6ecd38ef9a3704fe6341b4e0abb88a0052eb Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi <934784+teivah@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:44:15 +0200 Subject: [PATCH] Description --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac0ab12..8d8b8d0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ If you're a Go developer looking to improve your skills, this book is for you. W * _Go言語100Tips 開発者にありがちな間違いへの対処法_ (Japanese edition): * Amazon: [.co.jp](https://www.amazon.co.jp/exec/obidos/ASIN/4295017531/) +## About the Author + +Teiva Harsanyi is a senior software engineer at Google. He has 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. + ## Common Go Mistakes This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). @@ -662,10 +666,6 @@ 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. -## About the Author - -Teiva Harsanyi is a senior software engineer at Google. He has 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. - ## External Resources 🇬🇧