1 min read 0

Stop naming functions `fetch()`.

Hello everybody, this is just a quick PSA. Here goes: STOP NAMING YOUR FUNCTIONS fetch()! Between the Fetch API, and the wide variety of modules…
13 min read 0

Definition of Dependencies

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…
4 min read 0

Observations on Tech Work

As I think back on the 24 years I’ve worked in technology, I would like to share with you three observations. These aren’t the most…
4 min read 0

String Manipulation of URLs is an Anti-Pattern.

Quick note before we get started: this piece is Node-centric in its examples, but this anti-pattern is polyglottal. As with most anti-patterns, this isn’t about…
3 min read 0

Reviving old code.

One of the joys of Perl is the rich community support that it has enjoyed over the years. Even today when other languages are surging…
2 min read 0

Simple Code Tasks Should Be Simple

I frequently see people do simple things in the most complicated ways with dynamic languages. I suspect much of this is a carry-over from how…