Articles about

JavaScript

Syntax Highlighting with Prism

2017-05-20 00:00:00 — After completing a minimal initial iteration of this web site, I began examining what features it still lacked. Among these was syntax highlighting...

Building a Chore Slack Bot

2019-03-20 00:00:00 — A chronicle of my attempt at building a Slack bot using Node.js.

Reduce, Map, and Filter: A Primer

2019-09-02 00:00:00 — In my experience, not enough people have a concrete understanding of the operations mentioned in the title of this post.