Articles by Tag #fastify

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

BaseOrchestrator: A Pattern for Complex Async Pipelines in Node/Fastify

The Problem You're building a backend that processes requests through multiple stages:...

Learn More 0 0Dec 4 '25

Building a Scalable Notification System with RabbitMQ and Microservices

Ever wondered how apps like Slack, WhatsApp, or Gmail send millions of notifications without breaking...

Learn More 0 1Nov 15 '25

Save Weeks of Development with This Fastify Backend Starter Kit

When you begin a new backend project, the first chunk of time is rarely spent on real business logic....

Learn More 0 0Nov 4 '25

Learn with Daily Mastery - From AI Generation to Email Delivery

One of the biggest challenges in online education isn't creating content—it's delivering the right...

Learn More 0 0Sep 4 '25

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 '25

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 12 0Mar 31 '25

Rule-Based Decisions + Optional LLM Explanations: Building event-intel-engine

The problem we're solving You have a stream of events—payment failures, API errors,...

Learn More 0 0Feb 22

Setting Up Fastify in a Monorepo with pnpm

A complete guide to create and configure a Fastify project within a monorepo managed with pnpm...

Learn More 1 0Feb 18

Express vs Fastify: The Numbers Behind the Hype

Fastify handles 80,000 requests per second. Express handles 25,000. That's a consistent 3x...

Learn More 2 0Feb 28

Node.js + Fastify + Sequelize + MySQL

This course is based on this template akkaraponph /...

Learn More 0 0Jan 9

Performance Testing Fastify App Builds & Database Connections

TLDR; One-line takeaways Supabase vs Local: ~57× slower per request (adds ~61...

Learn More 0 0Feb 25

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 '25

Express vs Fastify — A Practical Performance Comparison for Node.js Developers

If you've built backend APIs in Node.js, there's a good chance you've used Express. For years,...

Learn More 1 0Mar 11

Fastify, Prisma, Zod & Swagger

Fastify Prisma Boilerplate — A Productive API Starter As someone who frequently spins up...

Learn More 7 0Jul 26 '25

JavaScript Lost Its Way With Error Handling

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

Learn More 3 2Mar 24 '25

Why should you consider Fastify for your Node.JS app

Nowadays most developers uses express by default to build a new Node.JS app. It's is popular, easy to...

Learn More 0 1Jun 2 '25

🌸 My First Open Source Contribution – and It Wasn't Scary!

Hey DEV fam! I'm Riya — a CSE student from India who loves writing code (and a little poetry too...

Learn More 0 0Jul 31 '25

Construindo uma Aplicação com Comunicação em Tempo Real Usando Fastify, RabbitMQ e Arquitetura Distribuída

Há cerca de três meses, participei de um desafio que me deixou bastante empolgada. Por essa razão...

Learn More 0 0Aug 7 '25

Understanding Fastify Autoload: Organizing Your API with Ease

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

Learn More 6 0Mar 18 '25

Building an Application with Real-Time Communication Using Fastify, RabbitMQ, and a Distributed Architecture

About three months ago, I took part in a challenge that got me really excited. That’s why I decided...

Learn More 0 0Aug 7 '25

Two New Tutorials to Level Up Your Dev Skills!

🧱 Modern Full‑Stack App with NestJS, Fastify, MongoDB, and Angular A complete walkthrough for...

Learn More 0 1Jun 20 '25

Faster than Express, with strong typing and native validation: see in practice how to use this stack with examples and tips.

👉 Check it out here:...

Learn More 0 0Apr 9 '25

Reducing Technical Debt with Fastify’s Opinionated Project Structure

Technical debt is one of the most persistent challenges in modern backend development. It often...

Learn More 0 0Jan 6

Fastify JWT in NestJS: A Comprehensive Guide to Authentication and Role-Based Authorization

In today’s security-conscious development landscape, robust authentication and authorization...

Learn More 0 0Jun 23 '25