All posts

2023

2021

Raspberry PI pass NTP config with DHCP.

3 minute read

Configure NTP on a Raspberry PI with DHCP option 42 NTP Servers. DHCP allows to send a whole list of options along with the IP address for the Raspberry PI.

2020

2019

2018

2017

2016

Elastic 2.x integration testing.

2 minute read

Moving from elastic search 1 to elastic 2 comes with some breaking changes. One of those changes is the setup of an in-memory node.

Refactoring to components.

4 minute read

This code bugged me for some time now and I finally had some time to come up with a better solution. The code comes from one of the projects I work on but I ...