“Don’t Worry, Nobody is Replacing Node.js” — A bold assertion. Fernando reflects on the growing interest in alternative runtimes like Deno and Bun, but notes none really replace Node.js wholesale in the near future. And even if they did, most of your Node skills would transfer across anyway.
‘s value matching the response body length (previously this was not checked).
1
stream
has added
1
ReadableByteStream.tee()
Developments around using libnode for embedding Node into iOS apps.
Rafael Gonzaga
Take a Tour of JavaScript & React Patterns — Join Lydia Hallie for the video course covering design patterns you can use to improve the code architecture of your web apps. Learn traditional JavaScript design patterns, React patterns, performance, and reading patterns.
Frontend Masters sponsor
Writing Composable SQL using JavaScript — There are a lot of approaches to working with SQL databases and the author prefers plain SQL and Slonik (to be fair, he built Slonik, but we agree with him). If you prefer something more abstracted, of course, you can use things like Knex.js.
AWS App Runnernow offers a Node.js v16 managed runtime.App Runner (homepage) is a managed service that takes your code and gets it running on AWS without you having to manage any ops. Think Elastic Beanstalk with less control or Heroku, if you will.
NodeSource has released N|Solid v4.8.2, the latest version of its production and observability optimized Node.js distribution.
Type-Level TypeScript: The Basics — A beautiful guide to types, complete with challenges to solve. While 11 ‘chapters’ are promised to take you ‘from intermediate to advanced’, the first three are currently available. They cover the fundamentals of what types of types TypeScript makes available.
Gabriel Vergnaud
Minimize Heap Allocations in Node.js — Note that this article gets some fundamentals wrong but you could still find the broader picture useful. Notably, V8 core team member Leszek Swirski responded with some corrections that will teach you a couple of things about V8’s memory organization on their own.
Online Tool to Translate i18next JSON Files — i18next is a JavaScript internationalization system where your translations are stored in JSON files. This tool will automatically translate said files to other languages. Being automated, your mileage may vary, so you’ll need to verify the output isn’t a load of merde..
Prisma 4.4
↳ Next-gen ORM for Node and TypeScript.
💻 Jobs
Software Engineers — Sticker Mule is the Internet’s most “kick ass” brand. Our software team operates from 17 countries, and we’re always looking for more exceptional engineers.
Sticker mule
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.
#550 — October 1, 2024 Read on the Web µExpress / Ultimate Express: Like Express, But Faster? — It’s not Express, but a reimplementation of Express’s functionality with API compatibility. Based on µWebSockets, and with Read more…
#549 — September 24, 2024 Read on the Web The Nine Node Pillars: Principles for Doing Node Right in the Enterprise — An interesting resource from a group of prolific and productive Node.js contributors. It’s Read more…
#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…
0 Comments