There are so many ways to generate random strings in JavaScript and it doesn't really matter which me... (more…)
Read more »
Async generators and async iteration are likely to ship before too long. Let’s investigate how async generators work and examine the challenges of using them. (more…)
Read more »
You’ve probably heard the terms “Server Side Rendering” or “Progressive Enhancement” floating around before and perhaps even got excited about them. This is especially true if you are in the React… (more…)
Read more »
This was my third time participating in the js13kGames contest. I won in 2018 with Underrun and utterly failed to deliver any compelling gameplay with my 2019 entry Voidcall. (more…)
Read more »
JavaScript is notorious for being “loose”, something that some developers love but other developers loathe. I hear most of those complaints from server side developers, who want string typing and syntax. While I like strict coding standards, I also like... (more…)
Read more »