Creating a discord bot for DnD

When the COVID shutdown hit, people were isolated in their homes which they only hoped would be a short period of time. But unfortunately, this lasted a lot longer that most would have anticipated. During this time, I was looking for a way to stay sane, binge watching tv shows and movies was simply not…

Consumer Driven Contracts with Pact

Part 1 Pact is a contract testing tool similar to Spring Cloud Contracts. “Contract testing is a way to ensure that services (such as an API provider and a client) can communicate with each other. Without contract testing, the only way to know that services can communicate is by using expensive and brittle integration tests”…