Re-initialization of datasets in typeahead.js
typeahead.js is one of autocomplete search plugin inspired by twitter.com. I have been using it quite from a while in my projects and had wonderful experience so far until I... Read more
Intro to Splat (*) operator in Ruby
I usually use following to create a bunch of array elements in Ruby. arr = (10..50).to_a # converting a range to an array. Today I noticed following which performs same... Read more
Ruby Quirks (You would amaze at first point)
Right now I am at the stage of learning. While studying Ruby I am finding (still continuing) that language looks quite simple but has its own complex and hidden secrets.... Read more