Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, asynchronous JavaScript. I use Apple Keynot... (more…)
Read more »
If you know JavaScript you also know about the endless line of frameworks that help make coding easier and faster. Dammit, I think I might… (more…)
Read more »
The security implications of Just-in-Time (JIT) Compilers in browsers have been getting attention for the past decade and the references to more recent resources is too great to enumerate. While ... (more…)
Read more »
Trying to decide what framework to learn is a common question, but there is no clear winner. The common, uncontroversial answer is "You can't go wrong, they are all great frameworks." They are indeed all great, but I think you can go wrong by investing to... (more…)
Read more »
I would like to open a discussion on whether upcoming proposals in TC39 read too much into the existence of new.target and super.* and (in my opinion) abuse the language with extensions and additio... (more…)
Read more »