All posts by
Patryk Kurczyna
Kotlin/Java Developer
Integration Testing Deep Dive Part II
Patryk Kurczyna December 12, 20231. Introduction In the first part of this article we implemented many integration tests covering the most common external services that most applications use, including databases and REST APIs. We also looked at the exact setup that is needed to create an efficient integration tests suite for your application,
Integration Testing Deep Dive Part I
Patryk Kurczyna November 27, 20231. Overview Professionals well-versed in The Testing Pyramid recognize the pivotal role Integration Tests play in contemporary backend (micro)services development. In this article I will try to make a deep dive into one of my favourite ways of setting up Integration Tests suite for Java/Kotlin applications. It encompasses a
Testing Java/Kotlin code with Spock
Patryk Kurczyna July 31, 2019Read about the best Spock’s features to learn how to smoothly test Java/Kotlin applications in a more expressive and readable manner.
Anonymizing logs for GDPR using Logback pattern layout
Patryk Kurczyna August 6, 2018Logs are usually super useful, but they can also be a trap in a GDPR world. Effective ways of anonymizing them might become in handy.