zx v7.0: Better Script Writing with Node.js — No, not movie scripts, but shell scripts and the like. If writing JavaScript instead of wrestling with bash, Perl or Python sounds better to you, zx can make your life easier. v7.0 is fully rewritten in TypeScript, has an
1
echo
function for printing the output of other scripts,
1
within
for creating new async contexts, and a new interactive REPL mode (behind
1
-i
).
Google
Node.js 16 to Meet an Early Demise (in 2023) — The Node.js team is bringing forward the ‘end of life’ date of Node.js 16 by seven months due to OpenSSL 1.1.1, a fundamental dependency, reaching its own end of support in September 2023. Don’t panic. You’ve got over a year to get to grips with Node.js 18.
Richard Lau
New Fullstack TypeScript Course — Build a full-stack app that generates TypeScript code from data layer to front-end all from a GraphQL schema.
I have no affiliation with them, but based on recent experiences, give fly.io a try if you want to rapidly get a Node app running on the Web. Fabulous DX and a good free tier. Interesting modern alternative to Heroku. (Render and Railway are also good, but I’ve spent less time with them so far.)
Talking of Heroku, you can learn about their new Heroku 22 stack which is based on Ubuntu 22.04. Node.js 14.x, 16.x, and 17.x are supported out of the box.
💻 Jobs
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