Blog

Putting our heads together.

Enterprise

04/10/2017

Stability during large refactors

Feature Change: the Node.JS library to avoid introducing breaking changes

How do you guarantee stability when migrating an app to its new version? When we had to go through a large refactor, we compared solutions and opted for Feature change. It is a powerful open-source library that logs differences between two different implementations of the same method.

Enterprise

10/12/2016

From raw data to actionable insights

Introducing Pentaho

Data offers a ridiculously important competitive advantage to those who know how to use it. To transform raw data into actionable insights and improve decision-making, we use Pentaho Data Integration. It is a powerful ETL tool to overcome the limits of scripts based synchronization. Here is an introduction to Pentaho.

Enterprise

09/24/2015

Docker everything

Introducing Docker’s features through a real life example

We too often had to set up the context to deploy an application, and then replicate this into another server. That was until Docker’s magic came to the rescue! This is an introduction to some of Docker’s features applied to a real-life scenario: how to install two Apache Web Servers using different source folders.

Enterprise

06/29/2015

Deploying NodeJS enterprise applications

Using Linux native tools to manage application deployment and proper running

Before we started using Docker for all our NodeJS enterprise applications in production, we had crafted our own way to deploy, distribute, manage and maintain them. We wanted to have a simple standard deployment process for NodeJS applications on Debian / Ubuntu Enterprise servers and we explain it here.