In this article, we will cover how to do a DAO integration test when you have a spring boot application with PostgreSQL DB and Liquibase for schema versioning.
In this tutorial, we create a full-stack app where we expose an endpoint using Spring Boot and consume this endpoint using Angular 7 and display the data.
A tutorial on how to conduct better microservices tests and how the open source PactJS library can help test microservices designed in several languages.
In this part, we'll use a similar pattern, but to translate a binary communication protocol, to a web-friendly protocol. Google's gRPC, to a RESTful, web endpoint.