I was looking at the Fastify plugin listand found myself asking, "What is this...
Dear Backend.cafe readers, I have something special for you!If you've ever wanted to master Fastify ,...
We are excited to announce that the Node.js Cookbook, 5th Edition is set to be released on November...
How to resume replication from the point where the Node.js application was stopped This...
In today's fast-paced digital landscape, businesses rely heavily on data to drive decision-making...
In April 2021, I tweeted about a quick experiment where I streamed a large GoPro video using...
In recent years, we have been surrounded by cool, interactive data visualizations. These...
Are you a mid/expert back-end engineer looking to build highly scalable and maintainable API servers?...
If you are an hapi developer, you may know the joi library. It is a powerful validation library that...
Fastify v4.23.0 has just been released, featuring a brand-new onListen Application hook. In this...
If you're using Fastify with Mercurius as your GraphQL adapter, you may be looking for some advanced...
Solve the N+1 Problem Using DataLoader with Mercurius GraphQL by Manuel Spigolon If you...
by Manuel Spigolon In this article, we will understand how to use Fastify and Stripe as a payment...
jest, the popular testing framework created by Facebook with over 50 million downloads per month,...
by Manuel Spigolon Fastify v4.3.0 has landed with new features! In detail, there are new functions...
by Manuel Spigolon If you are using Fastify and Mercurius as GraphQL adapter, you have faced the...
by Manuel Spigolon If you are using Fastify, you already know that it is the fastest Node.js web...
by Manuel Spigolon You are going to read about a GraphQL project that is perfect for playing with to...
by Manuel Spigolon In this article, I will show you how to test a Fastify and MongoDB...
Every time I have to deal with emojis in Node.js, I have to google the same things over and over...
I always strive to write actionable articles, but lets face it: improving code performance can be a...
You may have seen the term "AST" in multiple contexts without digging into what it actually means. It...
One of the most important differentiating features of Fastify is its Plugin System and the...
by Manuel Spigolon Fastify has a built-in logger that you can use out of the box: pino. By default,...
Fastify and mongodb by Manuel Spigolon In this article I will show you how to use Fastify...
"Why should I prefer Fastify to Expressjs?" A lot of people ask me this question over and...
Recently tap bumped to v15! 🎉 If you are overwhelmed by all your failing workflows, here a snipped t...
All you need to know to control the Fastify errors! Error types Errors in the Fastify wor...
To Production This tutorial is the 3rd of a series. Read the previous ones to get the code...
This tutorial is the following of the "A Discord app with Fastify!". Road to ES Import No...