Porting from Nashorn: How to Handle JavaScript Multi-Threading on GraalVM

Porting existing JavaScript code from Nashorn to GraalVM can be a challenge. This article focus on a multi-threading issue we got into… Read more

Similar

Unworthy JavaScript Monkey?

Nowadays javascript is everywhere and you can do with it almost anything you like, be it front, back or just literally scripting. It’s also much more easier to leverage than other scripting languages: it has an expressive syntax and easy to use package ma... (more…)

Read more »

Dark mode images without JavaScript

The <picture> element supports media query matchers and if you want to specify a different image for dark mode, you can use a different <source>. So, if there are no suitable matches or if the browser doesn’t support the <picture> elemen... (more…)

Read more »