Introduction
No one would like to work with the code having one gigantic JavaScript file with many unrelated functions. Moreover, when you need to use few of the functions from that file, you end up loading all the others unnecessarily. AMD was a g... (more…)
Read more »
eslint-plugin-compat - Lint browser compatability of APIs used...
Read more »
WebAssembly, despite the name, is a universal runtime that is finding traction on a number of platforms beyond the web. In this blog post I explore just one example, the use of WebAssembly as a smart contract engine on the blockchain. This post looks at t... (more…)
Read more »
AWS Step Functions implementation in Node, so you can run your Node.js lambda handlers in your test environments. Made to support Serverless JS testing. (more…)
Read more »
We continue our deep dive into JavaScript errors. This time, we look at how to handle them in your code today. (more…)
Read more »