Technology

140

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