In this post, we'll look into how we can integrate a circuit breaker and a retry mechanism, to handle failures while making synchronous calls to another service
I frequently use the Spring Boot framework in my demos. The latest one shows how to achieve CQRS using two different code paths including Spring Data JPA and jOOQ
Did you know that the rock-solid design system inside of Salesforce can be included in a standard React application? This is not only possible, but easy too.
In this Spring Boot video tutorial, take a closer look at how to run the Spring Boot application as a stand-alone Java application and RESTful Web Services.
In this article, we are going to learn how to configure Spring Boot to handle exceptions, including custom ones, and customize the error responses and handling.
Summary of the annotations we should use in each testing scenario using JUnit 5 and Spring Test Framework to eliminate redundant annotations and negative outputs.
Micro Frontend considers web applications as a collection of features controlled by separate teams. Here is a step-by-step how to build a micro frontend based on Angular.
Learn how to control OAuth in a load-balanced application. This post shows how to manage sessions for a simple load-balanced application that uses OAuth 2.0.