PinnedGhostbusters: the Spirit Life-Size, Zap & Blast Mashup WandFinished Spirit Life-Size, Zap & Blast Mash-Up WandApr 22, 2024Apr 22, 2024
Dexie Typescript without ClassesWhen I began working with the Dexie IndexedDB wrapper library, I was disappointed to see the instructions that directed you to subclass…Nov 22, 2022Nov 22, 2022
Walmart.io Affiliate Signature Header Generation in NodeJSAnnoyed with WM_SEC.AUTH_SIGNATURE like I was? Read on!Oct 15, 20221Oct 15, 20221
Async array.reduce() in TypescriptIf you need to reduce an array, perhaps in order to map it onto an object, with one of the operations in the reducer being an asynchronous…Apr 8, 2022Apr 8, 2022
White Space Alignment Insanity… or Stop the Inline: Aligning (and Referencing) String ConstantsFeb 24, 2022Feb 24, 2022
Testing DocumentFragments in ‘react-testing-library’ with TypeScriptWhile writing unit tests for React components using ‘react-testing-library’, I came across the asFragment method.Mar 28, 2019Mar 28, 2019
Deeply Nested Function Returns Considered Nameless, and Harmless But AnnoyingUPDATE: After some consideration, I am coming to believe that the technique suggested here might qualify as an anti-pattern in many…Aug 18, 2017Aug 18, 2017
React: Dynamically Rendering Different Components without Switch: the Capitalized Reference…React in the form we usually see doesn’t really look like it can make components dynamically. Most people end up using switch with case…Jun 28, 20174Jun 28, 20174