A Visual Guide to Node.js Streams — Streams aren’t conceptually too difficult to grasp but some visuals fit well and certainly help.
Deepal Jayasekara
Undici 4.0: An HTTP Client, Written from Scratch for Node — The goal of this project has been to replace Node’s core HTTP library with something faster, more scalable, and without the ‘fundamental design issues’ of the core API. v4 introduces redirect support, a faster WASM-powered parser, and a native mocking layer. GitHub repo.
Nagy, Collina, et al.
Redis 6.2 on RedisGreen — SSL encryption, key size tracking, memory mapping, online upgrades, and more.
— As you’ve probably gathered from the many links in recent issues, Node is now fully aboard the ES modules train. In this two part series, Tierney Cyren explains explicit ways to determine ES module files from CommonJS files (the
Next.js 11 Released — The popular React framework takes some more steps forward with improved performance, Webpack 5 support, an experimental way to make Create React App apps Next.js compatible, and Next.js Live, a preview of a way to build Next.js apps in the browser, collaboratively, with a team.
) — Available as a written tutorial or a 20-minute screencast, as you prefer. Covers the basic ground of reading and writing files and working with directories.
Introducing Papr: Type-Safe Node.js Models for MongoDB — Plex is a heavy user of MongoDB and Node.js and when they adopted TypeScript they decided they needed to create a library around the MongoDB driver that could provide strong validation of data as well as type safety through TypeScript types.
gmail-tester: A Simple Node Gmail Client — Poll a Gmail box for a given amount of time and return messages that pop up. The creator uses it in a testing process to see if emails arrive as they should.
property describing the specific type of error
that has occurred.
Einar Otto Stangvik
Canary in the Gold Mine v8.0 — A core tool that you might not be aware of. It lets you pull down any module of your choice and test it using a specific version of Node.js.
Node.js Project
💻 Jobs
Node.js Developer at X-Team (Remote) — Join the most energizing community for developers and work on long-term projects for Riot Games, FOX, Sony, Coinbase, and more.
X-Team
Find Software Engineering Jobs with Hired — Take 5 minutes to build your free profile & start getting interviews for your next job. Companies on Hired are actively hiring right now.
#548 — September 17, 2024 Read on the Web nano-spawn: Tiny Execa-Inspired Process Execution — If you’re familiar with Sindre’s powerful Execa for running commands from a Node app in a robust manner, 1nano-spawn offers Read more…
#547 — September 10, 2024 Read on the Web Express.js 5.0 Released; Sort Of — After a long period of seeming to merely be on life support, work on Express picked up significantly earlier this Read more…
#546 — September 3, 2024 Read on the Web Prisma 5.19.0, Now with ‘Typed SQL’ — Prisma is a popular declaratively-driven ORM in the Node.js / TypeScript world and its new version makes it possible Read more…
0 Comments