Technology

155

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

GraphQL - start but start small

Introduction We want to share our approach to IT to learn and entertain you. In this episode, we are happy to have an external guest at the table discussing with our internal guest. GraphQL stands for Graph Query Language and is used for interacting with services from the frontend.

GraphQL - start but start small

Mapping object models with MapStruct - a case study

Introduction I was once told that a good programmer is a lazy programmer. A good programmer avoids typing tedious code, where the code could basically write itself. Self-writing code – wouldn’t that be great? Unfortunately, we’re not quite there yet.

Mapping object models with MapStruct - a case study