If you need to work with a language other than Python, the Jupyter ecosystem offers a wide range of other kernels. Deepnote supports a lot of them! (more…)
Read more »
JavaScript allows to declare functions in 6 ways. The article describes how to choose the right declaration type, depending on the situation and function purpose. (more…)
Read more »
In case you missed it, Node now supports async/await out of the box since version 7.6. If you haven’t tried it yet, here are a bunch of… (more…)
Read more »
The guide that will make you understand prototypal inheritance in JavaScript: prototype object, inherited propertes, chain of prototypes. (more…)
Read more »
Private fields are a language feature being added to the JavaScript language through the TC39 proposal process. (more…)
Read more »