SMS
16 May 14
I recently was tasked with setting up a web application in ruby on rails that interacted with users through SMS messages. While they are a number of solutions to handle this seamlessly e.g the famous Twilio API , such solutions can prove a little costlier for most busine...
Rails
20 Jun 18
In one of my recent projects, I was working on a scraper that needed to login into a website and download a file which I would then save to use later on. ...
Rails
05 Apr 15
Introduction It's been quite a while since my last tutorial and since then I've recieved alot of requests by email to implement a private messaging system ...
Ajax
22 Dec 14
With me, is a simple to-do list application where users can create dummy to-do lists and displays them in card-like form just like in Trello. We want to e...