Re-initialization of datasets in typeahead.js
Re-initialization of datasets in typeahead.js
02 February 2014 ( ~ 1 min read )

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
Intro to Splat (*) operator in Ruby
15 September 2012 ( ~ 2 min s read )

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)
Ruby Quirks (You would amaze at first point)
06 September 2012 ( ~ 1 min read )

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

« Newer Posts Page 4 of 4