Emergent Systems
Mar 2nd, 2021, 31 min read
Fundamentals of SSR in React
In 2021 we look set to see the continued rise of the server in thick client applications, and most certainly in the case of React applicatio...
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...