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.
#548 — September 17, 2024 Read on the Web nano-spawn: Tiny Execa-Inspired Process Execution — If you’re familiar with Sindre’s powerful Execa for running commands from a Node app in a robust manner, 1nano-spawn offers Read more…
#547 — September 10, 2024 Read on the Web Express.js 5.0 Released; Sort Of — After a long period of seeming to merely be on life support, work on Express picked up significantly earlier this Read more…
#546 — September 3, 2024 Read on the Web Prisma 5.19.0, Now with ‘Typed SQL’ — Prisma is a popular declaratively-driven ORM in the Node.js / TypeScript world and its new version makes it possible Read more…
0 Comments