From 8f70989f194f776a48f2e114fc10b8ebe5970d64 Mon Sep 17 00:00:00 2001 From: Eugene Kozlov Date: Fri, 21 May 2021 16:54:03 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 294343f..bfc757d 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,12 @@ This book is for amateur and intermediate Go programmers who want to take their The book presents relatively small yet complete Go programs that illustrate the presented concepts. This has two main advantages: firstly, you do not have to look at an endless code listing when trying to learn a single technique and secondly, you can use this code as a starting point when creating your own applications and utilities. +### [Distributed Services with Go Your Guide to Reliable, Scalable, and Maintainable Systems](https://pragprog.com/titles/tjgo/distributed-services-with-go/) + + + +Take your Go skills to the next level by learning how to design, develop, and deploy a distributed service. Start from the bare essentials of storage handling, work your way through networking a client and server, turn that single-node application into a distributed system with service discovery and consensus, and then deploy your service to the cloud. All this will make coding in your day job or side projects easier, faster, and more fun. + Resources ====