The globalThis proposal introduces a unified mechanism to access the global this in any JavaScript environment. It sounds like a simple thing to polyfill, but it turns out it’s pretty hard to get right. I didn’t even think it was possible until Toon blew ... (more…)
Read more »
Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one. - GitHub - Jarred-Sumner/bun: Incredibly fast JavaScript runtime, bundler, transpiler and package manager –... (more…)
Read more »
This entry describes simple techniques to fulfill the JavaScript compiler optimization process which results in faster running code…
Read more »
No this blog post is not about how nice JavaScript can be, instead it’s just another one of my attempts at reproducing modern art with procedural generation and the HTML5 <canvas> element. This time I randomly generated images resembling the cover o... (more…)
Read more »
As the title states, JavaScript closures have always been a bit of a mystery to me. I have read multiple articles, I have used closures in my work, sometimes I even used a closure without realizing I… (more…)
Read more »