February 18th, 2023 · 10min read
Auto-Generated SVG Sprites in Vite
In this tutorial, I share my current method of creating SVG sprites containing icons automatically from the contents of a folder by using a custom Vite plugin, including how to optimize them with SVGO
February 13th, 2022 · 7min read
Let’s Talk about Vue 3 and Change
Vue 3 just became the default version for the ‘vue’ package on NPM, bringing with it a new recommended workflow that I wanted to give a shot by trying it on a new side-project. Here are some thoughts…
October 19th, 2020 · 2min read
Using Slot Text Content in Vue 3
The way to get the pure text-content of a <slot> has changed in Vue 3 and the documentation and migration guide don’t make it very clear, so here’s my take on the solution.
September 26th, 2020 · 7min read
New Site!
In this piece I’d like to outline my thought-process behind my recent site redesign and share some behind-the-scenes-information…