4 min read 0 Programming String Manipulation of URLs is an Anti-Pattern. manchicken 2021-08-31 Quick note before we get started: this piece is Node-centric in its examples, but this anti-pattern is polyglottal. As with…
5 min read 0 General Warning: Elaborate Scams Abound! manchicken 2021-04-13 Hey all! This post won’t be long, and I’m sorry but it won’t be terribly technical either. Tonight I had…
1 min read 0 General I wish AWS had more useful error messages. manchicken 2020-10-23 Sorry, this is more of a complaint than anything else. I’ve spent the better part of two days troubleshooting a…
4 min read 0 Perl I love function signatures in Perl, and you should too. manchicken 2020-10-12 One of the most common tasks in programming is receiving arguments within a function. In Perl, historically, this task has…
3 min read 0 Perl Reviving old code. manchicken 2020-10-11 One of the joys of Perl is the rich community support that it has enjoyed over the years. Even today…
7 min read 0 General iPad as a Workstation manchicken 2020-10-05 NOTE: I do not work for any of the companies that make any of the products below, nor do I…
1 min read 0 Perl Fellow maintainers, tell me about your project! manchicken 2020-10-02 Hey all! Tell me about your project that you’re hoping to attract good PRs to. I maintain Net::AMQP::RabbitMQ, which is…
2 min read 0 Perl I love carton, and you should to. manchicken 2020-10-01 This one will be quick, promise! Hacktoberfest is upon us once again, it’s the most wonderful time of the year!…
2 min read 0 Programming Simple Code Tasks Should Be Simple manchicken 2020-09-29 I frequently see people do simple things in the most complicated ways with dynamic languages. I suspect much of this…
1 min read 0 Programming That awkward moment when you need to generate test data… manchicken 2020-09-28 The Problem I have a system which uses SNS to send mail messages to a Lambda for additional processing. The…