DIY Arduino parking sensor

Building a cheap and accurate parking assistant using Arduino Nano and an ultrasonic sensor.

September 2, 2015 · Kim Eik

My blog

Launching my personal blog built with Hugo, a static site generator written in Go.

June 25, 2015 · Kim Eik

A simple Todo application, a comparison on Traditional vs CQRS + ES architecture

For as long as I can remember, the standard approach to web development has been a monolithic one. A database at the bottom, some business logic in the middle and maybe an API interface for communicating against a SPA client. For most applications these object oriented CRUD solutions work just fine. However there are a couple of shortcomings in this traditional architecture, which I hope to shine some light upon with this post. ...

June 9, 2015 · Kim Eik