Archive for November, 2009

The High Cost of Losing a Developer

Wednesday, November 18, 2009 15:02 1 Comment

I recently stumbled upon an amazing accurate article about how it would cost double to replace a developer on a legacy / complex code base. Being a developer myself I find that as time goes on the more under appreciated talent becomes, maybe the adage of familiarity breeds contempt but retaining good developers is imperative [...]

This was posted under category: Business

Fixing a Broken MySQL Slave on Linux

Wednesday, November 4, 2009 11:41 No Comments

During a recent slave addition to our architechture I ran into a few problems getting the slave back up and running after it had stopped for a period of time. I ran into multiple errors which included Duplicate / Primary Keys,  missing tables, corrupted binary log entries etc. The solution was to use a handy [...]

This was posted under category: MySQL, Sys Admin