Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Mastering Modular JavaScript is the second book in the series, and it discusses module thinking in detail. Mastering M... (more…)
Read more »
My attempt to modernise some learnings from CSS architecture and how to apply them in the context of modern JavaScript applications. (more…)
Read more »
To embed and compile JS into a small executable, NectarJS now use QuickJS and GCC... (more…)
Read more »
Even though the JavaScript engine manages memory for us, it's good to know what happens under the hood. (more…)
Read more »