One of the most commonplace things that developers do is designing interfaces, and it is also one of the easiest places to start introducing unneeded complexity into an application. It is pretty easy to build a feature that oversteps the bounds of what it... (more…)
Read more »
We have learnt scopes and closures in JavaScript with my previous posts. Combining these two core concepts, JavaScript gives us a beautiful syntax called self-invoking anonymous functions. It simply means an unnamed function that executes itself. This spe... (more…)
Read more »
We’ve all seen it — the quintessential reduce example taken from ancient tablets passed down from our people, just beneath console.log… (more…)
Read more »
superstruct - A simple and composable way to validate data in Javascript. (more…)
Read more »
Let’s improve our collective understanding of writing robust, well-tested, modular JavaScript code. | Crowdfunding is a democratic way to support the fundraising needs of your community. Make a contribution today!
Read more »