Let me first define what I think a coding framework is because the word is debatable. I think a framework is a library that defines… (more…)
Read more »
JavaScript popularity continues its rising. In 2016 we’ve witnessed such great changes, as AngularJS entire upgrade and introduction of Angular 2, ultimate dominating of jQuery that is applied on 96.5% of all JS sites, evolution of ECMAScript, two updat...
Read more »
Using C++ code in JavaScript projects is nothing new. Node.js has supported C++ Addons since the beginning. In browsers, asm.js has been… (more…)
Read more »
The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V... (more…)
Read more »