React Server-Side Streaming with FastifyHow to stream React components to the browser using Fastify and reply.hijack()Mar 16, 2026·4 min read·12
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·669
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·700
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·380
Create a Telegram Bot with Fastify from ScratchIn today's digital landscape, chatbots have become a ubiquitous part of our online interactions. These versatile and intelligent programs help automate tasks, answer queries, and provide a seamless conversational experience. One popular platform for ...Oct 31, 2023·8 min read·781