Backend Cafe

Backend Cafe

Follow
Follow
homeThe Fastify BookAboutFastify SeriesMercurius Seriesnewslettermembers

Create a Telegram Bot with Fastify from Scratch

Manuel SpigolonManuel Spigolon
Oct 31, 20238 min read76 views

In today's digital landscape, chatbots have become a ubiquitous part of our online interactions. These versatile and intelligent programs help...

Create a Telegram Bot with Fastify from Scratch

Fastify has a new Application Hook!

Manuel SpigolonManuel Spigolon
Sep 18, 20234 min read227 views

Fastify v4.23.0 has just been released, featuring a brand-new onListen Application hook. In this article, we'll explore what it is and how you can...

Fastify has a new Application Hook!

Streaming PostgreSQL data with Fastify

Manuel SpigolonManuel Spigolon
Aug 22, 202313 min read269 views

In recent years, we have been surrounded by cool, interactive data visualizations. These visualizations are powered by datasets stored in databases...

Streaming PostgreSQL data with Fastify

The Fastify book is out!

Maksim SinikMaksim Sinik
Jul 30, 20233 min read531 views

Are you a mid/expert back-end engineer looking to build highly scalable and maintainable API servers? Are you already familiar with Node.js and other...

The Fastify book is out!

Validate the Fastify input with Joi

Manuel SpigolonManuel Spigolon
Jul 10, 20234 min read665 views

If you are an hapi developer, you may know the joi library. It is a powerful validation library that allows you to define programmatic schemas for...

Validate the Fastify input with Joi

Unlock the Power of Runtime Log Level Control

Manuel SpigolonManuel Spigolon
Jun 4, 20236 min read284 views

Remove the need for restarts or resetting the in-memory state ยท As a backend developer, logging is essential to monitoring and debugging...

Unlock the Power of Runtime Log Level Control