From b468b4a3af530952c90b00d6b322cb84543ce577 Mon Sep 17 00:00:00 2001 From: Steffen Thomsen Date: Sun, 8 Oct 2017 12:58:55 +0200 Subject: [PATCH] Added Building Microservices with Go book --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a0270fb..74ec286 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,12 @@ Web Development with Go was written to teach both beginners and experts how to c This course is an invaluable resource to help you understand Go's powerful features to build simple, reliable, secure, and efficient web applications. +### [Building Microservices with Go](https://www.packtpub.com/application-development/building-microservices-go) + + + +Whether you are planning a new application or working in an existing monolith, this book will explain and illustrate with practical examples how teams of all sizes can start solving problems with microservices. It will help you understand Docker and Docker-Compose and how it can be used to isolate microservice dependencies and build environments. We finish off by showing you various techniques to monitor, test, and secure your microservices. + Resources ====