What is Libuv: The Engine Powering Node.js and Beyond
Libuv is one of the most crucial components behind Node.js, yet many developers aren’t fully aware of its role in enabling asynchronous I/O operations.
Javascript Technology
Libuv is one of the most crucial components behind Node.js, yet many developers aren’t fully aware of its role in enabling asynchronous I/O operations.
Node.js is designed to be asynchronous and non-blocking, making it highly efficient for handling multiple operations at once.
#729 — March 28, 2025 Read on the Web JavaScript Weekly ⭐ The State of Vue.js Report 2025 — Created with the support of the Vue and Nuxt teams, this is no mere collection of statistics and charts (though there’s plenty of both) but a thorough update on the state of both projects and an interview …
Read More “The tale of a bizarre bug encountered in Google Docs”
#728 — March 21, 2025 Read on the Web JavaScript Weekly Rsdoctor 1.0: An Analyzer for Rspack and Webpack — A one-stop, intelligent build analyzer making it easier to identify bottlenecks and optimize performance. It’s part of the same family of tools as Rspack (a Rust-powered web bundler) but is fully webpack compatible. If you’ve …
With the release of Node.js v23.6.0, developers can use TypeScript natively without additional transpilation tools like ts-node or manual compilation steps
#727 — March 14, 2025 Read on the Web JavaScript Weekly A Perplexing JavaScript Parsing Puzzle — It looks deceptively simple – just 14 characters of JavaScript – but after working with JavaScript for 29 years, I got it wrong. A clue: it goes back to a browser-related quirk from 30 years ago.. Hillel Wayne TypeScript’s …
Artificial intelligence is revolutionizing software development, and at NodeSource we’re bringing AI-driven insights to Node.js applications through N|Solid
#726 — March 7, 2025 Read on the Web JavaScript Weekly A Report on How the Web is Really Using JavaScript — Each year, the HTTP Archive puts together the Web Almanac, a report on the ‘state of the Web’. The JavaScript section has just gone live and goes into depth on how much JS …
#725 — February 28, 2025 Read on the Web ✏️ Whenever we include more than a few links about TypeScript, we get complaints from people who don’t like it. We get that, we love you folks, and we’re aware. TypeScript isn’t our main focus but we do cover it, including critical pieces. That in mind, …
#724 — February 21, 2025 Read on the Web JavaScript Weekly TC39 Advances 3 Proposals to Stage 4 — I love seeing Rob Palmer’s tweets about TC39’s progression of JavaScript proposals and this is a good roundup from this week’s meeting in Seattle. Areas covered include near-term features like Float16Array and import defer to more …