Reading Time: 6 minutesRecently we were working on migrating a Rails app to Go but, just before we started working, we…
Reading Time: 2 minutesAs a front-end developer who have worked on many projects, I've seen a lot of content duplication in…
Reading Time: 4 minutesWhen I started learning Go, my code usually ended up looking like this: func GetDataFromFile(fileUri string) (*Data, error)…
Reading Time: 2 minutesSince the first day of my life developing for iOS, I was introduced to cocoapods.org and I felt…
Reading Time: 4 minutesHey guys! If you are a Go developer, you probably have used tags inside your structs. A tag…
Reading Time: 3 minutesI've done this snippet compilation for IE8 and IE9 that I think might be helpful for you if…
Reading Time: 2 minutesSometimes in some projects that I worked on I needed to use Rails URLs inside my JS, but…
Reading Time: < 1 minuteI've been working with Factory Girl and Spree, and I'm going to share how I solved a problem…
Reading Time: 3 minutesRecently, I had the opportunity to work on a Golang project which needed to send SMS messages. For…
Reading Time: 2 minutesIf you have been a developer for several years, maybe you have been in a situation where you…