I had to setup continous deployment for my Rails application with Capistrano 3. The application is hosted in AWS ubuntu. Beanstalk frustrated me for a long time, so i decided to use Capistrano 3 deployment tool. One of the issues […]
2015 was busy with several months of travel. I met a number of smart people from who I learnt a lot. And yes, dabbled with a several tools, languages and frameworks. Here’s a list of things I did in the […]
A couple of months back my colleague and I hit upon an idea during a casual conversation. After continuous travel assignments, we took a break and started evaluating our idea seriously. After several discussions over a number of cups of […]
I have been pretty busy last few weeks have churning out test cases with Angular JS. And we use Jasmine for unit testing and Karma JS for automating unit tests. For the sake of setting up each developer’s machine with […]
Ext JS 4 provides MVC support where we create a Controller for a collection of Views and Models. The usual confusion to this approach, is how many controllers do you require in an application. The general approach is one controller […]