In Shipping Go you will learn how to:
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
An effective software delivery pipeline automates all stages, from initial design, through development, deployment, and ultimately the usage experience that feeds back into new features and releases. Go embraces the best practices of Continuous Delivery, and adds a few language-specific tools and twists of its own.
About the Book
Shipping Go shows you how to build Go-specific software development pipelines. You'll have a basic CI/CD process up and running by the time you finish Chapter 3, along with an iterative process for designing, releasing, and revising your applications. Then, you'll systematically upgrade your pipeline to support containerization, integration testing, semantic versioning, and automated deployment. A set of handy appendices help you translate these valuable practices to Kotlin, Python, and JavaScript applications.
What's Inside
For Go developers.
About the Author
Joel Holmes builds cloud native applications, helping to architect, design, and develop them. A Golang tech lead, Aliénor Latour was the technical editor for this book.
Table of Contents
PART 1 - STARTUP
1 Delivering value
2 Introducing continuous integration
3 Introducing continuous testing
4 Introducing continuous deployment
PART 2 - SCALING
5 Code quality enforcement
6 Testing frameworks, mocking, and dependencies
7 Containerized deployment
PART 3 - GOING PUBLIC
8 Configuration management and stable releases
9 Integration testing
10 Advanced deployment
11 The loop