Tag Archives: Application

Dockerization of Java applications using Google Jib Plugin

Dockerization of Java applications using Google Jib Plugin

Prerequisites Basic docker knowledge & commands, can go through this blog Docker-For-Beginners by InnovationM. Introduction In this blog I will guide you step-by-step how to use google jib plugin with docker. What is Jib ? Jib is part of Google Container Tools which builds optimized Docker and OCI images for your java application and push Continue Reading »

RabbitMQ : A Reliable Messaging Broker for Modern Applications

Introduction In the fast-paced world of modern software development, applications often need to communicate with each other efficiently and reliably. RabbitMQ, an open-source message broker, has emerged as a popular choice for managing messaging queues between different components in distributed systems. In this blog, we will explore the key features and benefits of RabbitMQ and Continue Reading »