Subscribe to my newsletter and never miss my upcoming articles
by Manuel Spigolon Fastify has a built-in logger that you can use out of the box: pino. By default, you can configure during the server...
by Manuel Spigolon You are going to read about a GraphQL project that is perfect for playing with to skill up on GraphQL by using: The Mercurius...
Keep your community up to date with the latest releases ยท by Manuel Spigolon One of the most boring things for a developer to do are repetitive...
by Manuel Spigolon We are going to implement a simple chat application using the fastify-websocket plugin and React.js! You will learn the basics of...
by Manuel Spigolon In this article, I will show you how to test a Fastify and MongoDB application! Note that this post is the follow up of the "How to...
Fastify and mongodb by Manuel Spigolon In this article I will show you how to use Fastify and MongoDB together to build a CRUD plugin! This post has...