In this article, I describe a way to paginate results in picocli applications.
Paginate results in a command line application using picoCLI

A collection of 9 posts
In this article, I describe a way to paginate results in picocli applications.
In this article, we will to create a native library so that our C driver can be used from Java. We will also create a jar that includes the library. We generate our outputs using Github Actions with the help of cross-compilation and even publish our jars there as packages!
In this series of posts, we'll see how to build a wine cellar monitoring system sending data to the #cloud with some #iot, #timeseries and #microservices on a #raspberrypi. Is that enough buzzwords yet?
Jpackage : Overview of one of Java 14's hidden gems. In this article we will create an installer for Minecraft using jpackage.
This post reflects on my experience as an (introvert) conference speaker for the first time earlier this year. I got the chance to speak at JFuture in October. I really loved the experience and some of the things I learnt there really surprised me
This article describes our journey being the first team to run Kotlin in the backend at ING (Netherlands). Hopefully this article will give you some keys on how to introduce it as well in your own large company, and reduce some of the friction you might encounter.
Lately I encountered a strange bug while developing my android application, and I think it is strange enough to share it in this blog post. Brestram is an android application that aims at delivering real time bus schedule for the…
Hey all, This week-end, I worked on integrating a social feature in BresTram. I needed a way to let the users know when the bibus servers have a problem, and also let users send messages to each others if needed.…
I had problems with this while developing #BresTram. I was developing a new feature, allowing my users to find bus stops nearby using their GPS location. But whatever I was trying, my location was never set, and onLocationChanged was never…