Friday, September 11, 2015

Some tips on continuous integration, delivery and deployment

Here are some tips about continuous integration, continuous delivery and continuous deployment, after some experience in the area.

Nowadays, there is an increasing need to deploy as soon as possible the developed features, in order to reduce time to market and provide earlier more added value. 

To achieve this objective, we must follow some techniques to simplify and automate the full process, from development to production running code. 

Sunday, August 23, 2015

About NodeJS

NodeJS is a Javascript core interpreter which is executed at the server side. The core of NodeJS is the V8 Google Chrome's open source Javascript engine (which is written in C++).