Posts
All the articles I've posted.
-
Using interfaces in Go
Exploring how to effectively use interfaces in Go — common patterns, pitfalls, and tips for developers coming from Java or C#.
-
Why documentation matters
Why good documentation matters in software engineering — it goes way beyond code comments.
-
Git Workflow
In this post I'm going to write about the fork-clone-pull that we've been using for some time now at work.
-
Design Docs
A design doc — also known as a technical spec — is a description of how you plan to solve a problem. It's one of the most useful tool for making sure the right work gets done.
-
Google Image Proxy
Continuing with app that I created as a project for the Udacity Android Nanodegree program, I faced a new challenge! The challenge was to load poster images from TMDb Image server inside my app!