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

Learn Go with Pocket-Sized Projects

List Price: $59.99
SKU:
9781633438804
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:
    Aliénor Latour, Donia Chaiehloudj, Pascal Bertrand
    Format:
    Paperback
    Pages:
    512
    Publisher:
    Manning (June 24, 2025)
    Language:
    English
    ISBN-13:
    9781633438804
    ISBN-10:
    1633438805
    Weight:
    30.4oz
    Dimensions:
    7.375" x 9.25" x 1.3"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Pub Discount:
    37
    As low as:
    $46.19
    Publisher Identifier:
    P-SS
    Discount Code:
    A
    Imprint:
    Manning
    Case Pack:
    14
  • Overview

    Pocket-size projects, modular and versatile skills! Take your Go programming capabilities to the next level with 11 engaging applications.

    Learn Go with Pocket-Sized Projects teaches some of the most important skills of Go programming—including Go’s unique idiomatic syntax—all through building fun and useful apps and games. Each project is fully working, simple to write, and easy to scale-up to full-size Go applications.

    In Learn Go with Pocket-Sized Projects you’ll build:

    • A Wordle-alike game
    • A currency converter application
    • A habit-tracking application
    • A book digest application
    • A maze-solving algorithm
    • A microcontroller-based traffic lights program
    • …and more!

    Each small, self-contained project in Learn Go with Pocket-Sized Projects introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Work your way through, and you’ll be able to utilize Go for everything from server-side applications to low-level systems programming.

    Foreword by Ron Evans.

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

    About the technology

    There’s no more satisfying way to learn a programming language than by building your own projects! Whether you’re coming from another language or taking your next steps in Go, these eleven projects will get you working hands on faster than you can type “Bonjour le monde.”

    About the book

    Learn Go with Pocket-Sized Projects introduces the most important features, concepts and techniques of the Go programming language. You’ll learn hands on as you build fun mini projects including a Wordle clone you can run as a web service and a maze solver that uses goroutines. Along the way, you’ll explore a wide range of topics, including Go’s unique approach to interfaces, concurrency, REST and gRPC microservice APIs, and more.

    What's inside

    • Concurrency with goroutines
    • A habit tracker using gRPC and HTML templates
    • Deploying a secure web service
    • A microcontroller-based traffic lights program using TinyGo

    About the reader

    For beginners with Go or another programming language.

    About the author

    Aliénor Latour, Donia Chaiehloudj, and Pascal Bertrand are experienced developers with a passion for Go and excellence in programming.

    Table of Contents

    1 MeetGo
    2 Hello, earth! Extend your hello, world
    3 A bookworm’s digest: Playing with loops and maps
    4 A log story: Creating a library
    5 Gordle: Play a word game in your terminal
    6 Money converter: CLI around an HTTP call
    7 Caching with generics
    8 Gordle as a service
    9 Concurrent maze solver
    10 Habits tracker using gRPC
    11 HTML templating with a gRPC client
    12 Go for other architectures
    Appendixes
    A Installation steps
    B Formatting cheat sheet
    C Zero values
    D Benchmarking
    E Passing by value or by reference
    F Fuzzing
    G Connecting to a database