Native-image with Micronaut
Last week, I wrote a native web app that queried the Marvel API using Spring Boot. This week, let's do the same with the Micronaut …

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.
10 views

Nicolas Frankel
3,683 viewsLast week, I wrote a native web app that queried the Marvel API using Spring Boot. This week, let's do the same with the Micronaut …

Nicolas Frankel
3,193 viewsAs the Cloud has become more widespread, the Spring ecosystem has been forced to cope with GraalVM native.
Nicolas Frankel
5,684 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,629 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,867 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,268 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,012 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,552 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,303 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,422 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.