Need to Node – Volume 57
In this volume of Need to Node, you can find the latest news on the Open.js Foundation, QUIC Protocol and ways to become a better Node.js developer in 2020.
Check out this week’s Need to Node to keep up to date with the latest news on the Node.js project, events, and awesome articles. You are always welcome to collaborate and participate. Please let us know if we missed a piece of content you think should be included!
What’s New in the Node.js Project
- Electron joins the OpenJS Foundation. The OpenJS Foundation announced the open source web framework Electron has been accepted into the Foundation’s incubation program. Electron, an open source framework created for building desktop apps using JavaScript, HTML, and CSS, is based on Node.js and Chromium. Additionally, it is widely used on many well-known applications including Discord, Microsoft Teams, OpenFin, Skype, Slack, Trello, Visual Studio Code, and many more - by Rachel Romoff
- New npm Products and a Glimpse Ahead. npm announced the launch of
npm Pro
, an affordable new tool designed for independent JavaScript developers, and well-suited for consultant work, personal projects, and side hustles. They also announcednpm Teams
, the new name for the product formerly known as npm Orgs (the feature set remains the same). - npm Release: 6.13.4. You should upgrade as soon as possible on all your systems to fix a vulnerability allowing arbitrary path access.
- There will be a phone call on Friday December 20th at 8am Pacific Time to go through a QUIC PR to help move forward the PR and the Protocol.
Awesome Articles, Links, and Resources
- 20 ways to become a better Node.js developer in 2020. Find a compilation of 20 useful skills, technologies and considerations to become a better Node.js developer for the upcoming year! - By Yoni Goldberg
- A simple guide to load C/C++ code into Node.js JavaScript Applications, in this article you can get familiar with the mechanism and tools to load the C/C++ code dynamically in JavaScript programs using Node’s N-API - by Uday Hiwarale
- How to dockerize your Node.js Express application for AWS Fargate? AWS Fargate makes it possible to run containers ‘serverlessly’ (essentially it’s all managed for you automatically behind the scenes) - by Michael Wittig
- The Node.js Security Handbook Learn how to improve the security of your Node.js app with this Node Security checklist - by Sqreen
- Over 100 JavaScript Algorithms and Data Structures Demonstrated. Examples of many common algorithms and data structures with explanations - Oleksii Trekhleb
- Create a JSON Parser with JavaScript This is a neat step-by-step guide on implementing a JSON parser of your own, instead of just using
JSON.parse
.
One Last Thing...
If you find any awesome Node.js or JavaScript related content 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!