RSSAmplifier

Blog

Simon Plenderleith | Blog

simonplend.comRSS feed ↗20 posts

Latest posts

A Node.js with TypeScript starter

Node.js has had support for running TypeScript directly since v22.6.0. I've been wondering what a minimal Node.js with TypeScript starter project might look like for a while now. Here's my first shot at what I think might work for me.

Command-line argument parsing with Node.js core

Deploying a Node app and Postgres database to Fly.io

Use Fastify hooks to set headers on every response

The Fetch API in Node.js

What’s new in Node.js core? March 2022 edition

Avoid boilerplate code when handling abort signals

Provide context with abortSignal.reason

Import JSON in ES modules

Automatically cancel async operations with AbortSignal.timeout()

Deep clone values with structuredClone()

2021 year in review

Get started with validation in Node.js

How to cancel an HTTP request in Node.js

Talk: Improving your applications with AbortController

Guidelines for choosing a Node.js framework

Workshop recording: Get Started with Fastify

Cancel async operations with AbortController

Generate v4 UUIDs without needing the uuid library

Make your imports clearer with the node: protocol