We can write async/await loops in JavaScript in three different ways. All of them will give us different results. (more…)
Read more »
No JavaScript frameworks were created during the writing of this article. (more…)
Read more »
Authors: Gregory Baker, Software Engineer on GMail & Erik Arvidsson, Software Engineer on Google Chrome... (more…)
Read more »
I recently overhauled a JS parsing library to delegate to the Rust implementation via Wasm. The result to users is seamless as the small Wasm bundled is inlined in the library as base64 encoded. Along the way, I saw that parsing can be much faster than ob... (more…)
Read more »