Emergent Systems
Jan 19th, 2021, 8 min read
My Favourite DevTool Features
We have a lot of tools at our disposal when programming for the web. Shells, editors, IDEs, emulators, simulators, browsers and their associ...
October 8th, 2018, 5 min read
Bitfields in Javascript
Because sometimes you need a Tardis
A bit field is a data structure that holds a sequence of bits. They are sometimes referred to as “flags” and are typically used to store the...