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 […]
In the last few months, I have been extremely busy working for a client(still working) developing a suite of applications. Quite naturally, TDD(Test Driven Development) is the standard choice. Writing unit-tests, seeing them fail, filling in code, seeing the green […]
Like implicit variables, implicit methods offer a great deal of flexibility in Scala. They help us in wrapping up objects. However, it can make us very tired, if overused. Here’s an example of using implicit methods. Let me implement one […]