JavaScript fetch is an interesting API

Are you sick and tired of writing huge XMLHTTPRequests in your JavaScript code? Oh, you already stopped using those ages ago.. right.. Well, somehow, fetch() never caught my attention until just recently so I’ve slowly started switching over to using it … Read more

Similar

Why does JavaScript need a style guide?

One of my favorite parts about the JavaScript community is that people choose to write it in so many different ways. Why do you want to ruin that with a style guide? Imagine if when Picasso was lea...

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 »