This is a very simple command-line parser for Java I made for my own projects. It is designed to be easy to use and to be able to parse command-line arguments into Java objects. Here is a quick ...
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can ...
In the world of IDE-based development, programmers can easily become detached from JDK and the underlying technology that makes their applications work. Here is a list of the five most useful Java ...
I love to try to teach whatever I'm learning or implementing. Mostly on Rust, Agentic AI and Backend Engineering In this post, we will implement a command-line interface that’ll accept a markdown file ...