Jump to ratings and reviews
Rate this book

Hands-On Software Engineering with Golang: Move beyond basic programming to design and build reliable software with clean code

Rate this book
Explore software engineering methodologies, techniques, and best practices in Go programming to build easy-to-maintain software that can effortlessly scale on demand

Key FeaturesApply best practices to produce lean, testable, and maintainable Go code to avoid accumulating technical debtExplore Go's built-in support for concurrency and message passing to build high-performance applicationsScale your Go programs across machines and manage their life cycle using KubernetesBook DescriptionOver the last few years, Go has become one of the favorite languages for building scalable and distributed systems. Its opinionated design and built-in concurrency features make it easy for engineers to author code that efficiently utilizes all available CPU cores.

This Golang book distills industry best practices for writing lean Go code that is easy to test and maintain, and helps you to explore its practical implementation by creating a multi-tier application called Links 'R' Us from scratch. You'll be guided through all the steps involved in designing, implementing, testing, deploying, and scaling an application. Starting with a monolithic architecture, you'll iteratively transform the project into a service-oriented architecture (SOA) that supports the efficient out-of-core processing of large link graphs. You'll learn about various cutting-edge and advanced software engineering techniques such as building extensible data processing pipelines, designing APIs using gRPC, and running distributed graph processing algorithms at scale. Finally, you'll learn how to compile and package your Go services using Docker and automate their deployment to a Kubernetes cluster.

By the end of this book, you'll know how to think like a professional software developer or engineer and write lean and efficient Go code.

What you will learnUnderstand different stages of the software development life cycle and the role of a software engineerCreate APIs using gRPC and leverage the middleware offered by the gRPC ecosystemDiscover various approaches to managing package dependencies for your projectsBuild an end-to-end project from scratch and explore different strategies for scaling itDevelop a graph processing system and extend it to run in a distributed mannerDeploy Go services on Kubernetes and monitor their health using PrometheusWho this book is forThis Golang programming book is for developers and software engineers looking to use Go to design and build scalable distributed systems effectively. Knowledge of Go programming and basic networking principles is required.

Table of ContentsA Bird's-Eye View of Software EngineeringBest Practices for Writing Clean and Maintainable Go CodeDependency ManagementThe Art of TestingThe Links 'R' Us ProjectBuilding a Persistence LayerData-Processing PipelinesGraph-Based Data ProcessingCommunicating with the Outside WorldBuilding, Packaging, and Deploying SoftwareSplitting Monoliths into MicroservicesBuilding Distributed Graph-Processing SystemsMetrics Collection and VisualizationEpilogue

1262 pages, Kindle Edition

Published January 24, 2020

27 people are currently reading
58 people want to read

About the author

Achilleas Anagnostopoulos

1 book1 follower
Achilleas Anagnostopoulos holds a Master's Degree in Information and Telecommunication Technologies from Athens Information Technology as well as a Master's Degree in Information Networking from Carnegie Mellon University.

His primary research interests include operating systems, distributed systems and databases.

As a polyglot software engineer, he has worked in a diverse spectrum of companies ranging from small/medium startups to members of the FTSE 250.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
4 (20%)
4 stars
10 (50%)
3 stars
6 (30%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Mr. Musale.
64 reviews10 followers
November 19, 2020
I enjoyed reading this book. It gives valuable lessons on the Software development life cycle and the role of the software engineer in documenting and crafting the software, to breaking down big challenges into smaller, manageable chunks that one can work on.

There are myriad nuggets on how to go about various stages of working on a project and the language of choice – golang – is well utilized and tested.

The code is easy to access and get running locally on your machine.

I would definitely re-read this book and I recommend it to any Software Engineer interested in Software architecting.
24 reviews
May 28, 2020
The book does a job good job covering how different software development practices are done in golang.

I think it's great if you have experience building software and want to pick up golang, but If you are just getting starting it might be a bit frustrating since the cognitive overload is pretty high.

It also has a bunch of content that looks like page fillers, for example there are some sections about things like waterfall, SCRUM, and Agile :(.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.