For a long time, I used GopherJS, but now Go can cross-compile to WebAssembly out-of-the-box.
Note that the API is experimental and has already changed between Go 1.11 and 1.12.
I've last tested the code on this page in Go 1.13.
(more…)
Read more »
Using Generators to Modernize a Geriatric Javascript API for $CURRENT_YEAR... (more…)
Read more »
How often do you find yourself on some website, innocently trying to read an article, when you notice that the site’s designers and programmers seem to be trying as hard as they can to get rid of you? (more…)
Read more »
An easy-to-follow guide with everything you need to know about the ternary operator. Follow along with exercises to make it easy to stick in your mind. (more…)
Read more »
If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive. Like Svelte, these tools all share a goal of making it easy to build slick interactive user int...
Read more »