The proposal to include async function in ECMAScript has reached stage four; that means it’s on track to be in the 2017 release of the standard. But what does that mean for JavaScript developers? There’s a lot of interest in async, the capabilities ...
Read more »
In this blog post, we examine a pattern for implementing enums in JavaScript that is based on classes. We’ll also take a look at Enumify, a library that helps with the enum pattern. (more…)
Read more »
A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico) - GitHub - kaluma-project/kaluma: A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)... (more…)
Read more »
There is some buzz about Reactive programming. I prepared small comparison between some popular FRP libraries... (more…)
Read more »
Explore how building a GraphQL solution for WordPress may diverge from the standard JavaScript guidelines on several circumstances. (more…)
Read more »