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 »
Over the last few years, browsers got some super powers. They evolved from simple viewers for HTML & CSS to platforms executing our beloved...
Read more »
Get started with debugging JavaScript using Chrome DevTools in this interactive tutorial.
Read more »
JavaScript has gone from being a marketing ploy to gain a tactical advantage, to becoming the core programming experience in the world’s most widely used application runtime platform. Where to, next?
Read more »
Node string encoding is all over the place. Let's try to straighten out how it
works. (more…)
Read more »