Below you can find RisingStack’s collection of the most important Node.js updates, projects & tutorials from this week:
A glorious thing nowadays is that you needn’t be an AI researcher to leverage machine learning.
In this posr you will learn how to roll your own custom object recognition solution with Raspberry Pi, Node.js, and Watson.
In this article, you will take a look at the Node.js Process module, and what hidden gems it has to offer. After you’ve read this post, you’ll be able to write production-ready applications with much more confidence.
Topics include:
process.on('uncaughtException')
vs process.on('unhandledRejection')
,SIGTERM
and SIGUSR1
,This is a small bug fix release wrapping up most of the issues introduced with 5.4.0.
In this blog post, you will take a deep dive into the Node.js event loop and learn how to diagnose and debug issues that stem from unoptimized JavaScript.
Typically you’re going to want your Node.js application to perform with low lag and high idle time in the event loop — this is usually a sign of an efficient application.
This document is a cheatsheet for JavaScript you will frequently encounter in modern projects and in most contemporary sample code.
This guide is not intended to teach you JavaScript from the ground up, but to help developers with basic knowledge who may struggle to get familiar with modern codebases because of the JavaScript concepts used.
In the previous Node.js Weekly Update we read that how the Node.js module ecosystem should be rethought with keeping the browser in mind as well, as well as what’s new in Node.js 8.5.
We help you to stay up-to-date with Node.js on a daily basis too. Check out our Node.js news page and its Twitter feed!
Originally published at community.risingstack.com on September 22, 2017.