Your health check is writing a million log lines a monthTake control of every log line Fastify writes for youAug 13, 2026·11 min read·29
Managing Request-Scoped Data in FastifyI was looking at the Fastify plugin list and found myself asking, "What is this @fastify/request-context plugin?"So, I checked it out, and here I am, writing a post about it to share what it is and how it can be useful for you! What is AsyncLocalStor...Apr 2, 2025·5 min read·553
Master Node.js with the 5th Edition CookbookWe are excited to announce that the Node.js Cookbook, 5th Edition is set to be released on November 15th, 2024! This latest edition, authored by Bethany Griggs, is the ultimate guide for developers who want to master the Node.js v22 API and build sca...Oct 23, 2024·1 min read·719
How to implement video streaming with FastifyIn April 2021, I tweeted about a quick experiment where I streamed a large GoPro video using Fastify. That initial experiment sparked some interest, and just a few months ago, a user reached out with an intriguing question: how could they modify the ...Aug 31, 2024·8 min read·713
Resume data replication in Postgres and Node.jsThis article is a continuation of Real-time data Replication in Postgres and Node.js. Before reading this article, I recommend you read the previous one because it provides essential context to the points I cover. In our previous article, we discusse...Jul 22, 2024·6 min read·205
Real-time data replication in Postgres and Node.jsUnderstand how to do a real-time data replication in Postgres with Node.jsMay 24, 2024·10 min read·390