Or: Why JavaScript fatigue is a reductionist train of thought...
Read more »
Do you want static or runtime immutability, or both? In this article I will show you how to combine Object.freeze with Readonly to get the best of both worlds. (more…)
Read more »
A DOS JavaScript Canvas with sound. Contribute to SuperIlu/DOjS development by creating an account on GitHub. (more…)
Read more »
So in my post Is this evil? I covered a way of tracking users with CSS. While
thinking about those weird ways of using the web I also started thinking about pushing live data to clients
without JS. Or at least maintaining a connection.
So... (more…)
Read more »
I like programming languages to be expressive, I like them when they help me get results faster rather than getting in my way with…
Read more »