- Themed Svelte Components without CSS-in-JS 26 Dec 2022
Using CSS variables to make easily customisable components
Svelte stores are perfect for handling nested objects, but there are a couple of things you want to be aware of.
- Persisting Svelte Stores with localStorage 14 Dec 2022
Writing a wrapper function for Svelte stores to connect them to localStorage
- Tabbed Views in Hugo 17 Sep 2022
how to make a tabbed view of contents in Hugo
- Polynomials in JavaScript 11 Jan 2021
An (bad) attempt to reinvent polynomial algebra with JavaScript.
- Fractions to LaTeX expressions 27 Dec 2020
Writing fractions down takes more effort than you think.
- Fractions in JavaScript 26 Dec 2020
Does it take more time to teach fractions to JavaScript than to a 12-year-old?