jasnell.me - weblog
A blog about code.
August 06, 2021
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...
Read More
July 30, 2021
The episodes where we talk to Charlie and Gil
Read More
July 29, 2021
Node.js offers powerful new capabilities for generating random UUIDs and random prime numbers.
Read More
July 22, 2021
The AbortController and AbortSignal APIs are quickly becoming the standard mechanism for canceling asynchronous operations in the Node.js core API...
Read More
July 09, 2021
The one where we talk to Yoni on the importance of comprehensive integration testing.
Read More
June 10, 2021
The one where we talk to Rob about Javascript and TypeScript
Read More
June 03, 2021
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...
Read More
May 12, 2021
The one where we talk to Danielle Adams about buildpacks
Read More
April 07, 2021
The one where Matteo and I talk to Kent about JavaScript Training
Read More
March 18, 2021
Although the HMAC-based Key Derivation Function (HKDF) is not new it is starting to gain prominence in more types of applications and systems.
Read More
March 10, 2021
The one where Matteo and I talk to Liz about JavaScript communities
Read More
February 25, 2021
The one where we talk about the next 25 years of JavaScript
Read More
January 06, 2021
The one where we talk to Mikael about JavaScript
Read More
November 11, 2020
The one where we talk to Anthony on data visualization
Read More
October 20, 2020
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...
Read More
October 07, 2020
The one where we talk to Allessandro about Node.js and Voice over IP
Read More
September 09, 2020
The one where we talk to Kenigbolo about documentation
Read More
August 12, 2020
The one where we talk to the Covid Green Team
Read More
July 06, 2020
The one where Matteo and I talk to Ramón about modern web APIs
Read More
June 09, 2020
The one where Matteo and I talk to Laurie about Gatsby
Read More
June 09, 2020
The one where Matteo and I talk to Litan about Open Source
Read More
June 08, 2020
The one where Matteo and I talk to Philipp about Temporal
Read More
June 04, 2020
Piscina is a worker thread pool implementation for Node.js
Read More