Tag: node

Boarding the Fastify train

September 16, 2021 By Mark Otto 0

Tasuku (タスク): A Minimal Task Runner for Node — Tasuku, which is simply Japanese for ‘task’, provides a clean way to break up processes into small tasks which can then be run in the right order with progress displayed elegantly in the terminal. Check out…

Node gets a built-in package manager manager (not a typo)

September 9, 2021 By Mark Otto 0

Fauna: A Modern Serverless Data API for Node.js Apps — Fauna combines the schema flexibility that’s provided by document databases with ACID compliant transactions. Quickly integrate Fauna into your applications with our Data API and leave scaling, sharding and all other operations to Fauna. Fauna GitHub…

Running a Node app with Google Cloud Spanner

September 2, 2021 By Mark Otto 0

Deploying a Cloud Spanner-Based Node App — Cloud Spanner is an ‘unlimited scale’ managed relational database service Google offers (and which was spun out of an internal database system Google used for numerous services). This post covers the practicalities of building a simple app with…

Controlling OBS Studio from Node.js

August 26, 2021 By Mark Otto 0

📋 In case you missed our notice a couple of weeks ago, we took a week off last week but are now back every week till Christmas 🙂 Don’t forget you can always hit reply to recommend things for us to consider for future issues…

Security releases all round

August 12, 2021 By Mark Otto 0

📋 Node Weekly is taking a little summer vacation next week so we’ll be back for the next time on Thursday, August 26. See you then! 🙂 __ Peter Cooper, editor V8 Release v9.3 — Recent V8 releases have been reasonably lean on new features,…

NestJS explained in 100 seconds

August 5, 2021 By Mark Otto 0

40+ Node.js Integration Test Best Practices — Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app and examples using Jest, Mocha, Express,…

Using Google Drive as a CMS?

July 29, 2021 By Mark Otto 0

ws 8.0: Fast, Stable WebSocket Client and Server for Node — A major update for a mature project that passes industry standard tests for both its server and client abilities. v8.0 improves the developer experience in numerous ways and now uses an ES module wrapper. Luigi…

A super easy way to get local TLS certs automatically

July 22, 2021 By Mark Otto 0

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. OpenJS Foundation What Use Cases…

The Web Streams API comes to Node

July 15, 2021 By Mark Otto 0

A TypeScript Express Starter App — A boilerplate app generator for getting a RESTful API up and running quickly. You can choose from sub-templates covering the basics, using Sequelize, Mongoose, TypeORM, Prisma, or Knex too. 아구몬 Node v16.5.0 (Current) Released — The big change here is…

The npm audit that cried wolf?

July 8, 2021 By Mark Otto 0

npm audit: Broken by Design — Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good…