This article is part of a series on Asynchronous array functions in Javascript... (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 »
xml-lite - maintaining xml in pure javascript (IN BOTH NODE.JS & BROWSERS)...
Read more »
So in my post Is this evil? I covered a way of tracking users with CSS. While
thinking about those weird ways of using the web I also started thinking about pushing live data to clients
without JS. Or at least maintaining a connection.
So... (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »