Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and chan... (more…)
Read more »
Inkscape is an awesome (Possibly the best) vector graphics editor. It would be even more awesome if it was rewritten on the Elektron… (more…)
Read more »
Human detection project in JavaScript for the browser using ml5.js, a JavaScript machine learning library on top of TensorFlow.js. (more…)
Read more »
The new async/await is an immensely useful language feature that hides the complexity of asynchronous code and makes it look like it’s working in a synchronous way. The code example below does not look complicated at all, just a few awaits here and there.... (more…)
Read more »