Things you didn’t know about JavaScript Types

In the world of transpilers it’s hard to look back and return to the fundamentals, Typescript and Babel eliminated so many problems that… Read more

Similar

Live server push without JavaScript

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 »

Building a JavaScript Interpreter in Rust

So I’ve decided to have a go at building a JS interpreter in Rust. I’ve wanted to do this for a while for a couple of reasons: Learn Rust Learn more about how JS implementations work Learn more about the JS specification There isn’t a fully fledged compil... (more…)

Read more »