Archive of August, 2021

The Swiss Army Knife Decorator: exception logging, latency metrics and Jaeger spans combined

At Wehkamp we use decoration a lot. Decoration is a nice way of separating concerns from the actual code. Most of our repositories need the same set of decorators: exception logging, latency metrics and Jaeger spans. In this article I’ll be joining these 3 types of decorator into a single Swiss Army Knife decorator: one decorator to rule them all.

Read the article The Swiss Army Knife Decorator: exception logging, latency metrics and Jaeger spans combined

Simple implementation of dark mode

Last week I was working on our new cockpit application, which is essentially a list of links to parts of our Wehkamp platform. The old application was not being maintained, as the React-stack is not something that’s in the skill-set of most engineers. We kept the new cockpit simple: plain old HTML. Of course we wanted to support a nice dark-theme as well. This article shows how simple it is to implement dark mode.

Read the article Simple implementation of dark mode
expand_less brightness_auto