Feathers 5: The API and Real-Time App Framework — Feathers isn’t as well known as Nest or Fastify, say, but it’s a powerful and mature option if you want to spin up a Node CRUD app tied to a database and now it’s “TypeScript all the way down” too (though you can choose to use plain JS, if you prefer). Feather’s creator tells the whole story in this screencast or, if you prefer, you can leap into the quick start guide to see what it’s all about.
David Luecke
The 12 Most Popular Node.js Frameworks in 2023 — The data comes from surveys, GitHub stars, plus some gut feelings, but it’s a well put together summarized list of frameworks right now, from family favorites like Express and Fastify to less expected options like Strapi and Keystone.
Alex Ivanovs
Read This Before Using Node.js VM for Your JavaScript Sandbox — Write and execute custom code that can run within the platform and provide feedback, without exposing yourself to security risks, using Snyk’s guide on covering a JavaScript sandbox with the Node.js VM module.
Deno Says: You Don’t Need a Build Step — Of course the Deno folks have an alternative JS runtime to promote, but they make good points. A build step has helped with getting things to run in the browser or to transpile and bundle code elsewhere. But with modern tooling, do we still need a build step?
Andy Jiang (Deno)
Crawling Weather Forecasts with Cypress — Even if you don’t care for the weather, this is a neat code-led demonstration of using the Cypress browser oriented testing tool for performing a variety of productive activities.
Gleb Bahmutov PhD
A Complete Guide to Pino Logging in Node — Pino is a low overhead JSON-driven Node.js structured logging library. Usually the term “complete guide” gets me going “oh, really?” but in this case they deliver.
Better Stack Team
Easy to Use, Full-Stack Monitoring — Use TelemetryHub for flexible and affordable monitoring of your logs, traces, and metrics – all in one place!
TelemetryHub sponsor
Deploying to ECS, Simplified with IaSQL — Shows off using IaSQL, a sort of ‘use SQL to manage infrastructure’ tool, to deploy a basic Express app to Amazon Elastic Container Service.
— An interesting look at a new project from NodeSource that lets you work with libuv in a safer way from C++. libuv is the library that provides Node with event-driven I/O and timers and this could be useful if interacting with Node at a low level.
for Node.js — Isaac may have invented npm which filled up your hard drive with Node modules, but he also has the solution for deleting directories as quickly as possible from Node.
Software Engineer (Backend) — Join our “kick ass” team. Our software team operates from 17 countries and we’re always looking for more exceptional engineers.
Find Tech Jobs with Hired — Hired makes job hunting easy-instead of chasing recruiters, companies approach you with salary details up front. Create a free profile now.
Hired
Seen on Twitter
JetBrains’ Hadi Hariri knows the score. Maybe Twitter could give Feathers a go?
#557 — November 26, 2024 Read on the Web Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this Read more…
#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…
0 Comments