This post is the last in a three-part series comparing two close substitutes in Javascript: classes and the “closure pattern” (also frequently known as the factory class pattern). Part one argued… (more…)
Read more »
The copy-paste library, containing various Lodash replacement functions, a copy-paste framework, and more. (more…)
Read more »
Abstract The “eternal war in cache” has reached browsers, with multiple cache-based side-channel attacks and countermeasures being suggested. A common approach for countermeasures is to disable or restrict JavaScript features deemed essential for carrying... (more…)
Read more »
Demo of how to create a generative cityscape with only a few lines of JavaScript!Original Dwitter Code: https://www.dwitter.net/d/17507... (more…)
Read more »
Writing better conditional expressions can lead to cleaner and maintainable code. Let us explore the multiple ways of doing so. (more…)
Read more »