Rust for Java developers
09/10/20
Rust for Java developers – A step-by-step introduction The Java ecosystem is vast and can solve almost any problem you... Read more
09/10/20
Rust for Java developers – A step-by-step introduction The Java ecosystem is vast and can solve almost any problem you... Read more
09/04/20
The integration of data from systems of record or legacy systems is one of the elements of a software development project that does not start on a greenfield. Read more
05/13/20
Microservice architectures are complex to manufacture? I show in this blog that it is possible to create a complete application as a scaffold in 30 minutes. Read more
02/27/20
A simple hint how to use Spies in the right way without getting stuck in concrete. Leverage the Mockito mocking library for writing refactorable tests and avoid the dark side of the testing coin. Read more
02/28/19
If you want to build something quick or just hack around a bit, then ParcelJS and Spring Boot might be a good fit for you. 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
09/28/18
JUnit 5 gives us some opportunities to better structure unit tests, and I'll show you some techniques here. Read more
03/16/18
Mocking frameworks are powerful tools for testing and test driven development (TDD) in particular. What are the rules to write good tests with mock objects? Read more
11/22/17
Serverside dynamic validation is not only a way to prevent eventual attacks on a system, it also helps ensure data quality. Read more