Refine home

This commit is contained in:
Teiva Harsanyi 2022-09-14 21:00:02 +02:00
parent 5edda702b1
commit d922f6755d
No known key found for this signature in database
GPG key ID: 421EF65C3FD2F93C
3 changed files with 2 additions and 4 deletions

View file

@ -22,6 +22,8 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them](
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=).
![](inside-cover.png)
* [Code and Project Organization](#code-and-project-organization)
* [Data Types](#data-types)
* [Control Structures](#control-structures)
@ -547,10 +549,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 isnt CFS-aware.
## Inside Cover
![](inside-cover.jpg)
## About the 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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

BIN
inside-cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB