Writing JavaScript code that does not produce runtime exceptions at all is possible! Let’s see how... (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 »
ran - :zap: RAN! React . GraphQL . Next.js Boilerplate :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching and more... (more…)
Read more »
Q: How to implement object magic which has the following behavior? const magic = {}; console.log(2... (more…)
Read more »
You can get CSS translate values in JavaScript by parsing 2d and 3d matrices. Here's how to do it, and what you should watch out for... (more…)
Read more »