Contributions

Article
To write Go effectively, it is crucial to understand its properties and idioms and apply the established conventions related to naming, program construction, formatting, etc. This post explain some good practices that will help write maintainable Go code.
Article
Detailed post about using Vim as a full-fledged IDE for all Go development with vim-go and NERDTree.
Tutorial
An example post about building command-line tools in golang using cobra