From 629eaad7ba90c6dc47c2228bde7c2e35256a16e5 Mon Sep 17 00:00:00 2001 From: Richard Metzler Date: Sat, 1 Jan 2022 10:54:31 +0100 Subject: [PATCH] add Cloud Native Go --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a333ac8..79f11ef 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,14 @@ Go is a popular choice for writing DevOps and systems programs, and command-line Even more importantly, the book teaches you how to _think_ like a master software engineer: how to break down problems into manageable chunks, how to test functions before they're written, and how to design Go CLIs that delight users. +### [Cloud Native Go - Building Reliable Services in Unreliable Environments](https://www.oreilly.com/library/view/cloud-native-go/9781492076322/) + + + +What do Docker, Kubernetes, and Prometheus have in common? All of these cloud native technologies are written in the Go programming language. +This practical book shows you how to use Go's strengths to develop cloud native services that are scalable and resilient, even in an unpredictable environment. +You'll explore the composition and construction of these applications, from lower-level features of Go to mid-level design patterns to high-level architectural considerations. + **Web Development** ---- ### [Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free*