Articoli correlati a Shipping Go: Develop, Deliver, Discuss, Design, and...

Shipping Go: Develop, Deliver, Discuss, Design, and Go Again - Brossura

 
9781617299506: Shipping Go: Develop, Deliver, Discuss, Design, and Go Again

Sinossi

Build and upgrade an automated software delivery pipeline that supports containerization, integration testing, semantic versioning, automated deployment, and more.

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

Shipping Go is a hands-on guide to shipping Go-based software. Author Joel Holmes shows you the easy way to set up development pipelines, fully illustrated with practical examples in the powerful Go language. You’ll put continuous delivery and continuous integration into action, and discover instantly useful guidance on automating your team’s build and reacting with agility to customer demands. Your new pipelines will ferry your projects through production and deployment, and also improve your testing, code quality, and production applications.

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

  • Create a development pipeline that turns feedback into features
  • Automatically validate code before it is deployed
  • Serverless, container-based, and server-based deployments
  • Scale your deployment in a cost-effective way

About the Reader

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

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Informazioni sull?autore

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.

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: molto buono
Former library book; May have limited...
Visualizza questo articolo

EUR 5,16 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

EUR 1,21 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

Risultati della ricerca per Shipping Go: Develop, Deliver, Discuss, Design, and...

Foto dell'editore

Holmes, Joel
Editore: Manning Publications, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Antico o usato Paperback

Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. No Jacket. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 0.8. Codice articolo G1617299502I4N10

Contatta il venditore

Compra usato

EUR 35,94
Convertire valuta
Spese di spedizione: EUR 5,16
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Joel Holmes
Editore: Pearson Education, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo PAP

Da: PBShop.store US, Wood Dale, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000. Codice articolo PB-9781617299506

Contatta il venditore

Compra nuovo

EUR 44,51
Convertire valuta
Spese di spedizione: EUR 1,21
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 15 disponibili

Aggiungi al carrello

Foto dell'editore

Joel Holmes
Editore: Pearson Education, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo PAP

Da: PBShop.store UK, Fairford, GLOS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000. Codice articolo PB-9781617299506

Contatta il venditore

Compra nuovo

EUR 45,87
Convertire valuta
Spese di spedizione: EUR 6,11
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 15 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Joel Holmes
Editore: Manning Publications, US, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo Paperback

Da: Rarewaves USA, OSWEGO, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: New. 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  Bootstrapping Go you will learn how to: Develop better software based on feedback from customersCreate a development pipeline that turns feedback into featuresReduce bugs with pipeline automation that validates code before it is deployedEstablish continuous testing for exceptional code qualityServerless, container based, and server based deploymentsScale your deployment in a cost-effective wayDeliver a culture of continuous improvement Bootstrapping Go is a hands-on guide to shipping Go-based software. Following examples in the powerful Go programming language, you'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 team's build and reacting with agility to customer demands. about the technology 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 customer's needs. about the book Bootstrapping Go: Automating code development, testing and deployment shows you how to build pipelines that optimize your development process so you can deliver software seamlessly to production. You'll dive right in, learning author Joel Holmes's easy way to establish pipelines. In fact, you'll set up your first working pipeline before you're finished with Chapter three! Codice articolo LU-9781617299506

Contatta il venditore

Compra nuovo

EUR 48,61
Convertire valuta
Spese di spedizione: EUR 3,43
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

Joel Holmes
Editore: Manning Publications, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo Paperback / softback

Da: THE SAINT BOOKSTORE, Southport, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback / softback. Condizione: New. New copy - Usually dispatched within 4 working days. 218. Codice articolo B9781617299506

Contatta il venditore

Compra nuovo

EUR 45,85
Convertire valuta
Spese di spedizione: EUR 7,23
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Holmes, Joel
Editore: Manning, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo Brossura

Da: GreatBookPrices, Columbia, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo 44326063-n

Contatta il venditore

Compra nuovo

EUR 36,03
Convertire valuta
Spese di spedizione: EUR 17,16
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Holmes, Joel
Editore: Manning, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Antico o usato Brossura

Da: GreatBookPrices, Columbia, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: As New. Unread book in perfect condition. Codice articolo 44326063

Contatta il venditore

Compra usato

EUR 36,08
Convertire valuta
Spese di spedizione: EUR 17,16
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Joel Holmes
Editore: Manning Publications, US, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo Paperback

Da: Rarewaves USA United, OSWEGO, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: New. 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  Bootstrapping Go you will learn how to: Develop better software based on feedback from customersCreate a development pipeline that turns feedback into featuresReduce bugs with pipeline automation that validates code before it is deployedEstablish continuous testing for exceptional code qualityServerless, container based, and server based deploymentsScale your deployment in a cost-effective wayDeliver a culture of continuous improvement Bootstrapping Go is a hands-on guide to shipping Go-based software. Following examples in the powerful Go programming language, you'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 team's build and reacting with agility to customer demands. about the technology 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 customer's needs. about the book Bootstrapping Go: Automating code development, testing and deployment shows you how to build pipelines that optimize your development process so you can deliver software seamlessly to production. You'll dive right in, learning author Joel Holmes's easy way to establish pipelines. In fact, you'll set up your first working pipeline before you're finished with Chapter three! Codice articolo LU-9781617299506

Contatta il venditore

Compra nuovo

EUR 50,79
Convertire valuta
Spese di spedizione: EUR 3,43
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

0
Editore: Manning, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo Brossura

Da: Basi6 International, Irving, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service. Codice articolo ABEJUNE24-20535

Contatta il venditore

Compra nuovo

EUR 54,56
Convertire valuta
Spese di spedizione: GRATIS
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Holmes, Joel
Editore: Manning, 2023
ISBN 10: 1617299502 ISBN 13: 9781617299506
Nuovo Brossura

Da: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide. Codice articolo ABNR-31673

Contatta il venditore

Compra nuovo

EUR 54,73
Convertire valuta
Spese di spedizione: GRATIS
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 5 disponibili

Aggiungi al carrello

Vedi altre 19 copie di questo libro

Vedi tutti i risultati per questo libro