-
How to install NodeJS 4.x on Ubuntu
There are many ways to install NodeJS on Ubuntu (Linux). This post demonstrate how easy it could be using NVM (Node Version Manager)
1 min read - Oct 15, 2015 -
Changing apache2 document root in ubuntu 14.x
Having the default Apache document root to "/etc/www" can be sometimes annoying because of permissions. I strongly recommend to use a folder into your "home" folder. To do so you will need to change Apache default document root.
2 min read - Apr 6, 2015 -
Introduction to Gulp.js with practical examples
Gulp.js is what we call a JavaScript Task Runner, it is Open Source and available on GitHub. It helps you automate repetitive tasks such as minification, compilation, unit testing, linting, etc. Gulp.js does not revolutionize automation but simplifies it tremendously.
6 min read - May 25, 2014