JavaScript as a language is heavily asynchronous, with promises being deeply integrated. While this is sometimes the best solution, can the overhead of promises pose a problem for hot code? (more…)
Read more »
There seems to be some confusion when it comes to JavaScript modules and how they exactly work, and why are there different forms in which we can use them. Today I’ll explain the different ways in which you can export and import modules.
Some background o... (more…)
Read more »
Find the code here: https://umaar.com/dev-tips/269-web-streams-openai/ and while you're there, signup for the Dev Tips mailing list to get more videos and ti... (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 »