The madness of parsing real world JavaScript regexps

The story of JavaScript is the story of accidental implementation details that become unfixable WTF moments for all new developers. All……

Similar

Breaking down cognitive score with JavaScript

Quantified Mind is a website which provides a handful of cognitive tests. It lets you choose a bunch of tests and you can run them whenever you wish, adding quantitative variables you are measuring alongside (e.g. hours of sleep, or cups of coffee you dra... (more…)

Read more »

Explaining JavaScript VMs in JavaScript

I have a thing for virtual machines that are implemented in the language (or a subset of the language) they are built to execute. If I were in the academia or just had a little bit more free time I would definitely start working on a JavaScript VM writt...

Read more »