null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Shipping Go (Develop, deliver, discuss, design, and go again)

List Price: $49.99
SKU:
9781617299506
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Joel Holmes
    Format:
    Paperback
    Pages:
    248
    Publisher:
    Manning (July 18, 2023)
    Language:
    English
    ISBN-13:
    9781617299506
    ISBN-10:
    1617299502
    Weight:
    16oz
    Dimensions:
    7.375" x 9.25" x 0.6"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Case Pack:
    28
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    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