kotlin 🎉Celebrating Kotlin 2.0🎉 Upgrading a simple Kotlin and PicoCLI project to Kotlin 2.0 in under 5 minutes to celebrate the new version coming up!
openapi Creating an OpenAPI generator from scratch : From YAML to JetBrains HTTP Client In this article, I'll be implementing an openapi generator from scratch so you can too! We'll be creating a very simple generator for the Jetbrains HTTP Client
kotlin Building Command Line Interfaces with Kotlin using picoCLI In this article, we'll look into use cases where CLIs are a great idea. We'll also dive into best practises, and discover one of the most used library for CLIs in the JVM world : picoCLI.
java Paginate results in a command line application using picoCLI In this article, I describe a way to paginate results in picocli applications.
matlab Get the power of Matlab in command line Guide to running Matlab without the heavy Java-based GUI interface using command-line options. Shows how to use terminal-based Matlab with your favorite text editor for a lightweight development experience.