January 4th, 2021 · 6min read
Chrome OS for Development
Over the Holidays, I tried using a Chromebook for some light development work and have some thoughts on that matter…
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.