Recent posts

October 9, 2019

Override JSON serialization of golang type struct

Short code snippet how you can override or extend the JSON serialization of a golang type struct you cannot or don't want to modify
April 10, 2019

Building compact golang docker images

How to utilize multi-stage docker builds and static built golang executables to create compact images
September 1, 2018

Build QMK firmware on gentoo

Step-by-step walkthrough on how to build QMK firmware on gentoo
July 22, 2018

Elm with Webpack in 2 minutes

Quick intro on how to get started with an Elm application integrated into a proper Webpack setup
July 16, 2018

Grafana dashboard integration into slack using hubot

Walkthrough on how to get started on building a custom hubot instance that integrates your Grafana dashboards into your slack workspace
October 19, 2017

Dynamically load protobuf definitions using python modules

Have your protobuf message definitions dynamically loaded in your python script
October 12, 2017

Automated alpine based erlang docker image

How to build a minimalistic docker image for erlang applications based on the alpine base image
August 23, 2016

Building static executables in C++

Find some hints on how to build reusable statically linked C++ binaries with the help of docker
July 27, 2015

Running monodevelop in a docker container

Here you can find some hints on how you can install and run monodevelop in a docker container
July 22, 2015

How to fix or modify gentoo ebuilds

Lately I had to fix some gentoo ebuild package - I describe a few possibilities I found how to do that.
Index