Efficient Go
Autor Joel Holmesen Limba Engleză Paperback – 3 aug 2023
Following examples in the powerful Go programming language, youGÇÖll learn how to establish pipelines that seamlessly ferry your projects through production and deployment. Put the theory of continuous delivery and continuous integration into action, and discover instantly useful guidance on automating your teamGÇÖs build and reacting with agility to customer demands.
Development pipelines built to the principles of continuous delivery are the best way for code to flow through your organization. A properly functioning pipeline makes it seamless to modify functionality, enhance code quality, and evolve your deployments to meet your customerGÇÖs needs.
Preț: 256.20 lei
Preț vechi: 320.25 lei
-20% Nou
Puncte Express: 384
Preț estimativ în valută:
49.06€ • 53.07$ • 40.88£
49.06€ • 53.07$ • 40.88£
Carte disponibilă
Livrare economică 20 noiembrie-04 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781617299506
ISBN-10: 1617299502
Pagini: 300
Dimensiuni: 182 x 234 x 18 mm
Greutate: 0.36 kg
Editura: Manning Publications
ISBN-10: 1617299502
Pagini: 300
Dimensiuni: 182 x 234 x 18 mm
Greutate: 0.36 kg
Editura: Manning Publications
Notă biografică
Joel Holmes is a software developer focused on building cloud native applications. He has worked at several start-ups helping architect, design, and develop new products and services to help those companies develop and grow. Along the way, he was able to help establish tools and processes that helped development and increase quality. Joel is an Open Source contributor, including to DevOps projects that are written in Go such as VMWare's Carvel-vendir.
Cuprins
table of contents
READ IN LIVEBOOK1DELIVERING VALUE
READ IN LIVEBOOK2INTRODUCTION TO CONTINUOUS INTEGRATION
READ IN LIVEBOOK3INTRODUCTION TO CONTINUOUS TESTING
READ IN LIVEBOOK4INTRODUCTION TO CONTINUOUS DEPLOYMENT
5 CODE QUALITY ENFORCEMENT
6 TESTING FRAMEWORKS, MOCKING, AND DEPENDENCIES
7 DEPLOYING WITH BUILDPACKS
8 BUILD SYSTEMS AND PATTERNS
9 ACCEPTANCE AND INTEGRATION TESTING
10 CREATING YOUR OWN INFRASTRUCTURE
11 AUTOMATED QUALITY ANALYSIS
12 CONCLUSION