Contributions

Article
Another post for Rubyists learning Go. Finally about concurrency.
Tutorial
A new article about Golang from the perspective of a Ruby developer.
Tutorial
Sixth part of a guide, which idea is to help developers, who have mostly "scripting" languages experience, such as Ruby, JS, Python, get the hang of Golang and feel its beauty. This time we will explore the way to achieve polymorphism in Golang, as well as get an introduction to Structs and Methods application.
Tutorial
An introduction to Golang types from the perspective of a Ruby/JS/Python developer.
Article
You may read a lot about different types of indexes, but if you try to implement them by yourself, it will help you much more. In this article I'm developing a basic NoSQL database from scratch, using Ruby.
Article
The article is a recap of Ruby User Group Berlin meetup talk where I described why in our team did we choose Grape over other frameworks.