Blog
In total, I've written 3 articles on my blog. Use the search below to filter by title.
-
Using NVM to enforce node versions
2020-02-25
At work, we previously used docker to give us a common node version by running every node and npm command through a wrapper script. This meant we wouldn't run into strange gotchas between different versions of node and npm. But it also created more problems:
-
Manipulating SVGs using CSS
2019-03-24
At [Race Roster](https://raceroster.com), I've been experimenting with using SVGs to show real-time theme updates as a user changes the theme colours in their branding settings. A more traditional approach would require using a set of `<div>` and `<span>` elements with border or background color CSS attributes to achieve this. I opted instead to try using SVGs instead, since path and color manipulation seemed to be one of their strong points. Here's a very basic example SVG:
-
How I'm running this ghost blog in docker
2015-04-07
**_Update_**: I'm now running this on Netlify using [swyxkit](https://swyxkit.netlify.app/)!