New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Book Review: An Introduction to Programming in Go by Caleb Doxsey


Short but pretty nice book about Go language. It was recommended to me and I am really glad that I read it. It is much easier to follow than GoTour and in my opinion sets up much friendlier learning curve. Book is available for free online and on Amazon.

I have learned most in part 9 about Structs and Interfaces. Really interesting is chapter 13 about the Core Packages so I can recommend those two if you already know the basics of the language but want to see more practical usage.

Rating 8/10 (just keep in mind that it is an introductory book)

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)