Reactive Spring Boot API – Part I, Controllers
Reactive Spring Boot API – Part I, Controllers
Goodbye synchronization, welcome asynchronous, no more code blocking
Blog
I write about Java, software architecture, design patterns, applied artificial intelligence, RAG, AI agents and software engineering. Through my articles, I share feedback, technical analyzes and concrete approaches to design robust, maintainable and useful applications.
Reactive Spring Boot API – Part I, Controllers
Goodbye synchronization, welcome asynchronous, no more code blocking
Spring WebClient – Non-blocking and responsive web client
In this article, we will see how to configure Spring WebClient and how to use it to make GET, POST or any other HTTP requests.We will also learn how to configure the client to handle timeout and other HTTP related configurations.
Spring Boot – Approaches to Testing a Rest API
In this article, we will learn how to create JUnit 5 test classes with Mockito in a Spring Boot application.JUnit is one of the most popular testing frameworks for Java applications.JUnit 5 supports all modern features of Java 8 and allows you to use
GIT – Commands / Part III
In this third part, we will continue to explore the basic commands for quickly getting started with GIT.
Spring Boot – Creation of a WEB SERVICE
In this article, we will create a web service with spring boot, then we will configure the connection of the web service to a postgresql database
Spring Boot Architecture Overview
Spring Boot is built on the core Spring framework.This is a simplified and automated version of the Spring framework.Spring Boot follows a layered architecture in which each layer communicates with the other layers in hierarchical order.
GIT – Commands / Part II
In this second part, we will continue to explore the basic commands for quickly getting started with GIT.