From 93a128ad75478ca750a048d101a4271419bd68b3 Mon Sep 17 00:00:00 2001 From: vfrangipani Date: Fri, 6 Jan 2023 23:04:27 -0300 Subject: [PATCH] Added Shipping Go (#131) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0ab8e3d..86d967f 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,21 @@ Some say Go is a simple language and with only 25 keywords it surely is. But, to With my book, Go Faster, you can shorten your learning curve and become a proficient Go programmer, going from beginner to expert in no time. Learn Go faster and join the thriving community of skilled Go developers! +### [Shipping Go](https://www.manning.com/books/shipping-go) + +Picture of book cover for Shipping Go + +You know how to build Go programs—now learn how to ship them to your customers efficiently! This practical guide to continuous delivery shows you how to rapidly establish an automated pipeline that will improve your testing, code quality, and final product. + +In Shipping Go you will learn how to: + - Develop better software based on feedback from customers + - Create a development pipeline that turns feedback into features + - Reduce bugs with pipeline automation that validates code before it is deployed + - Establish continuous testing for exceptional code quality + - Serverless, container based, and server based deployments + - Scale your deployment in a cost-effective way + - Deliver a culture of continuous improvement + **Advanced Books** ---