Thursday, August 20, 2015

Why linux ?

Why Linux ?

More than an operating system, Linux is a nice learning platform which takes you through some challenges always..


And there is great community loves GNU

why Linux, reasons is explained nicely in this website http://www.whylinuxisbetter.net/

Linux commands - http://www.tutorialspoint.com/listtutorial/Linux-Shell-commands/2596

Linux Concepts - http://www.tutorialspoint.com/listtutorials/linux/basic-concepts/1

Get Ubuntu Linux here - http://www.ubuntu.com/download


Friday, August 14, 2015

Angular.js + Node.js+ Express.js

Experimenting Angular.js with Node

I was actually trying to install angular.js seed on Node.js that I found in the below link
http://briantford.com/blog/angular-express

Angularjs tutorial - http://www.w3schools.com/angular/

codeacademy angularjs - https://www.codeacademy.com/courses/learn-angularjs

succeeded to the run application - node app.js .. after copying the zip file to the folder .

I got some errors while running the app.js  like  most middleware like "errorhandler is not bundled to the express". I just commented out the error handler statements and ran the app.

http://localhost:3000/