Book description
A tutorial leading the aspiring Go developer to full mastery of Golang's distributed features.
About This Book
- 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
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.
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
In Detail
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.
Style and approach
Distributed Computing with Go takes you through a series of carefully graded tutorials, building ever more sophisticated applications.
Publisher resources
Table of contents
- Title Page
- Copyright and Credits
- Packt Upsell
- Contributors
- Preface
- Developer Environment for Go
- Understanding Goroutines
- Channels and Messages
- The RESTful Web
- Introducing Goophr
- Goophr Concierge
- Goophr Librarian
- Deploying Goophr
- Foundations of Web Scale Architecture
- Other Books You May Enjoy
Product information
- Title: Distributed Computing with Go
- Author(s):
- Release date: February 2018
- Publisher(s): Packt Publishing
- ISBN: 9781787125384
You might also like
book
Deciphering Data Architectures
Data fabric, data lakehouse, and data mesh have recently appeared as viable alternatives to the modern …
book
Building Micro-Frontends
What's the answer to today's increasingly complex web applications? Micro-frontends. Inspired by the microservices model, this …
book
Radar Trends to Watch: August 2023
Read about the latest developments on O'Reilly Media's Radar.
book
Fluent React
When it comes to building user interfaces on the web, React enables web developers to unlock …