While learning AngularJS to make a single page app using Rails4, I found some good videos and blogs. However, I did not find any simple example for CRUD operations that made me easily understand the integration between Rails4 and AngularJS. So in this tutorial post, I explain how to create basic CRUD operation using Rails4 … Continue reading Want To Build Web Apps With Rails4 & AngularJS In 15 Minutes? Here’s How!
Category: Javascript
The bidder journey
This is a story [Bidder](http://playbidder.in) - a simple idea that was conceived at RailsRumble 2013 and has since then come a long way. This talks about the innovation, changes and learning from this experience.
StreamTable.js – The Next-generation Search Filter
So, you think you should search data? Or filter it? And now, stream ... what? Searching for data has a performance price - we need heavy duty server resources and have delayed responses. See the LinkedIn search. Filtering for data requires us to load the entire data on the client-side (via JSON) and then filter … Continue reading StreamTable.js – The Next-generation Search Filter
