Published inNerd For TechShould I use const?When writing JavaScript, I often use const. I’ve been thinking about why.May 26, 2021May 26, 2021
Variable shadowing, hoisting and the temporal dead zoneI wrote some JavaScript that didn’t work. Let’s understand why it didn’t work.May 16, 2021May 16, 2021
How to setup a headless Raspberry PiBecause remembering all the steps is hard.Feb 18, 2021Feb 18, 2021
Lessons about React, Keyboard Input, Forms, Event Listeners and Debuggingtl;dr: key presses can trigger all kinds of things: form inputs, browser scrolling, and app-specific keyboard controls, to name a few…Jan 27, 2020Jan 27, 2020