Jump to ratings and reviews
Rate this book

Go Programming Blueprints - Solving Development Challenges with Golang

Rate this book
Key FeaturesLearn to apply the nuances of the Go language, and get to know the open source community that surrounds it to implement a wide range of start-up quality projectsWrite interesting, and clever but simple code, and learn skills and techniques that are directly transferrable to your own projectsDiscover how to write code capable of delivering massive world-class scale performance and availabilityBook DescriptionDive headfirst into solving actual enterprise problems and start cutting code from the word go. You will build complete applications around a variety of subjects using a range of different technologies and techniques, all of which are directly applicable to today's tech start-up world.

Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. Well-designed applications and sensible architectures can scale horizontally to cope with the demands of up to millions of users, while avoiding the prohibitive up-front investment that can bring a project to its knees.

What you will LearnBuild quirky and fun projects from scratch while exploring widely applicable skills, patterns, practices, and techniques, as well as a range of different technologiesCreate websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIsInteract with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurusDevelop high-quality command-line tools that utilize the powerful shell capabilities and have great performance using Go's in-built concurrency mechanismsImplement a modern document database as well as high-throughput messaging queue technology to put together an architecture that is truly ready for scaleWrite concurrent programs and gracefully manage their execution and communication with smart use of channelsAbout the AuthorMat Ryer has a family legend (or conspiracy) that tells of him programming computers from the age of 6—he and his father would build games and programs, first BASIC on a ZX Spectrum then later AmigaBASIC and AMOS on their Commodore Amiga. Many hours were spent manually copying out code from the Amiga Format magazine, before spending more still tweaking variables or moving GOTO statements around to see what might happen.The same spirit of exploration and obsession with programming led Mat to start work for a local agency in Mansfield, England, when he was 18, where he started to build websites and services. After contracting around London for a few years, coding everything from C# and Objective-C to Ruby and JavaScript, Mat noticed a new systems language called Go that Google was pioneering. Because it addressed very pertinent and relevant modern technical challenges, Mat started using it to solve problems while the language was still in beta and he has used it ever since.

Table of ContentsChat Application With Web SocketsAdding AuthenticationThree Ways to Implement Profile PicturesCommand-Line Tools to Find Domain NamesBuilding Distributed Systems and Working with Flexible DataExposing Data and Functionality Through a Restful Data Web Service ApiRandom Recommendations Web ServiceFilesystem Backup

276 pages, Kindle Edition

First published January 16, 2015

30 people are currently reading
156 people want to read

About the author

Mat Ryer

5 books1 follower

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
19 (24%)
4 stars
35 (44%)
3 stars
21 (26%)
2 stars
3 (3%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Joshua.
87 reviews15 followers
February 8, 2016
I have been wanting to learn golang for some time, did the excellent 'Go Tour', and decided to try this next. I liked the premise of this book -- every project is a full, meaningful, end to end example, including (some) tests, (some) UI, etc. I typed in every line of code, built it, found my typos, ran it, troubleshot it, etc and by the end of a few days, Go actually feels familiar to me. It was a great 'breadth first' introduction to what it's really like to work with the language, and has given me a lot of context for deeper dives. Next up is the Kernighan/Donovan "The Go Programming Language", and I'm sure I'll retain significantly more of it due to doing this first.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.