Homepage
Open in app
Sign in
Get started
Java Tips and Tricks
Follow
Injection Framework for Non-Spring Projects
Injection Framework for Non-Spring Projects
It’s not very common, but sometimes we need to develop a small program that automates a task, parses files, or acts as a client to test a…
Renan Schmitt
Jun 9
10 Quick Tips for Clean Code
10 Quick Tips for Clean Code
One of the most important characteristics of well-designed, long-lasting systems is their ability to adapt to new requirements and remain…
Renan Schmitt
May 23
Reactor: How to Test a Flux
Reactor: How to Test a Flux
When working with Java — especially when creating applications with Spring Boot — the Reactor framework is a powerful tool for building…
Renan Schmitt
May 17
5 Basic Spring Boot Annotations Everyone Must Know
5 Basic Spring Boot Annotations Everyone Must Know
Spring Boot provides a set of powerful annotations that simplify your code and make it more resilient. In this article, we’ll explore five…
Renan Schmitt
Apr 19
Spring Boot: Adding i18n to Validation
Spring Boot: Adding i18n to Validation
Renan Schmitt
Apr 12
How to Test CompletableFuture.runAsync()
How to Test CompletableFuture.runAsync()
Java provides a simple way to implement asynchronous processing and chain asynchronous tasks using the CompletableFuture class.
Renan Schmitt
Apr 5
Java: How to Generate Test Data Quickly
Java: How to Generate Test Data Quickly
In the article Write Unit Tests Faster with Instancio, I introduced a great framework for generating test data in unit tests. However…
Renan Schmitt
Mar 30
About Java Tips and Tricks
Latest Stories
Archive
About Medium
Terms
Privacy
Teams