Spring Framework Tutorials, Testing Tutorials

Alongside the WebClient, Spring provides a WebTestClient for testing purposes. The API of this class is

Spring WebTestClient for Efficient REST API Testing

Spring Framework Tutorials

With continuous integration (CI) and continuous deployment (CD), our changes and features are usually deployed to production

Feature Toggles for Spring Boot Applications with Togglz

Spring Framework Tutorials

When it comes to certification I’m usually a bit skeptical. Achieving a certificate for the sake

#REVIEW: CKAD (Certified Kubernetes Application Developer) program

Spring Framework Tutorials

Once your Spring Boot application is ready for deployment, you’ll have to find an environment to

Deploy a Spring Boot application to GKE

Spring Framework Tutorials

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

Setup and Examples for the Spring WebFlux WebClient

Spring Framework Tutorials, Testing Tutorials

Fetching data from other systems is common in a microservice-based architecture. Besides the downtime of the

Consumer-Driven Contracts with Spring Cloud Contract