REST APIs Simplified! - Build and Consume in Python, Ruby, Java, C# and Go
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.
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.
Learn the ultimate interface...the command-line.
この本はghqのメインメンテナがghqの使い方 を網羅的に解説したハンドブックです。ghqはリポジトリ管理をシンプルかつ簡単にするためのコマンドラインツールです。ghqを使ってリポジトリ管理を簡単にしましょう。
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.
Learn how to get started using Go (Golang) on the IBM Cloud to deploy to IBM Cloud Foundry and IBM Cloud Functions.
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.
kubernetes for Devops contains to the point real world easy to use example for your development and production environment.
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.
This book will help you learn Go using your knowledge of PHP.
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.
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.