Axon Framework 102: Dealing with personal data
05/11/21
Welcome to Axon Framework 102, where we will be deep diving into many interesting challenges you will encounter when working... Read more
05/11/21
Welcome to Axon Framework 102, where we will be deep diving into many interesting challenges you will encounter when working... Read more
12/21/19
Observability is an important quality attribute. The Micrometer CloudWatch Registry exports meter values as CloudWatch metrics. Read more
12/04/19
We build an example application to demonstrate the use of the Firebase database. Read more
11/18/19
Introduction In the previous blog post we introduced contract testing with Pact as an alternative to end-to-end tests when developing... Read more
10/04/19
Consumer-driven contract testing is an alternative to end-to-end tests. In this blog post we want to take a look at the basics of consumer-driven contract testing with Pact. Read more
06/07/19
Automated database migrations are an important building block of agile software development. How can we perform migrations and test them? Read more
03/05/19
In this article I will show you how to write tests in just a few lines of code, using the library hikaku, that ensure that the specification and implementation of a REST-API don't diverge. Read more
02/13/19
Vert.x is an event-driven application framework. Coroutines are a nice way to compose asynchronous computations. How do these two work together and what does the Vert.x Kotlin Coroutines package do? Read more
01/23/19
Micronaut is a modern JVM-based microservices framework. I will introduce it to you and show a small hello world example. Read more