DDevelopment Read More 3 minute read How to use internal redirects in AEM?byCarlos GutierrezJuly 26, 2016 Reading Time: 4 minutesWhen migrating a Ruby on Rails-based Application to Adobe Experience Manager we needed to use internal redirects. In…
GGo Parsing Ransack strings to SQL queries in GolangbyCarlos GutierrezMarch 10, 2015 Reading Time: 6 minutesRecently we were working on migrating a Rails app to Go but, just before we started working, we…
GGo Reducing the number of error handling “if” statements (if != nil)byCarlos GutierrezFebruary 26, 2015 Reading Time: 4 minutesWhen I started learning Go, my code usually ended up looking like this: func GetDataFromFile(fileUri string) (*Data, error)…
GGo Sharing data globally within application with Gorilla Web Toolkit (golang)byCarlos GutierrezDecember 16, 2014 Reading Time: 2 minutesIf you have been a developer for several years, maybe you have been in a situation where you…
GGo Understanding Google Cloud Datastore Keys (using Go)byCarlos GutierrezNovember 21, 2014 Reading Time: 3 minutesIf you are new to datastore, you will find that, unlike a relational database, Google Cloud Engine's datastore…