Currying can give you a deeper understanding to JavaScript. Let’s see how it can be done with arrow functions! (more…)
Read more »
Design patterns are blueprint solutions that you use to solve common programming problems swiftly and elegantly.
Everything began in 1994, when four computer scientists Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, published an iconic book... (more…)
Read more »
Gatsby sites can work without JavaScript, however they will often be faster when JavaScript is enabled. In addition, adding interactive elements is much easier. (more…)
Read more »
Introduction
Let me start this article by thanking the readers of my series, JavaScript: Cracking the Nuts for liking and loving it so far. In this article, we will go through another fundamental but equally misunderstood aspect of JavaScript called... (more…)
Read more »
Following the rise of Clojure, many of us have become aware of the idea of immutable data structures and their benefits. In Clojure, all built-in data struct...
Read more »