|

Managing Multiple JDK Installations on Windows using JVMS

Due to different project requirements and updates, developers often end up having multiple installations of the Java Development Kit (JDK) on their machines. Managing these JDK installations is essential for a smooth development experience. In this blog post, we will discuss how to manage multiple JDK installations on Windows using Java Version Manager (JVMS) ….

|

Creating Spring Boot Docker Images With Paketo Buildpacks

In recent years, containerization has become the de facto standard for deploying applications. It offers numerous benefits, such as improved scalability, portability, and ease of management. However, packaging applications into containers can be a complex task, especially when it comes to configuring and managing dependencies. This is where buildpacks come into play. In this blog,…

|

JUST – CLI for developing Spring Boot applications

JUST is command line toolkit which greatly simplifies the developing of Spring Boot Applications. Introducing Just, the go-to command line tool designed to enhance your Spring Boot developer experience! Currently offering the incredible “Just Run” feature. Get ready for Just Run, the only command you’ll need to kickstart your Spring Boot application in development mode….

Building Multi-Arch Images for Arm and x86 with Docker

In this blog post, I show how we can build Spring Boot Multi-Arch Images for Arm and x86 using Docker Processor Architectures There are different architectures on which processor are made. Processors Supporting Architecture Intel and AMD processors x86/x86-64/AMD64 Apple M1 , Ampere A1, Graviton, Broadcom ( Used in Raspberry Pi) ARM/ARM64/ARMHF While most of…