In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)
Read more »
Since my previous article on async/await ended up getting popular I thought I'd follow up with more focused guide on flattening your JavaScript. We started this process on the CertSimple codebase a couple of weeks ago and while it was mostly stra... (more…)
Read more »
The MVC framework for JavaScript applications. The real MVC. The Smalltalk MVC. The Gang of Four MVC. - GitHub - petermichaux/maria: The MVC framework for JavaScript applications. The real MVC. Th... (more…)
Read more »
In this post I share my experience on how to learn JavaScript efficiently and stay motivated in the process. (more…)
Read more »