Tag: nodejs

31 posts

You Might Not Need chalk Anymore

Node.js now ships with util.styleText(), a built-in alternative to chalk for terminal text styling. Here is what it can do, when it is enough, and when you might still reach for a dependency.

Jul 1, 2026

Contributing a Calavera integration

Project Calavera is a CLI tool that scaffolds linters, formatters, AI tooling, and common project infrastructure for web projects. Calavera ❤️ Vite. This post walks through the full contribution path for a new integration, using the Varlock PR as a concrete example.

Jun 29, 2026
jasnell.me icon
jasnell.me
jasnell.me

Experimental DTLS Support in Node.js

An experimental implementation of the DTLS protocol is coming to Node.js, bringing TLS-equivalent security to datagram-based communication over UDP.

May 20, 2026
Devtools FM icon
Devtools FM
devtools.fm

Sam Goodwin - Alchemy

Sam Goodwin introduces Alchemy, a modern infrastructure-as-code tool built with Effect that challenges the tech debt of current solutions.

May 9, 2026
jasnell.me icon
jasnell.me
jasnell.me

QUIC Streams - Sending and Receiving Data

This is Part 3 in a series on the new `node:quic` module in Node.js

May 6, 2026
jasnell.me icon
jasnell.me
jasnell.me

QUIC and HTTP/3 Come To Node.js (finally)

A functional implementation of the QUIC and HTTP/3 protocols has finally landed in Node.js.

May 6, 2026
jasnell.me icon
jasnell.me
jasnell.me

QUIC Endpoints, Sessions, and the QUIC Connection Lifecycle

This is Part 2 in a series on the new `node:quic` module in Node.js

May 6, 2026
jasnell.me icon
jasnell.me
jasnell.me

HTTP/3 Over QUIC in Node.js

This is Part 4 in a series on the new `node:quic` module in Node.js

May 6, 2026
jasnell.me icon
jasnell.me
jasnell.me

Advanced QUIC

This is Part 5 in a series on the new `node:quic` module in Node.js

May 6, 2026
jasnell.me icon
jasnell.me
jasnell.me

2 AI or not 2 AI... Is really not the question

Should Node.js accept AI-generated code? tl;dr Yes, it should.

Mar 17, 2026

Day 0.0.0 - Hello, World!

Day 0.0.0 of building my exit strategy of my corporate 9-5 whilst working as a senior software engineer.

Jan 20, 2026
N
nove-b blog
blog.nove-b.dev/

レスポンス429の時に成功するまでリクエストをし続ける

Mar 18, 2025
Making your Node.js application last centuries

Making your Node.js application last centuries

Creating self-contained & dependency-free Node.js applications across platforms

Feb 11, 2025
Devtools FM icon
Devtools FM
devtools.fm

Nathan Walker, Eduardo Speroni - NativeScript

Nathan Walker and Eduardo Speroni dive into NativeScript's ability to bridge JavaScript with native platform APIs for cross-platform mobile development.

Jul 27, 2024
Devtools FM icon
Devtools FM
devtools.fm

Yagiz Nizipli - Node.js Performance

Yagiz Nizipli dives into Node.js performance optimization, URL parser challenges, and shares spicy takes on VC funding in open source projects.

Dec 2, 2023
Devtools FM icon
Devtools FM
devtools.fm

Matteo Collina - Node.js, Fastify, Platformatic

Matteo Collina explores his prolific Node.js contributions, the ESM/CJS transition, plus his work building Fastify and Platformatic for modern development.

Nov 25, 2023
Devtools FM icon
Devtools FM
devtools.fm

Dax Raad - SST

Dax Raad presents SST as a TypeScript framework for AWS serverless development with superior developer experience over CDK.

Oct 28, 2023
Devtools FM icon
Devtools FM
devtools.fm

Christoph Nakazawa - Athena Crisis, Jest, Yarn, MooTools, Metro

Christoph Nakazawa discusses his journey from shepherding major OSS projects like Jest, Yarn, and Metro to building his new gaming venture Athena Crisis.

Jun 7, 2023
Afloat Boats icon
Afloat Boats
afloat.boats

Streams of AGI

DIY streaming for OpenAI's chat API using ReadableStreams, event parsing, and a custom React hook.

May 21, 2023
jasnell.me icon
jasnell.me
jasnell.me

Implementing the Web Streams API in Node.js

The Node.js project has been working on implementations of standard web platform APIs, such as the WHATWG URL parser, AbortController, EventTarget, TextEncoder, Web Crypto API and more. The latest effort underway is to implement support for the Web Streams API...

Aug 5, 2021
jasnell.me icon
jasnell.me
jasnell.me

New crypto capabilities in Node.js - UUID's and Primes

Node.js offers powerful new capabilities for generating random UUIDs and random prime numbers.

Jul 28, 2021
jasnell.me icon
jasnell.me
jasnell.me

Using AbortSignal in Node.js

The AbortController and AbortSignal APIs are quickly becoming the standard mechanism for canceling asynchronous operations in the Node.js core API...

Jul 21, 2021
jasnell.me icon
jasnell.me
jasnell.me

Broken Promises - The Node.js Event Loop

Several years ago, I was called out by a customer to help them resolve some performance issues they were having in their Node.js application. They were experiencing massive event loop blocking issues in their server, getting a whole 5 requests per second — and, in one extreme case, an event loop delay of over one minute...

Jun 2, 2021
jasnell.me icon
jasnell.me
jasnell.me

Implementing the Web Crypto API for Node.js Core

The Node.js project has been working on implementations of standard web platform APIs, such as the WHATWG URL parser, AbortController, EventTarget, TextEncoder and more. The latest effort underway is to implement support for the Web Cryptography API. Here, we dig into some of the details of that new implementation and show a little of what it will enable in Node.js...

Oct 19, 2020
jasnell.me icon
jasnell.me
jasnell.me

OpenHive.js with Alessandro Polidori on Open Source and VoIP

The one where we talk to Allessandro about Node.js and Voice over IP

Oct 6, 2020
jasnell.me icon
jasnell.me
jasnell.me

Learning to swim with Piscina.js

Piscina is a worker thread pool implementation for Node.js

Jun 3, 2020

Automate router WiFi bridge setup with Raspberry Pi, Node.js, Puppeteer and Ansible

Automate router WiFi bridge setup with Raspberry Pi, Node.js, Puppeteer and Ansible

Apr 26, 2020
L
lesser daemon
blog.bront.rodeo

Digital Oracle

You can find the final product with some simple instructions to spin it up on my github.

Feb 27, 2019

E2E Dockerizing a MEAN Stack Application

Apr 29, 2018
T
Teste
brunopulis.com

Review: Node School BH 17

Nov 14, 2017
Henrique Dias icon
Henrique Dias
hacdias.com

How To Create a Node.js Command-Line Application

Node.js is one of the trends in the programming world. Let's learn how to create node.js command-line applications.

Mar 31, 2015