WebAssembly: JavaScript Done Right

“The most dangerous tool in the world is a dull knife.” — unknown Google Earth is pretty cool, right? You can zoom in on any arbitrary point on the planet or watch the scenery zip by as you skim th… Read more

Similar

JavaScript Without Loops

We've been talking about writing less complex JavaScript. We do this by choosing the right abstraction to solve a problem. But how do you know which abstraction to use? So far, we haven't looked at any concrete examples of how to do this. In this article ...

Read more »