You’ll find an overview of all posts here.

Recent posts

Encrypting a TinyDB storage

3 minute read

TinyDB is a pure-python, document oriented database. It neither provides the performance nor the features of other databases, but if you need a simple databa...

Vue single file components in Jekyll

4 minute read

In a previous post I briefly sketched how Vue apps can be integrated into Jekyll blog posts using script tags. However, most Vue apps need some pre-processin...

Vue.js in Jekyll

4 minute read

Vue.js is a JavaScript framework that allows you to build reactive, component-based web applications. Jekyll is a rendering engine for blogs, which turns sta...