Ondrej KvasnovskyNeo4j vs CosmosDB, when used as a graph databaseAzure Cosmos DB is a multi-model database service that supports various data models, including key-value, column-family, document, and…Oct 32Oct 32
Ondrej KvasnovskyHow to avoid DTOs in Spring JPAIn the world of Spring Boot development, we often find ourselves caught in the tedious cycle of creating Data Transfer Objects (DTOs) and…Sep 26Sep 26
Ondrej KvasnovskySwiftUI — New @Observable macroStarting with iOS 17, iPadOS 17, macOS 14, tvOS 17, and watchOS 10, SwiftUI introduces a new and powerful feature: the @Observable macro.May 17May 17
Ondrej KvasnovskyDataDog setup with Spring Boot (Kotlin)The following article shows and explains how to setup DataDog for custom metrics in Spring Boot, using Gradle and Kotlin.Apr 2Apr 2
Ondrej KvasnovskyHow to implement Resource Owner Password Credentials to access Microsoft Graph APIHere is more context what ROPC (Resource Owner Password Credentials) is…Feb 15Feb 15
Ondrej KvasnovskyHow does JaCoCo augment the code to capture the code coverageThere is the following presentation about mechanics behind Java code coverage. If you want to have the rough idea how the code is…Feb 10Feb 10
Ondrej KvasnovskySpring, Testcontainers & Neo4J in KotlinWriting integrations tests using Testcontainers in Kotlin.Feb 4Feb 4
Ondrej KvasnovskyMutation testing in Kotlin using PITThis article is continuation of “Mutation testing in Java using PIT”.Jan 30Jan 30
Ondrej KvasnovskyMutation testing in Java using PITMutation testing is a technique that evaluates quality of our tests by introducing small changes (mutations) into the code we are testing…Jan 30Jan 30