Processing ......
processing
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
The Go Programming Language
Related Book Categories:
  • Darker Corners of Go (Rytis Bieliunas)

    Get started with Go and learn how to leverage its simplicity and flexibility to solve real-world problems and build practical software. Learn to write clean, efficient code and build high-performance applications with Go.

  • The Go Workshop (Delio D'Anna, et al.)

    A condensed list of lessons for new to intermediate gophers. The goal of this book is to collect in one place various things in Go that might be surprising to new developers, and shed some light on the more unusual features of Go.

  • Go by Example (Mark McGranaghan)

    This book is a hands-on guide to Go. It helps you learn and write Go through annotated example programs. You will see how Go simplifies programming with slices, maps, structs and interfaces incorporates functional programming.

  • How To Code in Go (Mark Bates, et al)

    This book is designed to introduce you to writing programs with the Go programming language. You'll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development.

  • Go Bootcamp: Everything You Need to Know to Get Started with Go

    Essential Go code and idioms for all facets of the development process. This guide gives you the code 'phrases' you need to quickly and effectively complete a wide variety of projects with Go, today's most exciting new programming language.

  • The Way To Go: An Introduction To The Go Programming Language

    This book provides the reader with a comprehensive overview of the new open source programming language Go from Google. It focuses on the aspects that the reader needs to take part in the coming software revolution using Go.

  • Effective Go (Robert Griesemer, et al)

    This book gives tips for writing clear, idiomatic Go code. It covers the nuances of Go, with in-depth guides on types and structures, packages, concurrency, network programming, compiler design, optimization, and more.

  • The Little Go Book (Karl Seguin)

    This book is an introduction to Google's Go programming language. It is targeted mainly for beginners, as it show the language's fundamentals in a short and concise way with some easy to understand examples.

  • Go Succinctly (Mark Lewin)

    The Go programming language is relatively small and concise, but its depth makes it an ideal option for solving modern-day development problems. This book guides readers through the basics of Go, and provides documentation and resources.

  • Essential Go (Krzysztof Kowalczyk)

    It provides clear and concise explanation of topics for programmers both starting to learn the Go programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.

  • Go 101: Focusing on Go Syntax/Semantics Details (Tapir Liu)

    This is a book focusing on Go syntax/semantics and all kinds of details. It tries to help gophers gain a deep and thorough understanding of Go. It is expected that this book is helpful for both beginner and experienced Go programmers.

  • Go for Javascript Developers (Maor Zamski, et al)

    This book compares between two programming languages, Golang (or "Go") and ECMAScript (or "Javascript" / "JS"). The merits of this pairing is the popularity of these languages. That's it. They are not similar, in fact, they are quite different.

  • Building Web Apps with Go (Jeremy Saenz)

    This book will teach you how to develop scalable real-world web apps, and backend systems with Go. It equips you with the necessary skills and knowledge required for effectively building robust and efficient web apps by leveraging the features of Go.

  • Go Web Development Succinctly (Mark Lewin)

    Use Go to build hugely scalable web applications with ease. This book will take you through serving, routing, connecting to a data source, using the templating engine, working with cookies, and more.

  • Practical Cryptography With Go (Kyle Isom)

    This is an introduction to cryptography using The Go Programming Language. It doesn't aim to teach the theory, but rather to guide you in your attempt to understand how to use cryptography to secure your services.

  • Network Programming with Go (Jan Newmarch)

    Dive into key topics in network architecture and Go, such as data serialization, application level protocols, character sets and encodings. This book covers network architecture and gives an overview of the Go language as a primer.

  • An Introduction to Programming in Go (Caleb Doxsey)

    This book is a short, concise introduction to computer programming using the language Go by Google. Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, etc.

  • Go for Python Programmers (Jason McVetta)

    This book is intended to provide a solid introduction to the Go language for experienced Python programmers. You'll explore key areas of the language such as concurrency, testing, data structures, and more.

  • Go Programming (John P. Baugh)

    This book takes an example-based approach to teach the reader how to effectively get started with programming in Go. From basic variable usage, to control structures, to File I/O, to basic network programming, this book has all you need.

  • Go Data Structures and Algorithms (Christopher Fox)

    A concise introduction to data structures and algorithms in Go. Data structures are presented in a container hierarchy that includes stacks and queues as non-traversable dispensers, and lists, sets, and maps as traversable collections.

Book Categories
:
Other Categories
Resources and Links