blog

The Process Of Generating Dynamic QR Codes In Rails With Rjb

When I started looking for gems which generate QR code in ruby I found "rqrcode" which generates only HTML code which was not useful to me. I wanted the QR code image so I looked at "qr4r" but here we can not customize the color, background color etc,  so I decided to write my own code … Continue reading The Process Of Generating Dynamic QR Codes In Rails With Rjb

Let’s Have Some Fun With Gmail & Go

We shall build a fun Go app that accepts city names from a user and displays the current weather forecast in those cities, to the user. In a previous article we learned how to use The Google Geocoding API in Go. Here too, we shall use Geocoding to help us convert addresses (like "1600 Amphitheatre … Continue reading Let’s Have Some Fun With Gmail & Go