Porting existing JavaScript code from Nashorn to GraalVM can be a challenge. This article focus on a multi-threading issue we got into… (more…)
Read more »
In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)
Read more »
I recently had the opportunity to speak at Web Directions Code 2017 over in Melbourne. While there, I was part of a panel with Mark… (more…)
Read more »
Modern JavaScript is considered hard Have you noticed the abundance of tutorials, introductions and guides devoted to post-ES6 JavaScript? All these conferences, workshops, bootcamps where you get a chance to learn about async/await or Redux? The books an... (more…)
Read more »
Short and sweet rules and patterns that yield predictable and optimized JavaScript code execution while keeping the codebase clean and maintainable. - jonathanmarvens/based-javascript-style-guide... (more…)
Read more »