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

100 Go Mistakes and How to Avoid Them

List Price: $69.99
SKU:
9781617299599
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:
    Teiva Harsanyi
    Format:
    Paperback
    Pages:
    384
    Publisher:
    Manning (October 4, 2022)
    Language:
    English
    ISBN-13:
    9781617299599
    ISBN-10:
    1617299596
    Dimensions:
    7.375" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_05112026_P10069393_onix30-20260511.xml
    Folder:
    Eloquence
    List Price:
    $69.99
    As low as:
    $62.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    23.2oz
    Case Pack:
    18
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Spot errors in your Go code you didn’t even know you were making and boost your productivity by avoiding common mistakes and pitfalls.

    100 Go Mistakes and How to Avoid Them shows you how to:

        Dodge the most common mistakes made by Go developers
        Structure and organize your Go application
        Handle data and control structures efficiently
        Deal with errors in an idiomatic manner
        Improve your concurrency skills
        Optimize your code
        Make your application production-ready and improve testing quality

    100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more—and learn how to avoid and fix mistakes in your own projects. As you go, you’ll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently.

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

    About the technology
    Understanding mistakes is the best way to improve the quality of your code. This unique book examines 100 bugs and inefficiencies common to Go applications, along with tips and techniques to avoid making them in your own projects.

    About the book
    100 Go Mistakes and How to Avoid Them shows you how to replace common programming problems in Go with idiomatic, expressive code. In it, you’ll explore dozens of interesting examples and case studies as you learn to spot mistakes that might appear in your own applications. Expert author Teiva Harsanyi organizes the error avoidance techniques into convenient categories, ranging from types and strings to concurrency and testing.

    What's inside

        Identify and squash code-level bugs
        Avoid problems with application structure and design
        Perfect your data and control structures
        Optimize your code by eliminating inefficiencies

    About the reader
    For developers proficient with Go programming and syntax.

    About the author
    Teiva Harsanyi is a senior software engineer at Docker with experience in various domains, including safety-critical industries like air traffic management.

    Table of Contents
    1 Go: Simple to learn but hard to master
    2 Code and project organization
    3 Data types
    4 Control structures
    5 Strings
    6 Functions and methods
    7 Error management
    8 Concurrency: Foundations
    9 Concurrency: Practice
    10 The standard library
    11 Testing
    12 Optimizations