• 13 November 2022

Adventures in Liquid

Liquid is an open-source template language created by the company Shopify, written in Ruby and used by this websites static site generator Jekyll. This language is mainly used to create...

Read More...
  • 11 January 2021

(Advanced) C++ Design Patterns

Last week I gave a talk for the C++ User group Frankfurt regarding (Advanced) C++ Design Patterns. Due to the pandemic this talk was given remotely. While I still have...

Read More...
  • 26 May 2020

Linux perf tools on ARM64

For a current client project I need to get a thorough understanding of the performance bottlenecks for several target architectures, including ARM64. For this, I’ve already ordered an ODROID-C2 development...

Read More...