github twitter email rss
Code

In the following, some of my open source projects are listed. You can also find them on my Github page.

Dotfiles

Because everyone needs to show his dotfiles.

Webpack Boilerplate

A medium complexity boilerplate to get up and running with React and Webpack 2. It has support for ES6, hot reloading and testing using enzyme and jest. Configuration for production and development is included.

Graphitr

A library for accessing Graphite metrics. It simplifies my daily work when working on metric analysis and also supports reading local CSV files and preparing them.

Flask Mongo Boilerplate

A boilerplate project for developing web apps with Flask and MongoDB. Support for docker-compose and docker.