Singletons is arguably the easiest to understand design pattern, and thus, one of the most frequently ..
Honestly, I don't know what to say about this code sent to us by Austin, beyond "I think somebody ..
Do you know what I had forgotten until this morning? That VBScript (and thus, older versions of Visual ..
Today's anonymous submitter worked for a "large, US-based, e-commerce company." This particular ..
Many years ago, JP joined a Ruby project. This was in the heyday of Ruby, when every startup on Earth ..
Legacy systems are hard to change, and even harder to eliminate. You can't simply do nothing though; ..
Once upon a time, Ryan's company didn't use a modern logging framework to alert admins when ..
Alex had the misfortune to work on the kind of application which has forms with gigantic piles of fields, ..
I remember in some intro-level compsci class learning that credit card numbers were checksummed, and writing ..
As oft stated, the "right" way to validate emails is to do a bare minimum sanity check on format, ..