The pre-JavaScript era

There are plenty of things in our life today that we couldn’t imagine our life without, but there was a time (even if it’s hard to believe……

Similar

API Authentication with Vanilla JavaScript

This is an excerpt from my new and updated APIs and Asynchronous JS pocket guide. Some APIs—like the Ron Swanson Quotes Generator and Random Dog—work by simply calling an endpoint. Others—like the New York Times and many endpoints for the GitHub API—requi... (more…)

Read more »

JavaScript without loops

We've been talking about writing less complex JavaScript. We do this by choosing the right abstraction to solve a problem. But how do you know which abstraction to use? So far, we haven't looked at any concrete examples of how to do this. In this article ... (more…)

Read more »