Blog Overview

153

Measuring execution time in Kotlin coroutines

1. Background kotlinx. coroutines is one of the asynchronous (and concurrency) libraries in Kotlin for writing asynchronous, non-blocking code.

Measuring execution time in Kotlin coroutines

PIP: helping products improve their innovation power

The Product Innovation Power model (PIP) is created for the product teams and provides insights, best practices and tools to improve their innovation power. It unlocks the potential of our people & technology and accelerates the shift to the empowered product teams model. It will support us to become Europe’s #1 in product-led innovation.

PIP: helping products improve their innovation power

HPA: how it can save you headaches and money

In this blog, we show you how to automatically scale your application resources according to either the CPU consumption or to the incoming load of your application. Background As humans, we are capable of adapting to variable inputs and situations. Some of us are slower, whereas others easily adapt to change.

HPA: how it can save you headaches and money

How to map optional fields with MapStruct

Introduction MapStruct is a framework that alleviates us, programmers, from the unexciting task of writing code to copy one object model to another, field by field. In this blog we show you how to map optional fields with MapStruct....

How to map optional fields with MapStruct

How to write MapStruct mappers for object hierarchies

Introduction MapStruct is a framework that alleviates us, programmers, from the unexciting task of writing code to copy one object model to another, field by field. This blog elaborates on how to write MapStruct mappers for object hierarchies. If,...

How to write MapStruct mappers for object hierarchies