An overview of the Javascript type system, explaining coercion, equality, pitfalls, drawbacks, and benefits. Comparison with typescript as well. (more…)
Read more »
Must read for any serious JavaScript based developer. Whether it's jQuery, Mootools or Dojo this reference for learning shorthand JavaScript coding techniques. (more…)
Read more »
Despite writing JavaScript almost every working day for the past seven years, I have to admit I don’t actually pay that much attention to ES language announcements. Major features like async/await and Proxies are one thing, but every year there’s a steady... (more…)
Read more »
JSDB is an easy-to-use, in-memory JavaScript database for Small Web that persists to a JavaScript transaction log. (more…)
Read more »
In this article, I will present a JavaScript ES6 implementation of a lazily-evaluated linked list data structure. The recursively-defined linked list is an important collection type in many…
Read more »