|

Exploring SDKMAN: A Versatile Tool for Java Developers

In the Java ecosystem, managing different versions of various software development kits (SDKs) can be a daunting task. This is where SDKMAN! steps in, offering a versatile solution to the problem. SDKMAN! is a software development kit manager that simplifies the installation, management, and switching between different versions of SDKs for Java Virtual Machine (JVM)…

|

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….