Recent Posts

How to setup HAProxy

5 minute read

HAProxy is the Reliable, High Performance TCP/HTTP Load Balancer and it works nicely with Deveo Cluster setup.

Using npm behind a proxy

less than 1 minute read

npm stands for Node Package Manager, and is the default package manager for the JavaScript runtime environment Node.js.

Installing NodeJS on Centos 6.6.

4 minute read

Node.js is an open-source, cross-platform runtime environment for developing server-side web applications. Node.js applications are written in JavaScript and...

Installing KAFKA Single Node - Quick Start.

4 minute read

Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. Kafka is a distributed, partitioned, replicated commit log service. It pro...