Today we are releasing Cheerp 2.6, major features and optimizations, and an overview of how this compiler bring C++ projects to the Web... (more…)
Read more »
I've made my first implementation of Game of Life using JavaScript. A very rewarding task for a junior developer. You are free to test a Desktop browser demonstration or clone and test my node.js implementation available at GitHub. (more…)
Read more »
This entry describes simple techniques to fulfill the JavaScript compiler optimization process which results in faster running code…
Read more »
Hello, I’m humble developer who works with a lot of JavaScript frameworks, libraries, modules, addons, plugins, browsers, preprocessors… (more…)
Read more »
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… (more…)
Read more »