Node-RED 2.0 Released — Node-RED is a now very mature ‘low-code’ Node.js-based programming environment, particularly aimed at connecting together services or IoT devices. The 2.0 release focuses on upgrading dependencies, dropping old Node version support, and an (optional) improved text editor.
is an admittedly ‘low-level’ and ‘quite difficult to use safely’ API for tracking asynchronous resources, so the Node code team are intrigued to know if and how you’re using it so they can build better high-level abstractions.
Node.js Team
Fast Redis Hosting and Analytics — RedisGreen databases include seamless online upgrades, SSL encryption, key size tracking, memory mapping, and more.
RedisGreen sponsor
devcert: Development SSL/TLS Certificates Made Easy — Need a certificate for local development? This package takes an interesting approach of creating its own root authority and issuing certificates automatically against it. It’s slick; I was impressed by it when I tried it out last week.
Dave Wasmer
V8 Release v9.2 — A relatively minor update with the biggest practical win being the new
1
at
method for Array, TypedArray and String. More on what it does here.
Unique Name Generator: Generate Unique and Memorable Name Strings — A tree-shakeable Node package for generating random and unique names. Could be useful for creating random readable names for your app’s users, perhaps – such as Heroku does with subdomain names for new apps.
Mineflayer: A High Level API for Creating Minecraft Bots — Track entities, query the world around you, dig, build – all the good stuff. Might be a nice way to bring Node together with the kids’ hobby (or maybe your own :-)).
Senior Full Stack Developer – ElasticSearch (Remote) — We’re seeking a developer to join our government procurement startup. Got a clear understanding of full functional programming and experience with ElasticSearch. We want to hear from you. Remote, candidates must be eligible to work in the US.
Govspend
Find a Job Through Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
#444 — June 30, 2022 Read on the Web Working with the File System from Node.js — Dr. Axel seems to be on a bit of a Node kick lately and comes back this week Read more…
Deno is championed as a more-secure alternative to the popular Node.js JavaScript runtime. The 1.0 version of the Deno runtime, which leverages the V8 JavaScript engine and was built using Rust, arrived in May 2020. Read more…
#443 — June 23, 2022 Read on the Web Using Web Streams in Node.js — Streams provide a handy abstraction for cleanly working with streaming data but Web Streams (a.k.a. WHATWG Streams) are a different, Read more…
0 Comments