Introduction
No one would like to work with the code having one gigantic JavaScript file with many unrelated functions. Moreover, when you need to use few of the functions from that file, you end up loading all the others unnecessarily. AMD was a g... (more…)
Read more »
An update to tiny "is-promise" library impacted millions of JavaScript projects. (more…)
Read more »
Hello, Clojure small interpreter Basics Clojure and js interop Transducers Implementation... (more…)
Read more »
Closure is a named or anonymous function defined within the context of an object or any other function. Learn what is a JavaScript Closure through examples...
Read more »
The history of the web and JavaScript is truly fascinating 😲! So I created this to help web developers to know about it and learn from it. (more…)
Read more »