Progressive frustration

Just as usual, I wanted to work on a weekend project. I came up with a name. I registered a domain.I started with a new devbox because I like a clean install like that without requiring to run a whole...
0 Read More

Beware the Global Const

It is common wisdom in the programming world to discourage the use of global variables.1 It is bug-prone due to shared mutability across modules. It introduces implicit dependencies within interfaces ...
0 Read More

A Decade of SolidJS

A Decade of SolidJS
As of today, it has been 7 years since I open-sourced SolidJS. It wasn't for noble reasons. I wasn't trying to show people the way. I wasn't trying to change the world. I just had one of those itches ...
0 Read More