Category Archives: Computers

Leveraging AWS for Website Failover

Traditionally when planned (or unplanned) data center outages occur the company website is the most visible hit. This leaves the web folks scrambling to find a solution to bring something up for the outside users while the problem is addressed. However, unless the internal problem is fixed, the only way out is to stand up… Read More »

Don’t Bash Users, Bash Problems

Edward Tufte once said “Only two industries refer to their customers as ‘users’: computer design and drug dealing.” I find the comparison interesting for the fact that “users” need I.T. professionals in a similar way (sans the addiction part). It doesn’t matter if you’re talking about grandma needing help setting up her e-mail, or the… Read More »

Stupid Resume Tips

There has been a recent discussion on resumes on Twitter and the Midnight DBA blog/show. In January the Colorado Springs SQL User Group will also be hosting SQL Saturday #104 and will have resume writers and mock interviews as part of the activities. Inspired by this I decided to dust off and update my own… Read More »

Nginx Reverse Proxy & Exchange ActiveSync for iOS

Wanted to put this post out there in hopes of helping the unfortunate soul who may be trying to get this working as well. Disclaimer: this solution has only been tested with the latest version of Nginx and OWA 2007. Your mileage may vary. First off I would like to reference a very good example… Read More »

Cleaner Code in T-SQL (Part 2 – Comments)

This is part 2 in an ongoing series to put some tips out there to make your T-SQL code cleaner (and hopefully) better. Using Comments In his book “Clean Code” Robert Martin has this to say about comments “Nothing can be quite so damaging as an old crufty comment that propagates lies and misinformation”. What… Read More »