Author: Mike Goodfellow

0

Yet Another .NET StatsD Client

What is this? As described, this is Yet Another StatsD .NET Client. Why? At Audiu and RepostExchange, our infrastructure is spread far and wide. This gives us an unfortunate situation where we end up...

0

S3 Backup Utility!

TL;DR Get the S3 Backup Utility using: pip install s3backup Example configurations etc. on GitHub Full Description As part of our backups at Audiu I wanted a simple but flexible cross platform backup script...

This Way Up Sign 1

Git Tricks – Git up

I realise that my blog is fast becoming a library of Git Tricks – but nevermind, here’s another one! There is a brilliant tool called git up – if you aren’t using it and...

0

How good is your SSL configuration?

Mine was terrible as it turns out. Well… That’s not the full story, my IIS configuration was terrible, and my apache configuration was sort of passable. But not by any means “good”. It turns...

0

Git Tricks – Forking Pattern

I have been using Subversion now for 5+ years, and to be honest, I thought it was great. Until I started working on more complex branches, or had some dredded unresolvable mess because I...

0

MySQL Simple? Master-Slave Replication

(Or: How I learnt to stop worrying and love the quirks) During my time working with MySQL replication, I have learnt a number of things which can either make the process simpler, or far...