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 »
Modern web apps without JavaScript bundling or transpiling: https://world.hey.com/dhh/modern-web-apps-without-javascript-bundling-or-transpiling-a20f2755Rail... (more…)
Read more »
Image a complex application, new joiners or team mates who started working on this application with zero knowledge on how application… (more…)
Read more »
Private fields are a language feature being added to the JavaScript language through the TC39 proposal process. (more…)
Read more »
⭐ Collection of Javascript snippets to make you discover new exciting features, useful tips or anything that will give you a better understanding of the subtleties of JS. - olivierloverde/minutes-... (more…)
Read more »