- 2024
- June 13, 2024 Faster string comparison with a trie An exploration of how trie structures can dramatically boost string comparisons in javascript.
- May 3, 2024 Thoughts on React component declarations Probably too many words on why I prefer function declarations over arrow functions for React components.
- 2023
- October 29, 2023 Making a Pokemon viewer I made a Pokemon viewer in SvelteKit using the PokeAPI. My 9-year-old son is obsessed with Pokemon and I thought it would be fun to make a little app with him.
- October 27, 2023 Building a Svelte modal dialog component using the dialog element The dialog element is a native HTML element that provides a lot of built-in functionality for creating modal dialogs. By wrapping it in a Svelte component, we can add custom styling and other features.
- October 8, 2023 Experimenting with Leaflet Playing around with Leaflet, a popular open-source JavaScript library for mobile-friendly interactive maps.
- September 9, 2023 Some thoughts on React Although I love Svelte, there are some things I miss about React.