How We Tamed Node.js Event Loop Lag: A Deepdive — Node famously uses very few threads yet can handle a large number of clients performantly, as long as the work associated with each client is ‘small.’ When you get nested loops, as in this story, however, things can go off the rails quickly. Node’s Don’t Block the Event Loop is a great further guide to this topic.
Eric Allam
Create Server-Side GraphQL APIs with Next.js — Learn the GraphQL fundamentals in this video course with Scott Moss — covering type definitions, type modifiers, relationships, directives, and more. Create schemas, build queries, and use mutations to implement standard CRUD operations. Configure your server and add authentication so your API is production-ready.
Frontend Masters sponsor
Node’s July 2, 2024 Security Releases — New Node versions on the maintained 22.x, 20.x, and 18.x release lines are expected later today to address five different security vulnerabilities/issues.
The Node.js Project
📊Profiling Node.js Applications — If you’re dealing with unusual performance issues, profiling your app can determine where the issues are arising. This tutorial offers a sample project to work on and covers profiling in a handful of different ways.
Stanley Ulili
How to Perform Data Validation in Node — Explores data validation in the Node backend, and shows us how to implement it in Express using the express-validator library.
#565 — February 4, 2025 Read on the Web Announcing TypeScript 5.8 Beta: A Big One for Node Developers — It’s unusual for a TypeScript beta to be exciting for Node developers in particular, but while Read more…
#564 — January 28, 2025 Read on the Web A Failed Attempt to Shrink All npm Packages by 5% — What if you could shrink all npm package sizes by 5%.. wouldn’t that benefit all Read more…
#563 — January 21, 2025 Read on the Web NodeBB v4.0.0 Released: Node.js Powered Forums — Now almost 12 years old, NodeBB continues to offer a classic forum experience in a modern Node.js-shaped guise. The Read more…
0 Comments