Modern web apps without JavaScript bundling or transpiling

I didn’t much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned… Read more

Similar

Building the JavaScript `ParseInt()` Katas

I had planned building the kata for `Number.parseInt()` already a while ago. Starting to work I discovered very quickly that this seemingly tiny kata is quite a rabbit hole that offers a lot of things one can learn. Especially about how things evolve in ... (more…)

Read more »