100% ESM. A new kind of package registry that does more for you. Write once, run on any platform. (more…)
Read more »
A small prototype game to play with 2D Raycasting and line of sight using plain ol' HTML, CSS and JavaScript. - GitHub - christopher-talke/prototype-game: A small prototype game to play with 2D... (more…)
Read more »
Just some thoughts after battling with exceptions and error handling logic when orchestrating flow with async/await or function*/yield in redux-saga...
Read more »
Learn the basics of JavaScript's event loop in this tutorial. In short, JavaScript is an single-threaded, non-blocking programming language. (more…)
Read more »
If you must encrypt in the browser, JavaScript with Web Crypto API is an option. If you need to decrypt the results in a different language, it takes some time to find out how. Here’s one approach with AES-GCM. (more…)
Read more »