Distributed Computing with Go

Distributed Computing with Go
Author: V. N. Nikhil Anurag
Publisher:
Total Pages: 246
Release: 2018-02-28
Genre: Computers
ISBN: 9781787125384

Download Distributed Computing with Go Book in PDF, Epub and Kindle

A tutorial leading the aspiring Go developer to full mastery of Golang's distributed features. Key Features This book provides enough concurrency theory to give you a contextual understanding of Go concurrency It gives weight to synchronous and asynchronous data streams in Golang web applications It makes Goroutines and Channels completely familiar and natural to Go developers Book Description Distributed Computing with Go gives developers with a good idea how basic Go development works the tools to fulfill the true potential of Golang development in a world of concurrent web and cloud applications. Nikhil starts out by setting up a professional Go development environment. Then you'll learn the basic concepts and practices of Golang concurrent and parallel development. You'll find out in the new few chapters how to balance resources and data with REST and standard web approaches while keeping concurrency in mind. Most Go applications these days will run in a data center or on the cloud, which is a condition upon which the next chapter depends. There, you'll expand your skills considerably by writing a distributed document indexing system during the next two chapters. This system has to balance a large corpus of documents with considerable analytical demands. Another use case is the way in which a web application written in Go can be consciously redesigned to take distributed features into account. The chapter is rather interesting for Go developers who have to migrate existing Go applications to computationally and memory-intensive environments. The final chapter relates to the rather onerous task of testing parallel and distributed applications, something that is not usually taught in standard computer science curricula. What you will learn Gain proficiency with concurrency and parallelism in Go Learn how to test your application using Go's standard library Learn industry best practices with technologies such as REST, OpenAPI, Docker, and so on Design and build a distributed search engine Learn strategies on how to design a system for web scale Who this book is for This book is for developers who are familiar with the Golang syntax and have a good idea of how basic Go development works. It would be advantageous if you have been through a web application product cycle, although it's not necessary.


Nonsequential and Distributed Programming with Go
Language: en
Pages: 0
Authors: Christian Maurer
Categories:
Type: BOOK - Published: 2021 - Publisher:

GET EBOOK

After a short chapter on basic aspects of software engineering and its realization in Go, this book introduces to nonsequential and distributed programming with
Nonsequential and Distributed Programming with Go
Language: en
Pages: 419
Authors: Christian Maurer
Categories: Computers
Type: BOOK - Published: 2021-01-19 - Publisher: Springer Nature

GET EBOOK

Der Band bietet eine kompakte Einführung in die Nichtsequentielle Programmierung als gemeinsamen Kern von Vorlesungen über Betriebssysteme, Verteilte Systeme,
Distributed Computing with Go
Language: en
Pages: 241
Authors: V.N. Nikhil Anurag
Categories: Computers
Type: BOOK - Published: 2018-02-28 - Publisher: Packt Publishing Ltd

GET EBOOK

A tutorial leading the aspiring Go developer to full mastery of Golang's distributed features. Key Features This book provides enough concurrency theory to give
Build Systems With Go
Language: en
Pages: 354
Authors: Juan M Tirado
Categories:
Type: BOOK - Published: 2021-03-31 - Publisher: Independently Published

GET EBOOK

Everything a Gopher must know in a single book!!! Do not stay in the basics, move forward and learn how you can use Go to build systems using restful APIs, gRPC
Hands-On System Programming with Go
Language: en
Pages: 441
Authors: Alex Guerrieri
Categories: Computers
Type: BOOK - Published: 2019-07-05 - Publisher: Packt Publishing Ltd

GET EBOOK

Explore the fundamentals of systems programming starting from kernel API and filesystem to network programming and process communications Key FeaturesLearn how