Manuel Spigolon

Manuel Spigolon @eomm

About: Learning by Teaching ✏️ Book Author packt.link/DvIDB 📚 #fastify contributor 🐆 Blogger at backend.cafe 💬 Tweet @ManuEomm 🐦

Location:
Italy
Joined:
Apr 16, 2020

Manuel Spigolon
articles - 34 total

Managing Request-Scoped Data in Fastify

I was looking at the Fastify plugin listand found myself asking, "What is this...

Learn More 2 1Apr 11

Announcing the Fastify Mini Course

Dear Backend.cafe readers, I have something special for you!If you've ever wanted to master Fastify ,...

Learn More 2 0Mar 6

Master Node.js with the 5th Edition Cookbook

We are excited to announce that the Node.js Cookbook, 5th Edition is set to be released on November...

Learn More 0 0Nov 11 '24

Resume data replication in Postgres and Node.js

How to resume replication from the point where the Node.js application was stopped This...

Learn More 0 0Nov 11 '24

Real-time data replication in Postgres and Node.js

In today's fast-paced digital landscape, businesses rely heavily on data to drive decision-making...

Learn More 2 0Sep 18 '24

How to implement video streaming with Fastify

In April 2021, I tweeted about a quick experiment where I streamed a large GoPro video using...

Learn More 0 0Jan 21

Streaming PostgreSQL data with Fastify

In recent years, we have been surrounded by cool, interactive data visualizations. These...

Learn More 0 0Aug 20 '24

The Fastify book is out!

Are you a mid/expert back-end engineer looking to build highly scalable and maintainable API servers?...

Learn More 0 0Feb 9 '24

Validate the Fastify input with Joi

If you are an hapi developer, you may know the joi library. It is a powerful validation library that...

Learn More 0 0Jan 29 '24

Fastify has a new Application Hook!

Fastify v4.23.0 has just been released, featuring a brand-new onListen Application hook. In this...

Learn More 2 0May 8 '24

Dynamic GraphQL queries with Mercurius

If you're using Fastify with Mercurius as your GraphQL adapter, you may be looking for some advanced...

Learn More 1 0Sep 16 '23

How to use DataLoader with Mercurius GraphQL

Solve the N+1 Problem Using DataLoader with Mercurius GraphQL by Manuel Spigolon If you...

Learn More 0 0Aug 5 '23

Integrate Stripe with Fastify

by Manuel Spigolon In this article, we will understand how to use Fastify and Stripe as a payment...

Learn More 1 0Jul 29 '23

Should you use jest as a testing library?

jest, the popular testing framework created by Facebook with over 50 million downloads per month,...

Learn More 0 0Jul 27 '23

Becoming a Fastify JSON Schema GURU

by Manuel Spigolon Fastify v4.3.0 has landed with new features! In detail, there are new functions...

Learn More 0 0Jul 20 '23

How to log useful data from a GraphQL request?

by Manuel Spigolon If you are using Fastify and Mercurius as GraphQL adapter, you have faced the...

Learn More 0 0Jul 17 '23

How to unlock the fastest Fastify server startup?

by Manuel Spigolon If you are using Fastify, you already know that it is the fastest Node.js web...

Learn More 0 0Jul 12 '23

GraphQL Federation Playground with Mercurius

by Manuel Spigolon You are going to read about a GraphQL project that is perfect for playing with to...

Learn More 0 0Jul 11 '23

How to test a Fastify application

by Manuel Spigolon In this article, I will show you how to test a Fastify and MongoDB...

Learn More 1 0Jul 5 '23

How to handle emojis in Nodejs

Every time I have to deal with emojis in Node.js, I have to google the same things over and over...

Learn More 0 0Nov 14 '23

The Secrets Behind High Performance With Node.js

I always strive to write actionable articles, but lets face it: improving code performance can be a...

Learn More 0 0Sep 8 '23

What is AST?

You may have seen the term "AST" in multiple contexts without digging into what it actually means. It...

Learn More 0 0Aug 14 '23

The Complete Guide to the Fastify Plugin System

One of the most important differentiating features of Fastify is its Plugin System and the...

Learn More 0 0Sep 2 '23

How to change the log level at runtime in Fastify

by Manuel Spigolon Fastify has a built-in logger that you can use out of the box: pino. By default,...

Learn More 0 0Aug 21 '23

How to use Fastify and MongoDB

Fastify and mongodb by Manuel Spigolon In this article I will show you how to use Fastify...

Learn More 0 0Jun 28 '23

Why should I prefer Fastify to Expressjs?

"Why should I prefer Fastify to Expressjs?" A lot of people ask me this question over and...

Learn More 39 11Apr 21 '21

Are you overwhelmed by tap 15?

Recently tap bumped to v15! 🎉 If you are overwhelmed by all your failing workflows, here a snipped t...

Learn More 5 0Apr 5 '21

Fastify Error handlers

All you need to know to control the Fastify errors! Error types Errors in the Fastify wor...

Learn More 36 1Nov 26 '20

Fastify demo goes to Production

To Production This tutorial is the 3rd of a series. Read the previous ones to get the code...

Learn More 17 2Oct 24 '20

Project Automation

This tutorial is the following of the "A Discord app with Fastify!". Road to ES Import No...

Learn More 12 0Sep 6 '20