Need to Node – Volume 44
In this volume of Need to Node, you can find the latest updates in Node.js, npm, babel and Next.js. There are also a couple of surveys that are taking place in the Node.js ecosystem and need some help.
Check this week’s Need to Node to keep up to date with the latest news in Node.js project, events, and awesome articles. You are always welcome to collaborate and participate!
What’s New in the Node.js Project
- Node v12.6.0 (Current) Released. The most notable changes in this release include:
process.resourceUsage()
is a new method that returns resource usage for the current process (this could really help with debugging in future)- Updated libuv to 1.30.1, including support for the Haiku platform, increase
UV_THREADPOOL_SIZE
from 128 to 1024 and improvements inuv_fs_copyfile()
- Experimental support for building Node.js on MIPS
- Fixed an issue that prevented worker threads to listen for data on
stdin
- Added a
writableFinished
property to writable streams. It indicates that all the data has been flushed to the underlying system
- Comparing the Stream API and (async) generators in Node.js v10 - by Daishi Kato
- In the Technical Steering Committee, there is a proposal for Node.js openembedded layer technical stewardship similar to docker stack because Node.js on embedded devices is a veritable runtime.
- There is an issue to review the questions in the version number 4 of the Node.js Survey. The admin group is opening the survey for community review and feedback. So feel free to contribute!
- Talking about surveys, the Diagnostics Working Group is looking for help to create and distribute a survey about diagnostics use cases with Node.js. Check out the issue if you have experience with surveys and would like to collaborate.
Awesome Articles, Links, and Resources
- npm 6.10.0 Release
- Babel 7.5.0 Released
- Next.js 9 Released
- 12 Tips for Improving JavaScript Performance half of your visitors expect a page to appear within 2 seconds so keeping your JavaScript fast is a must - by Liz Parody
- Design patterns in Node.js: a practical guide design patterns are part of the day to day of any software developer, whether they realize it or not. - by Fernando Doglio
- Functional JavaScript: What Are Higher-Order Functions, and Why Should Anyone Care? - by James Sinclair
One Last Thing...
If you find any awesome Node.js or JavaScript things over the next week (or beyond!), never hesitate to reach out to us on Twitter at @NodeSource to share and get it included in Need to Node - our DMs are open if you don’t want to share publicly!