The goal of this project was to create a fully self-learning agent, that would be able to control a car in a 2D bottom-down environment. Written solely in JavaScript. (more…)
Read more »
JavaScript's Promise leaks memory in recursive loops and what you can do about it. (more…)
Read more »
One of the most important rules for writing a deterministic, easy-to-debug code is avoiding side effects. The obvious choice if we want to meet this assumption is to use the functional paradigm. This, however, poseses a risk of poor code readability. (more…)
Read more »
If you liked this, you might also like Destroy All Software Screencasts.
(more…)
Read more »
JavaScript Runtime built with Mozilla's SpiderMonkey Engine - GitHub - Redfire75369/spiderfire: JavaScript Runtime built with Mozilla's SpiderMonkey Engine... (more…)
Read more »