A List of Cache Providers
Recently, we described several criteria to look at to choose a cache. Now it’s time to list Java cache providers based on these criteria.

Technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions.
37 views
Nicolas Frankel
5,813 viewsRecently, we described several criteria to look at to choose a cache. Now it’s time to list Java cache providers based on these criteria.

Nicolas Frankel
2,647 viewsI'd like to describe how to add new behavior to an existing object/type. I won't use any reactive type to make it more general.

Nicolas Frankel
2,881 viewsIn this article I will describe how you can benefit from such a data visualization front-end without writing a single line of code.

Nicolas Frankel
2,280 viewsI'd like to first explain why the JVM platform is a bad idea for FaaS. Then, I'll proceed to propose alternatives to use Kotlin nonetheless.

Nicolas Frankel
3,032 viewsLike in many design decisions, a cache is a trade-off. Caching is a trade-off where you accept stale data to have them available/fast.

Nicolas Frankel
2,570 viewsGiven that the JUnit ecosystem is much more developed, I think I'll switch to JUnit for new projects and reassess again in a few years.

Nicolas Frankel
3,344 viewsFollowing on from different techniques to speed up Maven builds, I'd like to widen the scope and do the same for Maven builds inside Docker.

Nicolas Frankel
4,436 viewsSome techniques how to make your Maven builds faster in this article. The next article will focus on how to do the same inside of Docker.

Nicolas Frankel
2,883 viewsAlternatives are available to configure your Spring app. I'd like to list them, leaving Spring Boot out of the picture on purpose.

Nicolas Frankel
2,927 viewsThis article is dedicated to Jet Compose for Desktop, the new kid on the block that offers a completely different approach.