Leanpub Header

Skip to main content

Filters

Category: "Go"

Books

  1. Go With Graphics
    No Description Available
  2. REST HOW TOs
    REST HOW TOs
    Consuming and Building REST API in Python, Ruby, Java, C# and Go
    A.P. Rajshekhar and Shrikant Khare

    REST APIs Simplified! - Build and Consume in Python, Ruby, Java, C# and Go

  3. Data Serialization in Go
    Data Serialization in Go
    The Complete Guide to JSON and Other Serialization Formats in Go
    Jonathan Hall

    Data serialization in Go can be a challenge for the most seasoned Go developer. For the newcomer, it's often an infuriating experience. Strict types, no generics, and a lack of object-oriented features are just some of the limitations of serialization in Go. This book breaks through the confusion, with detailed explanations, and practical examples.

  4. Patrones de Diseño en Go
    Patrones de Diseño en Go
    Una perspectiva a la Programación Orientada a Objetos en Go en base a los Patrones de Diseño GoF
    Daniel M. Spiridione

    Este libro expone las características orientadas a objetos del lenguaje de programación Go (también conocido como Golang) y la aplicación de los 23 patrones de diseño originales del libro "Design Patterns" de Erich Gamma, Richard Helm, Ralph Johnson y John Vlissides.

  5. Python Command Line Tools
    Python Command Line Tools
    Design powerful apps with Click
    Noah Gift and Alfredo Deza

    Learn the ultimate interface...the command-line.

  6. ghq handbook
    ghq handbook
    Masayuki Matsuki (Songmu)

    この本はghqのメインメンテナがghqの使い方を網羅的に解説したハンドブックです。ghqはリポジトリ管理をシンプルかつ簡単にするためのコマンドラインツールです。ghqを使ってリポジトリ管理を簡単にしましょう。

  7. Advent of Go Microservices

    Writing good services in Go can be a challenge - you have to write out your database structures, unit and integration testing with CI to see what breaks, keep them updated with migrations, define your API endpoints and routing, update your documentation - all of these things keep you from building your service. Let's be smart about it.

  8. Getting Started with Go on IBM Cloud

    Learn how to get started using Go (Golang) on the IBM Cloud to deploy to IBM Cloud Foundry and IBM Cloud Functions.

  9. Go 101
    Go 101
    Tapir

    Go 101 is a book focusing on Go syntax/semantics and all kinds of details. The book also tries to help gophers gain a deep and thorough understanding of Go. The book is expected to be helpful for both beginner and experienced Go programmers.

  10. Kubernetes for DevOps

    kubernetes for Devops contains to the point real world easy to use example for your development and production environment.

  11. GoLang Cryptography for Developer

    Cryptography is for everyone, no matter which role, function you are in, a basic level of security is needed. The style and approach is used in this book is to full-fill all of the cryptography needs for the go lang programmer from beginner to advanced level.

  12. Go for PHP Developers
    Go for PHP Developers
    Learning Go using PHP
    Stephen Afam-Osemene

    This book will help you learn Go using your knowledge of PHP.

  13. A Go Developer's Notebook
    A Go Developer's Notebook
    Where I Go During My Holidays
    Eleanor McHugh

    A Go Developer's Notebook is a living book about the Go language and programming in general, written by a long-standing member of the Go community and based on her experience working with Go since its initial public release in November 2009.

  14. Production Go
    Production Go
    Build modern, production-ready web services in Go
    Herman Schaaf and Shawn Smith

    Production Go is the book about creating and maintaining modern production applications written in Go. It assumes prior programming knowledge, and is recommended for professional programmers.