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 with certain other systems. Can you integrate Node code with things written in Rust? Yes, and this is a very basic introduction to the concepts involved. In a related Hacker News discussion, the maintainer of the Neon tools used in this article said a 1.0 release is coming very soon.
Dmitry Kudryavtsev
Node v16.13.0 (LTS) Released — While Node 17 came out last week and effectively bumped Node 16 into being a long term ‘LTS’ release, the transition only officially happens with this new v16 release. Node 16 (now codenamed ‘Gallium’) is now an active LTS release until October 2022.
Richard Lau and the Node.js Team
Complete Node.js Learning Path 🚢 — Learn Node.js from foundations up to building APIs and web applications! Get hands-on creating and deploying REST and GraphQL APIs and power your web apps in this complete learning path on Node.js.
Next.js 12 Released — The popular Node.js + React development framework takes its biggest step forward yet with an array of improvements including beta support for middleware, React 18 support, native ES module support, a Rust-powered compiler for 5x faster builds, and more.
The Vercel Team
▶ How to Do TypeScript without TypeScript — Static types confer numerous benefits when developing, but is it necessary to use TypeScript fully in order to get many of the benefits? Simone investigates the pros and cons and shows off an alternative approach.
Desktop Automation with RobotJS — Kayode has discovered RobotJS, a ‘desktop automation library’ for Node that lets you control the pointer, keyboard, and read things off the screen on Windows, Linux, and macOS. It hasn’t been updated in a while, but Kayode has had some success in getting it to make his computer appear as if it’s in active use.
can save tons of time if you don’t know when a bug was introduced to your source code. Binary search, FTW!
Remi Mercier
🛠 Code & Tools
memoize-one 6.0: A Memoization Library with a Simple Approach — A memoization library that takes the curious approach of only remembering the last invocation and arguments, returning the cached value if the next call matches. This saves on complex caching arrangements while speeding up many scenarios.
Alex Reardon
WildBeast: A Full Featured Discord Bot Framework — Self described as a ‘wheels attached’ Discord bot framework, the idea is that WildBeast provides so much out of the box that you mostly need to modify and extend to create a Discord bot that does what you want. GitHub repo.
Find Tech Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
#554 — November 5, 2024 Read on the Web Why Code Security Matters – Even in Hardened Environments — A nicely diagrammed deep dive (and it really is deep) into a technique that allows malicious Read more…
0 Comments