Rubyconf India 2016 Slides
A small effort to aggregate all possible slides at one place in chronological order. Day 1 Opening Keynote by Matz - Available soon Prathamesh Sonpatki - “Anatomy of constant lookup... Read more
Gophercon India 2016 "Volunteer" Experience
The 2nd edition of Gophercon India was held in the Taj Vivanta, Bangalore on 19-20th of Feb, 2016. This time we had a record ~350 people who attended the event... Read more
Run AngularJS, Bootstrap and Angular UI bootstrap documentation locally
It is always better to run the documentation of library locally as you won’t be dependent on Internet for any documentation help. Also, navigation is fast due to local hosting.... Read more
Use of bootbox.js for creating multiple prompts sequentially
bootbox.js is a tiny and handy JavaScript library which allows one to create dialog boxes using Twitter’s Bootstrap modals programmaticallly. Basic Example: bootbox.prompt("What is your name?", function(result) { if (result... Read more
Shrinking issue in jQuery Splitter on screen resize
After using jQuery Splitter, everything was working as according to my requirement. But as you never get your destination smoothly I also got stuck by one issue. The issue was... Read more
Split div into three equal parts vertically
There has been a requirement in my project where I have to split a particular div into three equal parts vertically. It must possess following properties: Each part should have... Read more