Call Rust from TypeScript with Bun
There was an exceptionally exciting announcement in the Bun v1.0 presentation. With bun you can now call Rust code from TypeScript.
XPath in JS
I learned about document.evalutate and now I have a XPath playground.
use-Sync-External-Store-With-Selector - What am I looking at?
I stumbled across a simple react state-management library and found the hook that powers it.
How to rename mapped types
We'll discuss how you can rename the keys of your mapped typescript type alias (if you need to).
Scoping with code blocks
I stumbled across a particular pattern to scope recurring variable names.
Creating a table with zustand
Ever wondered how to create a table controlling logic in react? Here you go!