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 »
Learning JS can be overwhelming. I know it can feel like there is an ocean of stuff you don’t know.
Read more »
<p>I recently used the
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a>
builtin to implement some date/time manipulation in JavaScript. Some parts of
it were quite surprising. I thi... (more…)
Read more »
In principle, JavaScript is a very dynamic and interactive programming language. However, that has changed significantly in recent years. Now, modern web development requires extensive build and compilation steps. That is unfortunate for two reasons. Firs... (more…)
Read more »
You might want to keep these tips and tricks in mind for the next time you find yourself needing to debug your JavaScript code! (more…)
Read more »