5 min read 0 Programming How to Cheat in JS Object Manipulation manchicken 2023-06-28 Often in JavaScript, we’ve got to manipulate JavaScript Objects in order to serve a purpose. Today I’m going to cover…
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…
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…