Golang

2 May 2015

In search of Go IDE

One of the early day complaints about Go (after lack of Generics shhh…) is unavailability of a proper IDE. But as time passes, different projects emerged to offer a good coding experience for Go, ranging from basic features like syntax highlig...

16 Mar 2015

Go and Inheritance

Inheritance is an essential feature in many programming languages and trying to imagine the absence of it will bring up many thoughts, including code repetition. It is interesting that the few times I have had a discussion with someone not comfortabl...

8 Mar 2015

Moving to Hugo

It is only a matter of time before I create a static blog. If not for anything, writing in Markdown is more comfortable for a coder. There are many static sites generator but the one I fell in love with is Hugo probably because of my bias for Go ;). ...