Dive into the good and bad of unit tests and component tests in software development. Find out how to get the best of both worlds for top-notch code quality.
Category: Software Development
Kube Cloud Pt6 | Synchronous Contract Testing Conclusion
This post is part of the Kube Cloud Pt6 | Contract Testing course.
This course absolutely warrants a final thoughts page. Contract testing can be…
Kube Cloud Pt6 | Break the Contract from a Consumer Change
This post is part of the Kube Cloud Pt6 | Contract Testing course.
We’re going to go back to cloud-application at this point and update…
Kube Cloud Pt6 | Fulfill the Consumer Contract Test for REST Endpoint
This post is part of the Kube Cloud Pt6 | Contract Testing course.
Now we need to fulfill our contract with the consumer. We just…
Kube Cloud Pt6 | Provider Contract Test for REST Endpoints
This post is part of the Kube Cloud Pt6 | Contract Testing course.
Now lets move over to message-generator repo and create a new branch…
Kube Cloud Pt6 | Consumer Contract Tests for REST Endpoints
This post is part of the Kube Cloud Pt6 | Contract Testing course.
Let’s start with cloud-application, create a new branch Lets add the necessary…
Kube Cloud Pt6 | Contract Testing
This post is part of the Kube Cloud Pt6 | Contract Testing course.
Contract testing may be the most misunderstood and overlooked concept in distributed…
Kube Cloud Pt5 | Create an Event Consumer
This post is part of the Kube Cloud Pt5 | Streaming Events with Kafka course.
Now that we’ve got messages being published to kafka, we are going…
Kube Cloud Pt5 | Create an Event Publisher
This post is part of the Kube Cloud Pt5 | Streaming Events with Kafka course.
We’re going to be updating cloud-application to remove the mongodb repository logic…
Kube Cloud Pt5 | Create a Consumer Service
This post is part of the Kube Cloud Pt5 | Streaming Events with Kafka course.
In this course we’re going to migrate the repository storage function out…