Laytoun' thoughts!

Build Docker and OCI images for Java applications using google Jib

Whenever we talk about Docker maven plugins for java applications, we automatically think of fabric8io maven plugin, which is, honestly, a great plugin. But today, I'm going to talk about a new discovery: Jib, a Maven plugin for building Docker and OCI images for Java applications. Why Jib ?! The project

Spring boot metrics monitoring using TICK stack

Worth nothing to mention that monitoring the performance and availability of applications is very important. This is one of the many cool features bundled with Spring boot, which since its first days comes with production ready features (i.e Actuator) to help us keeping an eye on apps performance. With

Migration from SVN to Git! a developer guide to git-svn

Lately I've been working with many customers to help them make the migration from the old SVN to git. This obviously not a one shot move and does require time, discipline and learning. I pretty sure that there are some readers wondering how SVN is still used, and the answer

Actuator in Spring boot 2.0

In a previous article, I wrote a small introduction to Actuator in Spring boot 1. With Spring boot 2 now released, Actuator got a new boost with many new features and updates. While it has been redesigned and new edpoints have been added, Actuator kept its fundamental intent, but simplifies

Building thin Docker images using multi-stage build for your java apps!

The release of Docker CE 17.05 (EE 17.06) introduced a new feature that helps create thin Docker images by making it possible to divide the image building process into multiple stages, or in short words: multi-stage builds. This feature allows the reuse of artifacts produced in one stage

Laytoun' thoughts! © 2026