In just over an hour, I coded a TodoMVC App with modern (ES6+) vanilla JavaScript. The comparison to the previous JS TodoMVC from 6 years ago was shocking! (more…)
Read more »
An implementation of a subset of javascript in that subset of javascript. - GitHub - BlueBlazin/thislang: An implementation of a subset of javascript in that subset of javascript. (more…)
Read more »
This blog article is my hike through JavaScript from the beginning until the end. Its intention is to help me learn by explaining but also to help others! (more…)
Read more »
In Node.js, we can use WebAssembly modules and native C++ addons. If your app has performance critical parts, should you stay in JavaScript? Or write a nativ... (more…)
Read more »
Templating in JavaScript is messy because semantics are tangled with logic and apparently that’s ok. Every HTML templating solution I’ve… (more…)
Read more »