I am the very definition of a novice hardware hacker. I've been programming computers since I was a...
Hello, friends! I'm here on this fine Thursday with some low-key advice on a very serious problem:...
Last time on "Tackling a large volume of simple problems in an Open Source project", your hero left...
Hello again! I've been contributing to a really helpful Rust crate by @xampprocky called "octocrab"....
It's that time of year again, and Hacktoberfest is right around the corner! I thought I'd give you a...
Hello everybody, this is just a quick PSA. Here goes: STOP NAMING YOUR FUNCTIONS fetch()! Between...
I'm old. I've been doing open source for a long time. I started in 1996, during my first...
Often in JavaScript, we’ve got to manipulate JavaScript Objects in order to serve a purpose. Today...
A ninja does not self-identify as a ninja. In our field, a lot of folks will call themselves...
Definition of Dependencies When I discuss the topic of dependencies with other developers,...
As I think back on the 24 years I've worked in technology, I would like to share with you three...
Quick note before we get started: this piece is Node-centric in its examples, but this anti-pattern...
Howdy! It's been a while since I posted anything, so I figured I'd come post something simple and...
Hey all! This post won't be long, and I'm sorry but it won't be terribly technical either. Tonight I...
Sorry, this is more of a complaint than anything else. I've spent the better part of two days troubl...
One of the most common tasks in programming is receiving arguments within a function. In Perl, histor...
One of the joys of Perl is the rich community support that it has enjoyed over the years. Even today...
NOTE: I do not work for any of the companies that make any of the products below, nor do I earn anyth...
Hey all! Tell me about your project that you’re hoping to attract good PRs to. I maintain Net::AMQP...
This one will be quick, promise! Hacktoberfest is upon us once again, it's the most wonderful time o...
I frequently see people do simple things in the most complicated ways with dynamic languages. I suspe...
The Problem I have a system which uses SNS to send mail messages to a Lambda for additiona...