rss resume / curriculum vitae linkedin linkedin gitlab github twitter mastodon instagram
Finished Reading: Go Programming Blueprints: Second Edition
Feb 20, 2017

I must confess I did not read Go Programming Blueprints: Second Edition (affiliate link) from top to bottom like all the previous books I’ve read so far, the reason being I read the first edition last year and I know for sure editions do not change a lot from one to another.

However, although I knew this was not going to change a lot I was still interested about it, because Mat Ryer, the author of this book, gave a talk at GothamGo 2016, and he mentioned the new chapters included gRPC as well as some covering microservices and Go, so getting this new edition during the 2016 Packt sale was a no-brainer for me.

That being said how good (or bad?) are the new chapters?

I’ve been toying around with gRPC for a while, nothing in production yet but what Mat covers is what I had to learn the hard way, so if you’re starting with gRPC having everything in one place is really useful and saves you some time. Mat uses go-kit as the way to explain microservices + grpc + go, so that’s an interesting new thing to learn.

He also does a great job covering Docker and Go, and just like the gRPC content, it saves you a lot of time if this is your first attempt trying to build your own Go-based Docker images.

Finally, it is hard to tell what changed from the first edition to the second one, however if you’re interested in seeing what changed from the first github tag to the second one, please see the compare.


Back to posts