Go
Parsing Ransack strings to SQL queries in Golang
Reading Time: 6 minutes Recently we were working on migrating a Rails...
Go
Reducing the number of error handling “if” statements (if != nil)
Reading Time: 4 minutes When I started learning Go, my code usually ended...
Go
Sending SMS messages using Twilio and Golang
Reading Time: 3 minutes Recently, I had the opportunity to work on a...
Go
Sharing data globally within application with Gorilla Web Toolkit (golang)
Reading Time: 2 minutes If you have been a developer for several years,...
Craftsmanship
GoConvey and Deaf Grandma
Reading Time: 5 minutes If you have used Ruby on Rails, you may be familiar...
Go
Understanding Google Cloud Datastore Keys (using Go)
Reading Time: 3 minutes If you are new to datastore, you will find that,...
Craftsmanship
Custom Error Marshaling to JSON in Go
Reading Time: 2 minutes In this post I want to go through an example...
No More Results