I may be one of the last people you would expect to write an essay criticizing JavaScript, but here we are.
Two of my primary areas of… (more…)
Read more »
Learn how generator functions work in Javascript, and what to look out for... (more…)
Read more »
Why not take a closer look to the most popular Stack Overflow question on JavaScript? (more…)
Read more »
I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »
If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.
Read more »