-
ArchUnit: Testing Your Architecture
ArchUnit is a library that allows us to test our architecture (layering/slicing/(naming) conventions, and more).
-
OpenRewrite: Automatic Code Refactoring and Maintenance – Part 2
Learn how to improve, refactor, and move a Spring Boot application with OpenRewrite.
-
Disco API: Helping You To Find Any OpenJDK Distribution
Did you know Foojay is not only a human-readable OpenJDK knowledge base but also provides the Disco API that lets you search all OpenJDK distributions?
-
New JavaFX theme library “Transit” released
A new Java (JavaFX) theme has been released. This is a new theme called “Transit” and it builds upon the lessons learned while developing JMetro.
-
Embracing Modernity: A Comprehensive Look at Sealed Classes, Pattern Matching, and Functional Paradigms in Java
Let’s examine the principles and practical applications of Sealed Classes and pattern matching.
-
The New JdbcClient Introduced in Spring Framework 6.1
Spring framework 6.1 introduced a new JdbcClient API, which is a wrapper on top of JdbcTemplate, for performing database operations using a fluent API.
-
OpenRewrite: Automatic Code Refactoring and Maintenance
OpenRewrite is a powerful tool for automatic code refactoring and maintenance, utilizing customizable recipes to streamline your coding process.
-
Foojay Podcast #27: Chicago JUG and KUG
Since December last year, the Foojay podcast virtually visited a Java User Group monthly. And this time, we are in Chicago to learn from the Java and Kotlin user groups.
-
How to Create a Spring Boot Application to Retrieve Data from Evernote
In this article, I will show you how to use the Evernote API and SDK in a Spring Boot application to retrieve data from Evernote.
-
Generate AI-based Images with Quarkus and OpenAI DALL.E
In this article, we explore how to integrate the OpenAI API within a Quarkus application