By @wagslane (twitter) Let’s look at the JavaScript with statement. We will go over the simple uses, as well as a deep dive into some more advanced concepts. Note: Use of the with statement is discouraged. It can lead to strange bugs. That said, it is imp... (more…)
Read more »
Diff & patch JavaScript objects. Contribute to benjamine/jsondiffpatch development by creating an account on GitHub. (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
This is about JavaScript, clutter, purity, and thoughts on what should be in the language that comes after, assuming that we all live that long. (more…)
Read more »
This article, based on the book Go for Javascript developers aims to help you understand a little bit of the Golang ecosystem, and, why not, help you to start writing Go code! (more…)
Read more »