
Tips and mindset shifts for developers facing messy, unfamiliar code and not knowing where to start in real-world projects.
Tips and mindset shifts for developers facing messy, unfamiliar code and not knowing where to start in real-world projects.
Echo request fields directly in your Wiremock responses! Learn how to return the data from HTTP request bodies using Wiremock’s response templating.
We performed a migration to Java 11 and a bug fix about negative symbol for negative numbers in Java ruined our implementation. This article describes the situation and the lessons learned.
While BaseHttpServer is very fancy for quick and dirty tests, it's not easy to do testing on it. Discover how do I manage to test BaseHttpServer and mock dependencies
Working with Mockito's ArgumentCaptor I discover it does not work as expected with child classes. This article describe a workaround to keep using it.
Mocking external API with wiremock. Prepare a docker-compose bootstrap project for wiremock.
The design and implementation of multiple QA services (Network tweaking, VPN, Packet analysis,..) on a NodeJS server on a Raspberry Pi