Definition of Dependencies When I discuss the topic of dependencies with other developers, I often find that we approach the conversation with differing definitions of…
Sorry, this is more of a complaint than anything else. I’ve spent the better part of two days troubleshooting a ValidationException in a CloudFormation stack…
One of the largest critiques I see about regular expressions is that they lack readability. Well, in Perl 5.10 named capture was added (http://perldoc.perl.org/perlretut.html) which…