Two recent post of mine were ridiculed on r/programmingcirclejerk: Building a Simple Stopwatch App with Electron – Submitted by someone as Building a 100MB stopwatch app. Compile Node.js to N… (more…)
Read more »
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 »
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language. - GitHub - jasonwilliams/boa: Boa is an embeddable and experimental Java... (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 »