In "prototypical languages" like JavaScript you can use object-instances to do much anything. Typically you do this with the help of "constr... (more…)
Read more »
Hi everyone, in case you would like to use the neo.mjs non build mode in Safari as well, this is the reason why it does not work: https://bugs.webkit.org/show_bug.cgi?id=164860 So far this ticket h... (more…)
Read more »
Last week I got to attend the Chrome Dev Summit, an annual two-day conference hosted by Google where they announced latest developments relevant to the web technology. Here are my full notes from this conference. Since there was so much information presen...
Read more »
During my time at Finsify, we had to crawl from a large number of websites. Although each website was different, the core operations were the same: click on links, fill text fields, parse data from tables, and so on. And these operations should run in ser... (more…)
Read more »
Welcome back to ES6 – “Dude, we already had those!” – in Depth series. If you’ve never been around here before, start with A Brief …...
Read more »