Home » javascript » Page 20
November 18, 2021
By
Mark Otto
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…
November 12, 2021
By
Mark Otto
‘Rust is the Future of JavaScript Infrastructure’ — It’s an opinion but the growing evidence is compelling. Rust (as well as Go) is now being heavily used to replace parts of the JavaScript tooling ecosystem that might have otherwise been written in JavaScript before (e.g.…
November 11, 2021
By
Mark Otto
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…
November 5, 2021
By
Mark Otto
Chrome’s New Feature to Record and Replay User Flows — It’s only a preview feature in Canary builds right now, but Chrome is adding a new Recorder panel to its DevTools which lets you record and replay a string of actions on a page (including…
November 4, 2021
By
Mark Otto
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,…
October 29, 2021
By
Mark Otto
Next.js 12 Released — The popular Node.js + React development framework takes a big step forward with improvements including beta support for middleware, native ES module support, a Rust-powered compiler for 5x faster builds, and much more. The Vercel Team Shortcut Is Project Management Without the Management…
October 28, 2021
By
Mark Otto
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…
October 22, 2021
By
Mark Otto
What’s New in the Now Fully Released Gatsby 4 — Gatsby is a popular React-based open-source framework and v4 introduces new content rendering methods (such as Deferred Static Generation), React 18 future proofing, new build and deployment architecture, new CMS APIs, and more. Jeff James (Gatsby)…
October 21, 2021
By
Mark Otto
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…
October 15, 2021
By
Mark Otto
Parcel v2 Released — Parcel, a fast zero-config webapp build tool, first came out in 2017 (issue 364!) and took the JavaScript world by storm. v2 is a full rewrite that takes the same principles from v1 but extends them to fit projects of ‘any…