Let’s face it: unused code has no place in your product. It’s similar to the proverbial junk drawer at your home, but instead of a messy… (more…)
Read more »
DukPy is a simple javascript interpreter for Python built on top of
duktape engine without any external dependency.
It comes with a bunch of common transpilers built-in for convenience: (more…)
Read more »
stimulus - A modest JavaScript framework that works with the HTML you already have... (more…)
Read more »
Variables are one of the fundamental blocks of any programming language, the way each language defines how we declare and interact with variables can make or break a programming language. Thus any developer needs to understand how to effectively work with... (more…)
Read more »
My journey of improving the performance of our ultra resolution storytelling tool Micrio by upgrading the JavaScript-only client to WebAssembly. (more…)
Read more »