Tag: node

7 ways to improve Node performance

November 25, 2021 By Mark Otto 0

Getting Started with Validation in Node — You’ve got a webapp and you want to validate the data it’s sent, but there are lots of options. Here Simon breaks down one approach using JSON schemas along with Ajv. Simon Plenderleith Another Bug Bites the Dust…

A major npm registry vulnerability

November 18, 2021 By Mark Otto 0

GitHub on npm Ecosystem Security (and a Major Bug They’ve Fixed) — GitHub became the custodians of the main npm registry in 2020 when it acquired npm Inc. and in this post they share details on how they’re improving its security. Rather worryingly, they recently identified…

A proposal to make npm safer?

November 11, 2021 By Mark Otto 0

Node-RED in Industrial IoT: A Growing Standard — Node-RED is a very long standing Node.js-based ‘low code’ environment where you wire components together. As explained here, it’s heavily used in IoT scenarios and is even taking on established commercial systems. United Manufacturing Hub QUICK BITS: The…

TypeScript delays ES module support for Node

November 4, 2021 By Mark Otto 0

A Comprehensive Guide to Error Handling in Node — Node offers up more than enough ways for errors to crop up and exceptions to be thrown – this blog post skims through some of the main areas to consider. Ayooluwa Isaiah (Honeybadger) Ready for Worry-Free DNS,…

Node v16 goes LTS

October 28, 2021 By Mark Otto 0

Supercharging Node with Rust — As fast as the V8 team have made JavaScript, it’s still a dynamic language at the end of the day, and there are faster options such as Rust, C or C++ if you need absolute max performance or to integrate…

Node v17 released

October 21, 2021 By Mark Otto 0

Node v17 (Current) Released — Being sixteen flew by in a flash for me at least, but so too has it for Node 16 remaining the cutting edge ‘release’ line. v17 now takes over that role with Node 16 becoming an Active LTS version (as…

Three new security related Node releases

October 14, 2021 By Mark Otto 0

All-In-One APM for Node.js Applications — AppSignal doesn’t just offer Node.js performance monitoring and error tracking. We have a full set of features to monitor your application from A to Z packed in a clear and intuitive interface. All features are included in all plans. AppSignal…

Is Node really ‘hated’?

October 7, 2021 By Mark Otto 0

Security-As-Code for Developers — Automate and embed cloud security throughout the entire development lifecycle with Bridgecrew’s all-in-one DevSecOps platform. Bridgecrew Web Streams Everywhere (and Fetch for Node.js) — A look at how most JavaScript platforms (including browsers) now have at least partial support for creating, composing,…

What to consider when picking a Node.js framework

September 30, 2021 By Mark Otto 0

QUICK BITS: 🛠 Code & Tools SVGO 2.7: A Node-Based SVG Optimizer — If you’ve worked with SVG (Scalable Vector Graphics) at all, you’ve probably seen they can be filled with all sorts of junk code.. SVGO to the rescue. v2.7.0 adds ES modules support. Kir Belevich…

Electron 15.0 and Node v16.10.0

September 23, 2021 By Mark Otto 0

The Story of 5 RCEs Found in npm for $15,000 — A security researcher explains some remote code execution vulnerabilities he found in the npm tool and how they added up to $15K in payouts. Few of us need to dig into our tools this…