63 private links
This is indeed a nice trick. There are ways without XSLT, it might even be less painful.
Interesting tricks to optimize this function in V8.
A good reminder that the JavaScript Date API is very error prone.
Date parsing is generally complicated... In JavaScript it is just insane.
Or why I'm still on the fence regarding async/await. It's rarely the panacea we pretend it to be.
Looks like a good resource for modern web development without frameworks.
A friendly reminder that Javascript is an endless pit of surprising behaviors. Watch out!
Finally some sane API to deal with date and time in JavaScript? Maybe, we'll see...
This is a good initiative. It makes no sense for Oracle to still cling onto JavaScript has a trademark.
There are many ways to create a memory leak in Javascript. Here is a good list of the things to pay attention to.
Looks like a nice tool for benchmarking Javascript in the browser.
Need to make a realtime collaboration application? This might come in handy.
Looks like a nice tool to explore dependencies in JS based projects.
Looks like an interesting mechanism to improve the reliability of web applications. Let's see what people make with those trusted types.
A proposal for data bindings as first class citizens in JavaScript? This could be a good thing indeed.
Nice set of tricks (might also involve Javascript, not only CSS) when you need to format web content for printing.
Something is definitely bonkers regarding the use of JavaScript on the web. The amount of bloat is staggering.
Interesting study, the amount of bugs which could have been prevented by the introduction of static typing in Javascript code bases is definitely impressive (15% is not a small amount in my opinion).
Looks like RAII is finally making its way in Javascript. This looks like a good thing, it's still rough around the edges though.
Interesting light shed on Javascript early history.