Python List Trickery

List comprehensions were the point at which Ruby lost a little of it’s shine for me and I started to think that maybe the future belonged to Python.

Viewing Docker-Compose Logs

I’m running a series of apps (or services) using docker-compose. There’s the elastic stack of elastic, kibana and logstash, then a user interface and finally I’ve got an api sitting between the UI and elastic.

Follow the Tail

My command line skills are limited to the terms I learned while working my way through the excellent Command-Line Murder Mystery challenge.