Need to Node – Volume 52
In this volume of Need to Node, you can find the latest updates on the Node v13.0.0 (current), Node v 12.x goes LTS, and the two Node.js Certifications from the OpenJS Foundation.
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, so let us know if we missed a piece of content you think should be included!
What’s New in the Node.js Project
- Node v13.0.0 (Current) Released, there more features in this release than usual. This includes mostly minor updates to dependencies like V8.
- Full ICU is included in the release so all supported locales are now included.
- Numerous new deprecations or warnings for poor practices.
- The legacy HTTP parser has been removed and can’t be accessed via a flag.
- The timing and behavior of streams were consolidated for a number of edge cases.
- The upgrade to V8 7.8 includes performance improvements to object destructuring, memory usage and WebAssembly startup time.
- Node 12.13.0 (LTS) Released: Node 12 Goes LTS Node V 12.x has become the active Long Term Support (LTS) version of Node and will remain so until October 2020.
- The OpenJS Foundation Launches Two Node.js Certifications. The certification programs JSNAD (for app developers) and JSNSD (for service developers) built in partnership with NodeSource and NearForm are available.
Awesome Articles, Links, and Resources
- What Happened to NodeSource. Recently, NodeSource underwenta restructure This blog post will help you answer some of the questions that have been asked in the community. We are back and stronger than ever! #Resurrected #NextChapter
- Highlights of JSConf Colombia October 18th and 19th was the sixth annual version of JSConf Colombia, the biggest Spanish-speaking JavaScript conference in the world. It was a massive success. Check out this blog post for highlights.
- 10 Years of Node with Gireesh Punathil of IBM Gireesh Punathil, a Node.js TSC member, reflects on how far the Node project has come in the past decade, explores the latest Node developments, and showcases the broader importance and impact of the technology.
- Using npm-link for package development
npm link
provides the tooling needed to both develop and consume an npm package locally. It lets you bring in packages from anywhere on the filesystem into your project on a temporary basis. - ABC's of JavaScript and Node.js, a list of the most important terms in the JavaScript and Node.js ecosystem that you should know - by Liz Parody
- A Practical Guide to Symbols in JavaScript. ES6 introduced symbols as a new primitive type to act as unique identifiers. Here’s a look at their uses - by Valeri Karpov
- Building a Node API with stateless authentication A simple look at implementing stateless authentication with JWTs (JSON Web Tokens)
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!