
A lot of SpringBoot 1.x application used the slf4j MDC context in order to enrich logging messages with request specific parameters. With the release of the SpringBoot 2.x and Spring WebFlux, using MDC context with...
Read more

In the last part of this reinforcement learning series, we had an agent learn Gym’s taxi-environment with the Q-learning algorithm. We achieved decent scores after training our agent for long enough. But this approach reaches its limits pretty quickly....
Read more

The default way to scale applications in Kubernetes (K8s) is by CPU usage. But not all problems are CPU based and scaling on other metrics like requests or latency is sometimes more suitable. In this...
Read more

This is the third post of a blog series regarding ‘Microservices with Node.js, TypeScript and Microsoft Azure’. In this series we will keep you up with different parts of this topic.
Read more

May 2018
TLS Mutual Authentication on Azure App Service with Node.js

April 2018
MicroProfile with fault tolerance and configuration

April 2018
Image classification with CNNs and small augmented datasets

March 2018
Reactive libraries for Android

March 2018
Azure DocumentDB integration with Node.js using TypeScript and repository pattern

February 2018