- 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.