How we are securing the Fastify organizationThis is the story of a year of boring work behind the packages you install every daySep 1, 2026·9 min read·10
Handling HTTP timeouts in FastifyWe share smart strategies for ensuring a slow client doesn’t crash your serverMay 30, 2025·7 min read·308
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·561
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·731
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·716
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·210