Leap Day 2024
In honor of Leap day, I wrote a small Go program that checks if the current date is a leap day. It uses constants and functions from the time package.
Raspberry Pi Pico W + TinyGo: Hello, World!
Write Hello, World! program in TinyGo for the Raspberry Pi Pico W
Spring Devtools: Automatic Restart & LiveReload
Speed up Spring Boot application development with Automatic Restart and LiveReload from developer tools.
Manage Local JDKs with SDKMAN
Make JDKs that have not been installed with SDKMAN, visible to it so they can be managed with SDKMAN.
SDKMAN FTW
If you are manually downloading and installing JDKs and other Java related software libraries and packages, you need to check out SDKMAN, the Software Development Kit Manager.
How to Create and Import a Java Archive file
Do you want to share your Java application with others or reuse your own code without copying and pasting? Then you need to learn about Java Archives (JAR) files.
Hello, World!
Welcome to my blog.