Multiple Ways to Configure Spring
Alternatives are available to configure your Spring app. I'd like to list them, leaving Spring Boot out of the picture on purpose.

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
2,866 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,894 viewsThis article is dedicated to Jet Compose for Desktop, the new kid on the block that offers a completely different approach.

Nicolas Frankel
7,463 viewsIn this article, I'd like to show you how to remove annotations for different features that Spring provides!

Nicolas Frankel
2,136 viewsLearn about adding computed values, as in an eager approach, but only triggering the computation when you need to access its result!

Nicolas Frankel
3,101 viewsSince Docker announced that it would remove unused images from Docker Hub, I've been interested in listing places where I could host mine!

Nicolas Frankel
2,087 viewsFor once, I'm wondering a bit if this article can be helpful to somebody else since I believe my context is pretty specific!

Nicolas Frankel
2,548 viewsThis article shows how one could offload the Docker part of your build pipeline from your local machine to GitLab using the Kaniko image. It …

Nicolas Frankel
3,340 viewsLearn why and how it makes sense to develop applications using the JVM and delegate the most memory-sensitive parts to Rust.

JavaFX Skins for Android, iOS; BlockHound, for detecting cases of blocking, JEP 411, the SecurityManager deprecation, recent Snyk/Azul …

Nicolas Frankel
5,769 viewsBlockHound lets you check if a blocking call occurs in a thread where it shouldn't happen and throws an exception at runtime when it does.