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

Go in Practice (Includes 70 Techniques)

List Price: $44.99
SKU:
9781633430075
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:
    Matt Butcher, Matt Farina
    Format:
    Paperback
    Pages:
    312
    Publisher:
    Manning (October 1, 2016)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781633430075
    ISBN-10:
    1633430073
    Weight:
    18.4oz
    Dimensions:
    7.38" x 9.25" x 0.6"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Pub Discount:
    37
    Case Pack:
    26
    As low as:
    $42.74
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview

    Summary

    Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    Go may be the perfect systems language. Built with simplicity, concurrency, and modern applications in mind, Go provides the core tool set for rapidly building web, cloud, and systems applications. If you know a language like Java or C#, it's easy to get started with Go; the trick is finding the practical dirt-under-the-fingernails techniques that you need to build production-ready code.

    About the Book

    Go in Practice guides you through dozens of real-world techniques in key areas. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications. You'll learn techniques for building web services, using Go in the cloud, testing and debugging, routing, network applications, and much more. After finishing this book, you will be ready to build sophisticated cloud-native Go applications.

    What's Inside

    • Dozens of specific, practical Golang techniques
    • Using Go for devops and cloudops
    • Writing RESTful web services and microservices
    • Practical web dev techniques

    About the Reader

    Written for experienced developers who have already started exploring Go and want to use it effectively in a production setting.

    About the Authors

    Matt Farina is a software architect at Deis. Matt Butcher is a Principal Engineer in the Advanced Technology Group at Hewlett Packard Enterprise. They are both authors, speakers, and regular open source contributors.

    Table of Contents

      PART 1 - BACKGROUND AND FUNDAMENTALS

    1. Getting into Go
    2. A solid foundation
    3. Concurrency in Go
    4. PART 2 - WELL-ROUNDED APPLICATIONS

    5. Handling errors and panic
    6. Debugging and testing
    7. PART 3 - AN INTERFACE FOR YOUR APPLICATIONS

    8. HTML and email template patterns
    9. Serving and receiving assets and forms
    10. Working with web services
    11. PART 4 - TAKING YOUR APPLICATIONS TO THE CLOUD

    12. Using the cloud
    13. Communication between cloud services
    14. Reflection and code generation