My top JavaScript articles from 2019

JavaScript has come a long way since its humble beginnings as a clunky, exclusively front-end scripti… Read more

Similar

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 »

JavaScript: Do you like games? (part 4)

We’re going to continue with DisplayObject which extends Scene. You can review the schema in part 1 of this series but we’re going to make some changes to how things are named. Its job is very simple…

Read more »

Keep Betting on JavaScript

Brendan Eich's famous quip, "Always bet on JavaScript", revels in JS's history of naysayers predicting that we'd eventually reach a point where JS couldn't grow to meet the demands of modern development; it turns out those have always been bad bets. It... (more…)

Read more »