Generating QR Code In SpringBoot Application

In this blog we will look at the generating QR Code in Spring Boot Application.  QR code (short for “quick-response code“) typically contains data for a location, contact information , and website.  Let’s try to generate QR code for Wifi network so that you can share the Wifi details with your guests with out revealing…

|

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