Information Technology Dark Side

A Corporate IT Survival Guide

Information Technology Dark Side header image 4

Entries Tagged as 'Development'

Obfuscating Private Data in a Database Dump File

October 3rd, 2008 · 1 Comment

Here’s a common problem in software development: you’re production application has sensitive/personal/private/legally protected data in it that probably isn’t wise to share with everybody and their dog. But, you need to debug a problem from prod, test a database upgrade, verify a new feed works properly, or some other task that would really be a [...]

[Read more →]

Tags: Development · Uncategorized

Ruby on Rails: It’s LIKE having a soul again

August 29th, 2008 · 1 Comment

There’s a soul check room when you join IT management - I turned mine in about four years ago. I kept the ticket in my top dresser drawer for a long time, just in case I ever needed the thing again. The other day I checked for it and couldn’t find it. Then I remembered [...]

[Read more →]

Tags: Development

Creating Post-Commit Subversion Hooks with Dreamhost

August 12th, 2008 · No Comments

Okay, so this is a little bit afield of what I normally write about, since I don’t normally delve into technical issues. Happily, my work life is becoming more technical and this blog is likely to follow suit, so you might expect more tech and less philosophizing in the future.
If you don’t know, subversion [...]

[Read more →]

Tags: Development