Experience from real life projects
Background We have previously covered a pipeline example with Jenkins calling Ansible to leverage OpenSSH configuration and Ansible inventory. We also discussed a use case…
In this posting, we continue to discuss Jenkins’ ability to automate deployment routines. Jenkins supports freestyle project out of the box, as well as Pipeline…
The business case You launched a software application. You installed it on two customer sites. You support the application mostly by SSH to customer server…
In this post we touch briefly on Apache Spark as a cluster computing framework that supports a number of drivers to pipe data in, and…
This is my notes from containerizing a legacy application with Docker compose. We have to run multiple instances of our application because we’re unable to…
Tuning the garbage collector is the most important thing that can be done to improve the performance of a Java application. GC is typically caused…