I have been working with React for long time now . But as I was not regular in writing , that’s why I have never written a single post on React.
This would be officially my first ReactJS post , … Continue Reading >>
My Site has got traffic from 175 Countries till last week
When I started this site , I was really thinking to write a lot of stuffs from my daily learning and experiences. But later , I was very busy with work and life and was not able to continue writing … Continue Reading >>
.Net Core – New Taste from Old School
After working few years with .Net , I started working with NodeJS Stack as Full Stack JavaScript is really awesome and isomorphic era attracted me a lot . I have worked with AngularJS , ReactJS , Electron and a lot … Continue Reading >>
Node app Deployment and development process Manager
For development , its better to use nodemon
To install
npm install -g nodemon
To run
nodemon server.js
For Production , For most cases we can use forever
To Install
[sudo] npm install forever -g
To run
forever start … Continue Reading >> Upgrade your Server to NodeJS LTS Version from old versions
If you have NodeJS already installed , then first remove the current installation.
sudo apt-get remove --purge nodejs npm
Now lets install NodeJS LTS 4.4.0 Argon –
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -… Continue Reading >>
sudo apt-get install -y nodejs