In this post I will talk about how to apply Tree Shaking to JavaScript code.
Read more »
The N4JS language and its IDE enable high-quality JavaScript development for large Node.js projects.
Read more »
Site analytics without the JavascriptWhen I was building Chekkin, I needed some basic analytics to track how many peopl… (more…)
Read more »
All the code snippets on this page are live and interactive
powered by the klipse
plugin.
(more…)
Read more »
I recently overhauled a JS parsing library to delegate to the Rust implementation via Wasm. The result to users is seamless as the small Wasm bundled is inlined in the library as base64 encoded. Along the way, I saw that parsing can be much faster than ob... (more…)
Read more »