The JavaScript community has been growing bigger, and the language is gradually becoming the most used programming language in the world. (more…)
Read more »
Javascript's Promise.all() is a powerful function that allows you to resolve multiple Promises and return the results. (more…)
Read more »
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… (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 »
I have a weird way of describing software. And you’ll either know what I mean, or you won’t. It’s sort of strange, but software interfaces feel like they have a weight. When I use an interface, it can feel heavy, or it can feel light. Neither is better th... (more…)
Read more »