There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »
Learn how JavaScript handles code execution through execution contexts and environment records, including features like hoisting, the scope chain, and closur... (more…)
Read more »
pull streams pull-streams are a very simple streaming primitive, but can do everything that streams need to do, from back pressure to propagating errors (which node streams do not support!)
You can...
Read more »
There’s a never-ending myth I see circulating on Twitter every few weeks:
Vanilla JS doesn’t scale.
This is complete nonsense.
What does “scale” even mean? Is the implication is that vanilla JS literally cannot handle the load of large applications the ... (more…)
Read more »
Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser. - GitHub - Hexagon/croner: Trigger functions or evaluate cron e... (more…)
Read more »