Articles by Tag #fastify

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Fastify v5 vs v4 — vs Encore.ts

Fastify, one of the most popular web frameworks for Node, just announced a major new release, version...

Learn More 30 8Sep 20 '24

Testing Your API with Fastify and Vitest: A Step-by-Step Guide

Hey there! Let's dive into how to test an API built with Fastify using Vitest and TypeScript. We'll...

Learn More 17 2Jun 20 '24

Fastify In-Depth: Speed, Performance, and Scalability Node.js Web Framework

Leapcell: The Best of Serverless Web Hosting Fastify: A High-Performance Node.js Web...

Learn More 7 0Mar 28

Gerando Documentação de API Automática com Fastify, @fastify/swagger e Zod

Olá, devs! Neste post, vamos aprender como gerar documentação automática para uma API em uma...

Learn More 7 2Oct 3 '24

Fastify Developers: Upgrade Your Logging with This Simple Guide

Fastify is a fast and low-overhead web framework for Node.js, designed for building efficient and...

Learn More 6 4May 19 '24

Fastify adoption guide: Overview, examples, and alternatives

Written by Ukeje Goodness✏️ As your frontend applications receive increasing demand, they require...

Learn More 5 0Aug 15 '24

Understanding Fastify Autoload: Organizing Your API with Ease

Introduction When building modern APIs with Fastify, one of the most powerful patterns...

Learn More 5 0Mar 18

Serve Next.js with Fastify

How to setup custom Next.js server using Fastify

Learn More 5 0Jul 11 '24

Securing APIs: Techniques and Best Practices for Security

We write and design our API very carefully, but when we perform penetration tests we usually find...

Learn More 4 0Jan 30

JavaScript Lost Its Way With Error Handling

JavaScript traded clarity for cleverness. It's time to fix that.

Learn More 3 2Mar 24

🚀 How to set up a Node.js API with Fastify and Prisma

Building APIs with Node.js has never been more exciting—especially when you use a modern stack that...

Learn More 3 0Feb 24

Fastify API with Postgres and Drizzle ORM

Before we start, we will need Node.js installed. General Setup Let's create a new...

Learn More 2 0Mar 31

NestJS vs. Ditsmod: pipe features

In reality, pipes only exist in NestJS, while in Ditsmod, there is no need for a separate entity like...

Learn More 2 0Oct 3 '24

Understanding CORS and Setting it up with NestJS + Fastify 🚀

CORS, or Cross-Origin Resource Sharing, is a mechanism that allows a server to indicate any origins...

Learn More 2 0Jan 16

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

Introduction to Fastify: A Superior Node.js Framework

In the landscape of Node.js frameworks, Fastify has been gaining significant traction among...

Learn More 2 0May 26 '24

Express.js needs a funeral

Express.js might have been your go-to framework, but it’s starting to feel like an aging laptop –...

Learn More 2 3Jul 26 '24

The Essential Do's and Don'ts of Fastify: Unlocking Your API's Potential

The Essential Do's and Don'ts of Fastify: Unlocking Your API's Potential Fastify is a...

Learn More 2 1Aug 5 '24

How to Customize the Fastify Logger

read the article in italian language   Intro Fastify uses pino as its logger, one of the...

Learn More 2 0Aug 21 '24

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

🛠️ How to Build Routes in a Node.js API with Fastify and Prisma

Continuing from the previous post 🚀 How to Set Up a Node.js API with Fastify and Prisma, let's now...

Learn More 2 0Mar 4

nestjs vs fastify Battle

In this Video we are comparing the perf results of nestjs express and nestjs fastify

Learn More 2 0Aug 27 '24

The Tech Stack Behind My Side Projects (And Why I Stick to It)

Over the years, I’ve built multiple side projects—some flopped, some gained traction, and one even...

Learn More 1 0Mar 9

Building a Real-Time Auction Platform: Behind the Scenes

As a developer, I recently built a sophisticated auction platform that combines the excitement of...

Learn More 1 0Dec 10 '24

Speeding Up Your Website Using Fastify and Redis Cache

Less than 24 hours ago, I wrote a post about how to speed up your website using Cloudflare cache....

Learn More 1 0Aug 26 '24

Nextjs custom server with fastify

React server-side rendering support for Fastify with Next.js framework In this post we will create...

Learn More 1 0Jun 29 '24

Async Local Storage is Here to Help You

Let's talk about Async Local Storage in Node.js. We'll explore where it can be used and its use cases. We'll also attempt to reimplement one of the features from one of the many popular meta-frameworks out there.

Learn More 1 0Dec 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

NodeJS Framework which one is Fast

A Comparative Analysis of Node.js Frameworks: Speed and Performance Node.js has gained...

Learn More 0 0Aug 30 '24