-
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 » -
Software Development
Migrating Spring App to MicroServices App on AWS
The company I am working for has recently gone through a migration of refactoring our code base from a monolithic…
Read More »