In my last blog post about my game Core Defense I raved about how I love JavaScript for making cross-platform games and that I would soon make a boilerplate out of the game's setup. Over half a year later I am sad to announce that I won't be doing such a ... (more…)
Read more »
Is JavaScript really that slow? Or is that just a leftover impression from the old days?Patreon: https://www.patreon.com/simondevytFollow me on:Twitter: http... (more…)
Read more »
When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so... (more…)
Read more »
The tiny JavaScript runtime built with QuickJS, libuv and ❤️ - GitHub - saghul/txiki.js: The tiny JavaScript runtime built with QuickJS, libuv and ❤️... (more…)
Read more »
Bubble sort algorithm doesn’t track the current state of the array.
Even if it gets the fully sorted array as an input, the runtime will remain of the same O(n^2^) complexity. (more…)
Read more »