Managing resources is one of most difficult component in services based business. As they say, “Your product is your people”....

Unit Test errors for Karma test runner with Jasmine
Relation between Karma and Jasmine: Karma is a Test Runner that is being used by Jasmin and related frameworks for Test Driven...

Deploy MEAN App with Heroku
Heroku (Platform as a service) Based on previous posts for creating Restful APIs using MEAN Stack + using Angular / Angular2 for...

Working with github
Although I have been using SVN for version control since 2006, still I got very little interaction with GitHub until very recently when I...

Adding Angular2 to MEAN App
This post to use Angular2 in combination with Node.js is technically 4th post after Part 1 and Part 2 of Restful API Sample app and...

Adding MongoDB to the RestAPI
Technically next part of Part-2 of Nodejs Rest API Now is the time to add MongoDB to our project so that we can add, update and list the...

Linux webserver useful commands – Ubuntu Part 2
Tar Files: Its a convenient way of linking together a bunch of files. You may come across TAR files with any of the following extensions....

Part 2-Node.js Restful API Sample App
In this phase, we will start by creating Routes in MVC manners. Without adding everything in app.js As we are creating REST API Step 1:...

Part 1-Node.js Restful API Sample App
This is part 1 for the process to create a REST API using MEAN Stack. I am a learner and exploring different aspects of MEAN Stack. This...

Linux webserver useful commands – Ubuntu Part 1
Linux was very boring and complicated operating server to me when I started my career as web developer. Later on, I had to deal more with...

THE FEAR OF MOVING FORWARD
Fear has a funny way of creeping up on us when we least expect it. In moments of aspiration, conflicting thoughts arise that may have us...

Colour your life
It’s no mystery that the sun and its source of light (or lack of) can have a profound effect on us all. Having lived for many years in...

Features to be considered for a mobile app
Last Blog was about Why a Business needs a mobile application, where as in following paragraphs, we are going to focus on what are the...

.htaccess Redirect – Automatically add www
Web developers normally face this issue where client complains about website ‘WEBSITE_NAME.com’ should automatically add WWW...

Linux Memory Management
My Linux server started having problems recently. All I knew is, websites hosting on the server showing ‘Service Not...