From c10e568b28e6b9043695a9919bebb2bf03616f87 Mon Sep 17 00:00:00 2001 From: Victor Frangipani Date: Thu, 30 Sep 2021 09:22:53 -0300 Subject: [PATCH] Added 'Efficient Go' by Bartlomiej Plotka, Frederic Branczyk --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d64b90b..6457286 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,14 @@ With this book, you will learn how to write more idiomatic and performant code w This notebook has been designed to provide a reference to everything mentioned in class, as if they were your own personal notes. +### [Efficient Go](https://www.oreilly.com/library/view/efficient-go/9781098105709/) + + + +Software engineers today typically put performance optimizations low on the list of development priorities. But despite significant technological advancements and lower-priced hardware, software efficiency still matters. With this book, Go programmers will learn how to approach performance topics for applications written in this open source language. + +How and when should you apply performance efficiency optimization without wasting your time? Authors Bartlomiej Plotka and Frederic Branczyk provide the tools and knowledge you need to make your system faster using fewer resources. Once you learn how to address performance in your Go applications, you'll be able to bring small but effective habits to your programming and development cycle. + **Web Development** ---- ### [Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free*