Neo4j 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
How 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 268Sep 268
SwiftUI — 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
DataDog 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
How to implement Resource Owner Password Credentials to access Microsoft Graph APIHere is more context what ROPC (Resource Owner Password Credentials) is…Feb 15Feb 15
How 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
Spring, Testcontainers & Neo4J in KotlinWriting integrations tests using Testcontainers in Kotlin.Feb 4Feb 4
Mutation testing in Kotlin using PITThis article is continuation of “Mutation testing in Java using PIT”.Jan 30Jan 30
Mutation 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