When working on a larger project, you may struggle with the problem of an increasingly growing set of tests, which over time begins to perform slower on your... (more…)
Read more »
On July 19th, Twilio had a security incident affecting customers using v1.20 of the TaskRouter JS SDK. This incident did not impact Flex customers. (more…)
Read more »
Learn how to write Anonymous Functions in Javascript, understand scoping of variables and wrapped functions and write back to the window object. (more…)
Read more »
We have learnt scopes and closures in JavaScript with my previous posts. Combining these two core concepts, JavaScript gives us a beautiful syntax called self-invoking anonymous functions. It simply means an unnamed function that executes itself. This spe... (more…)
Read more »
A look back on when and how JavaScript was created and came to a point where it is now. (more…)
Read more »