Need to Node – Volume 47
In this volume of Need to Node, you can find the latest updates on the Node v12.7.0 (current) release, a complete guide to the Node.js event loop, and an upcoming webinar: Getting Started with NodeSource and AWS Lambda.
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.7.0 (Current) Released the most notable changes in this release include:
- npm updated to 6.10.0
- Updated nghttp2 to 1.39.1
- Use
cgroups
to get memory limits. Now more accurately gets memory limits for setting maximum V8 heap sizes - Added a new
policy-integrity
setting to improve security if a policy file is amended - Modify
process.report.getReport()
to return an Object instead of a JSON string.
- A complete guide to the Node.js event loop - by Piero Borrelli
- Introducing experimental integrity policies to Node.js - by Liran Tal
- Going Multithread with Node.js - by Michele Riva
- There is an issue to create mentorship meeting automation setup, in the
create-node-meeting-artifacts
repo. - If you are interested in the CPC and Board Meetings, check this tracking issue for updates.
- There is a new webcrypto repo for the implementation of WebCrypto API as an npm package.
Awesome Articles, Links, and Resources
- Switch out your Node version and global npm install space in one command with Nave, with a slightly different approach to nvm.
- Jay: A 'Supercharged' JavaScript REPL, an interesting alternative to Node’s built-in REPL that adds features like loading modules directly from the npm registry, eager evaluation, colored input, bracket completion, typeahead completion and more.
- Node.js’ magical tips every developer should remember: 5 pieces of advice for Node.js developers including, use the Node.js shell, avoid using “*” in production dependency, and use nodemon for development and pm2 for production - by Tarun Gupta
- Visualize Google Analytics Data In A Node.js App
- Practical Ways to Write Better JavaScript including the use of modern features, always assume your system is distributed, lint your code and enforce a style, among others - by Ryland G
- Creating JavaScript: The Story of JavaScript's Birth a very highly produced narrative podcast episode that digs into the history of JavaScript over the course of 27 minutes.
- If you are not familiar with NodeSource products, register to our webinar: Getting Started with NodeSource and AWS Lambda
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!