Now Load Your Images At Lightning Speed On Web & Mobile App

Content posted here with the permission of the author Shivam Kumar Singh, who is currently employed at Josh Software. Original post available here Since internet is born, we have come a long way in improving web page loading time. Faster it gets, better it is. Most time consuming part of loading web & mobile app … Continue reading Now Load Your Images At Lightning Speed On Web & Mobile App

Creation Of Nested Form With AngularJS

In a Rails application, when we need nested forms, we frequently use the 'nested_form' gem. However, we cannot use that when we are making an AngularJS + Rails app. To make nested forms using AngularJS, we need to write some specific code and in this blog I do just that. I have some sample code base with a working demo … Continue reading Creation Of Nested Form With AngularJS

Want To Build Web Apps With Rails4 & AngularJS In 15 Minutes? Here’s How!

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!