-
Software Development
The 2015 Revision of the Eclipse Development Process
The Eclipse Foundation Board of Directors approved a new revision to the Eclipse Development Process in its meeting on November 2/2015.…
Read More » -
DevOps
Blue-Green Deployment To Docker Swarm with Jenkins Workflow Plugin
The idea behind this article is to explore ways to deploy releases with Jenkins to Docker Swarm without downtime. We’ll…
Read More » -
Core Java
Writing BDD tests with Cucumber JVM
Cucumber JVM as an excellent tool to write your BDD tests.In this article I would like to give an introduction…
Read More » -
Software Development
Real-Time Applications With RethinkDB
In the last several years, there have been new requirements and expectations placed on enterprise applications that have dramatically increased…
Read More » -
DevOps
Docker Bridge and Overlay Network with Compose Variable Substitution
Docker Multi-Host networking allows you to create virtual networks and attach containers to them so you can create the network…
Read More » -
DevOps
DevOps and the Myth of Efficiency, Part I
This post is for those of you working in large companies or “enterprises” and are exploring what “DevOps” really means…
Read More » -
Enterprise Java
Local installation of standalone HBase and Apache Storm simple cluster
We mainly use Apache Storm for streaming processing and Apache HBase as NoSQL wide-column database. Even if Apache Cassandra is…
Read More » -
DevOps
“Network timed out” Docker error
One of the most dreaded errors seen during Docker workshops around the world is: Network timed out while trying to…
Read More » -
Core Java
Java 8 Lambda Expression for Design Patterns – Decorator Design Pattern
The Decorator pattern (also known as Wrapper) allows behavior to be added to an individual object, either statically or dynamically,…
Read More »