Many of you at the "free" Go programming course have been asking "How do I use Gmail with Go?" To answer that question, we will quickly build a fun Go web app that uses Gmail to send off emails. I am assuming that you have downloaded and installed Go and have set the GOPATH properly. … Continue reading Fun with Gmail and Go
RubyConf India 2014 – The Goa Edition
RubyConf India 2014 was a roaring success and attendees were not even aware about the woes the organisers had with the hotel management. This post talks about what worked and what didn't.
Part 3: Learn To Build & Deploy Simple Go Web Apps
In part one of this tutorial, we installed the Google App Engine SDK and then built and ran a simple web app locally. In part two, we deployed this simple web app to the Google App Engine and shared it with users worldwide. In part three, we learned about package template (namely text/template and html/template). … Continue reading Part 3: Learn To Build & Deploy Simple Go Web Apps
