Home

Backing Up Your Raspberry Pi

My Raspi is my home automation controller and my entertainment system. I have grown used to it, and quite some time has gone into setting everything up as it is now. Now it’s time to make a backup! And here is how…

Read more

Designing Good APIs

In this series of blogs, we look at what makes a good API actually “good” and create a series of checklists that you can use as a litmus test to check if your API is actually good or not.

Read more

Installing Docker on Raspberry Pi

Docker can easily be installed on Raspberry Pi. The official Docker documentation states that you need to download and execute a Docker convenience script. This is described in detail here. So here are the steps to get Docker installed on Raspberry Pi: # get the docker script curl -fsSL https://get.docker.com -o get-docker.sh # make it executa...

Read more

Cross-building Docker Images on Your Mac

If you’re like me and currently are infatuated with Docker and Raspberry Pi, or if you are just generally interested in separating the development and runtime environment, you might like this next blog. Indeed, there is a cool Docker feature that let’s you build images for different hardware platforms.

Read more

Welcome

If like me, you have a tendency to get things done, but frequently forget how you did it, then you’ll understand why it is time for me now to start a blog. Yes, you are right - this is the first blog intended entirely for myself. 😄

Read more