In one of my previous blog posts, I gave an example of how to configure the Spring WebClient for OAuth2 using Spring

Read More

With OAuth2 being the current de-facto authorization framework, a lot of vendors use it to secure their APIs. Furthermore, you can use

Read More

Almost one year after the release of Spring Boot 2.1, we get a new release: Spring Boot 2.2. The Spring Boot team

Read More

With continuous integration (CI) and continuous deployment (CD), our changes and features are usually deployed to production whenever our pipeline passes. There might

Read More

When it comes to certification I'm usually a bit skeptical. Achieving a certificate for the sake of getting a formal certification document

Read More

Once your Spring Boot application is ready for deployment, you'll have to find an environment to deploy to.  Over the past years,

Read More

RESTful communication is the de-facto standard for interchanging data in a microservice-based environment. Usually, every participating microservice offers different parts of the

Read More

Today I want to share with you my first YouTube series about CRUD application with Spring Boot 2.2, Java 11 and H2.

Read More

Fetching data from other systems is common in a microservice-based architecture. Besides the downtime of the other service, a broken API contract

Read More

Local development on your machine is easy. But once you deploy your application you have a quite different environment. This might lead

Read More