Webpack optimisations and tipsPerformance31 October 2021Approximate reading time: 6 minute(s)Webpack is, at the time of writing, the most used bundler. I am aware of ...
Dark Mode using only CSSCSS7 July 2021Approximate reading time: 1 minute(s)While doing some research for another article I decided to add a dark mode toggle ...
Monorepo - React, Storybook and ESBuildMonorepo3 January 2021Approximate reading time: 4 minute(s)UPDATE: I have since tried Turborepo and Nx. And both of those are probably better ...
Monorepo - Jest and ESLintMonorepo30 December 2020Approximate reading time: 3 minute(s)UPDATE: I have since tried Turborepo and Nx. And both of those are probably better ...
Monorepo Setup - Typescript, Lerna, and Yarn WorkspacesMonorepo29 December 2020Approximate reading time: 9 minute(s)UPDATE: I have since tried Turborepo and Nx. And both of those are probably better ...
:is() and :where() CSS pseudo classesCSSUpdated on: 8 June 2021 Published on: 17 July 2020Approximate reading time: 1 minute(s)UPDATE: As of June 2021, Firefox, Chrome and Safari ship this selector. Can be enabled ...
Conciseness and readabilitySmells like JS15 May 2020Approximate reading time: 4 minute(s)I've written in the past about how to refactor some code to improve readability using ...
My games of the decade (2010 - 2019)21 December 2019Approximate reading time: 6 minute(s)I'm not a video game afficionado, nor am I a god gamer, heck I don't ...
Quick Thoughts7 October 2019Approximate reading time: 1 minute(s)Learning is hard. Learning anything while also having limited spare time is even harder. Even ...
Refactoring code smells with array functionsSmells like JS8 August 2019Approximate reading time: 3 minute(s)We spend a lot more time reading code than writing code, and sometimes what we ...
Converting to Atomic CS20 July 2019Approximate reading time: 6 minute(s)In this article I'll explore my journey of transforming the bare-bones CSS on my website ...
Static site in 201922 June 2019Approximate reading time: 5 minute(s)Something something node_modules, something something black hole. You may have noticed that this website is small, ...
Basic JavaScript Array FunctionsSmells like JS3 June 2019Approximate reading time: 6 minute(s)Far too many times we don't realize the power of our platform. We have a ...