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 […]
Ever since I started following the Twitter engineering stories, I had developed a great interest in Microservices Architecture. Last Tuesday, I attended an one day workshop on Microservices Architecture, in Bangalore, as a part of the Agile India conference. Fred […]
One of the core principles in NodeJS is the non-blocking design or asynchronous API or Event Loop architecture. There is a lot of noise made about this principle in the internet. A beginner who sets out to learn what this […]
In the last part of the series of articles on MEAN development, let’s talk about the A and N of MEAN. The N of MEAN (Hello Server!) Here we go with N of the MEAN stack, NodeJS. Let’s develop a […]
In the first part of the series on MEAN, I introduced you to the MEAN stack. In this post let’s get started with the MEAN stack. JavaScript explosion The first step towards setting up MEAN is installing NodeJS. You can […]