If 2016 was the year of JavaScript fatigue then 2017 was most certainly the year of convergence. Most JavaScript frameworks have converged towards using similar tooling and concepts. (more…)
Read more »
In JavaScript, a commonly touted principle for good performance is to avoid changing the shape of an object. (more…)
Read more »
Let's explore math without numeric literals, data without vars, and high order functions as primitives. Basically, let's talk Church Encoding and build real ... (more…)
Read more »
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
Read more »
The Fetch API is a better way to make HTTP requests in frontend application. It is quite similar to the XMLHTTPRequest. (more…)
Read more »