At Wootric we've been fans of Typescript for some time. Anders Hejlsberg, the lead architect of TypeScript has a legendary record of working on amazing languages such as Turbo Pascal and C#. A long term dream of the team was to move our JavaScript snippet... (more…)
Read more »
Thou shalt not depend on me: analysing the use of outdated JavaScript libraries on the web Lauinger et al., NDSS 2017 Just based on the paper title alone, if you had to guess what the situation is … (more…)
Read more »
In this episode, we will explore lots of different methods available on the console object. We all use console.log probably a bit too much when we debug with... (more…)
Read more »
JavaScript promises have become useful with the addition of methods like race, all, allSettled and any. Let's learn about these in detail. (more…)
Read more »