Blog

Discover your terminal mode and size using Java Foreign Function and Memory API (FFM). In this article we will be calling functions from the **termios** library, available on your operating system. We will be using FFM to call one of those functions, passing it primitive and object as parameters, then getting return values and modifications that C-written function did to the object we passed in.
By Salathiel G. at 28 Apr 2024
Java 22, officially released on March 19, 2024, brings a wave of exciting changes to the platform. This update introduces a blend of new features, preview APIs, deprecations, and improvements targeting the Java language, APIs, performance, and developer experience. Let's delve into the details!
By Salathiel G. at 19 Mar 2024