Async and Await makes asynchronous code so much cleaner and nicer to work with. It is widely supported by all the latest versions of modern browsers, including Node v7.6+. See can i use for browser support and node.green for node support. So let's try and... (more…)
Read more »
Neutrino is a tool which brings together the best parts of the modern JavaScript toolchain with the ease of zero upfront configuration. Built to let ... (more…)
Read more »
If you want to build your own ML models that can understand text, you'll need an annotation interface to help you train the model. In this post we'll talk you through how you can build a good annotation interface in JS and discuss some of the surprising c... (more…)
Read more »