Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there’s a bit more than just that.
Let’s see it better in an examp... (more…)
Read more »
In the past, Flow has had to make some tough decisions about what counts as a type error, and what we should surface in our analysis. Some… (more…)
Read more »
Since launching Cushion a couple years ago, we’ve been using AngularJS (1.x) as our front-end framework. If you’re curious how we ended up with Angular, I wrote about the decision (keep in mind this was 2014). I came from an MVCS background, so Angular re... (more…)
Read more »
Developers release the State of JavaScript 2017, getting a general overview of the language as well as looking at the front end, back end, and mobile... (more…)
Read more »
Recently I started a site of tools for boardgames players. Simple tools like dice and spinners. (more…)
Read more »