Finnian's blog

Software Engineer based in New Zealand

Raspberry Pi Swarm

My first project utilising the Docker containerisation platform - building a Raspberry Pi swarm and trying to work out what to do with it.

3-Minute Read

A couple of weeks ago, a friend of mine reminded me about Docker. Docker is a containerisation platform which allows you to deploy different systems very quickly and efficiently on the same host machine. Not only that, you can put several Docker hosts together in order to create a swarm. It’s like VMs, but cooler.

1-Minute Read

Do you use git to manage your site and or server files? In my opinion, this is undoubtably a good way to run things but you need to make sure it’s secure. Just try going to yoursite.com/.git/config. If you haven’t secured your server properly, you will see the configuration file for your git repository. Not good, huh? Not only could an attacker reveal lots of information about your code base including where the upstream server is, I believe they could possibly get the entire source.…

Recent Posts