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.
#557 — November 26, 2024 Read on the Web Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this Read more…
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
0 Comments