The ECMAScript proposal “Import assertions” (by Myles Borins, Sven Sauleau, Dan Clark, and Daniel Ehrenberg) introduces syntax for associating metadata with import statements. In this blog post, we examine what that looks like and why it’s useful. Read more
Similar
Developers release the State of JavaScript 2017, getting a general overview of the language as well as looking at the front end, back end, and mobile... (more…)
Read more »
We'll be doing for JavaScript (Node.js) what we've been doing for PHP for several years now. (more…)
Read more »
js-stack-from-scratch - Step-by-step tutorial to build a modern JavaScript stack from scratch. (more…)
Read more »
The V8 team considers great JavaScript performance a pivotal aspect of the language implementation. However, over the years it has become increasingly challenging to optimize for the full range of JavaScript functionality that is found in the wild. At the...
Read more »
Why are there so many monad articles and tutorials? Because people like me keep writing them 😎 Maybe it's because of the monad tutorial… (more…)
Read more »