Articles tagged async
The History (and Future) of Asynchronous JavaScript
![The History (and Future) of Asynchronous JavaScript](/assets-jekyll/blog/featured/okta-node-skew-81b821d4ba7097b63abb6d733e9d3863f56ca49396ec3861b446c7bf21173cd9.jpg)
Everyone knows that JavaScript is eating the world. The problem is, there are lots of developers responsible for building software with JavaScript without a particularly deep knowledge of the language. It is easy to learn the basics and be productive, but newer programmers have a tendency to misuse some of JavaScript. Asynchronous JavaScript is particularly misunderstood. In this post, I will show you the most common ways to make asynchronous JavaScript calls and when to...