In one of my previous blog posts, I gave an example of how to configure the Spring WebClient for OAuth2 using Spring
With OAuth2 being the current de-facto authorization framework, a lot of vendors use it to secure their APIs. Furthermore, you can use
Almost one year after the release of Spring Boot 2.1, we get a new release: Spring Boot 2.2. The Spring Boot team
With continuous integration (CI) and continuous deployment (CD), our changes and features are usually deployed to production whenever our pipeline passes. There might
When it comes to certification I'm usually a bit skeptical. Achieving a certificate for the sake of getting a formal certification document
Once your Spring Boot application is ready for deployment, you'll have to find an environment to deploy to. Over the past years,
RESTful communication is the de-facto standard for interchanging data in a microservice-based environment. Usually, every participating microservice offers different parts of the
Today I want to share with you my first YouTube series about CRUD application with Spring Boot 2.2, Java 11 and H2.
Fetching data from other systems is common in a microservice-based architecture. Besides the downtime of the other service, a broken API contract
Local development on your machine is easy. But once you deploy your application you have a quite different environment. This might lead