<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/categories/fastify/" -->

---
title: Fastify | daily.dev Blog
description: 6 posts on fastify from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
canonical: https://daily.dev/categories/fastify/
og:type: website
og:url: https://daily.dev/categories/fastify/
og:title: Fastify | daily.dev Blog
og:description: 6 posts on fastify from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
og:image: https://daily.dev/og-image.png?v=a830cdf1
og:site_name: daily.dev
og:locale: en_US
twitter:card: summary_large_image
twitter:site: @dailydotdev
twitter:creator: @dailydotdev
twitter:title: Fastify | daily.dev Blog
twitter:description: 6 posts on fastify from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
twitter:image: https://daily.dev/og-image.png?v=a830cdf1
---

[Skip to main content ](#main-content) 

Category

#  Fastify 

 6 posts on fastify from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide. 

 6 posts 

* [ Sep 23, 2021  Error logging with Sentry on Fastify Fastify is one of the fastest Node js web frameworks out there. It was inspired by Express and Hapi but outperforms them when it comes to speed. Fastify is also open-sourced and focused on providing a better experience to developers with lower overhead. ![Mahdhi Rezvi](https://media.daily.dev/image/upload/s--eMJqQOyW--/f_auto,q_auto/v1/recruiter-landing/60d4a38f1061099c9ad63e12_Yh_Qx6usf_400x400_f0165a1eff?_a=BAMAMiB80) Mahdhi Rezvi ](/blog/error-logging-with-sentry-on-fastify/)
* [ Jun 15, 2021  Building a Telegram Bot with Fastify In this article, we will be looking at how to build our first telegram bot with Fastify. This bot will be able to crack random jokes through the telegram bot API. We will be using the official Joke API created by David Katz to get our jokes. This is a simple API that returns a random joke. ![Mahdhi Rezvi](https://media.daily.dev/image/upload/s--eMJqQOyW--/f_auto,q_auto/v1/recruiter-landing/60d4a38f1061099c9ad63e12_Yh_Qx6usf_400x400_f0165a1eff?_a=BAMAMiB80) Mahdhi Rezvi ](/blog/fastify-telegram-bot/)
* [ May 25, 2021  Fastify authentication strategy Authenticating users to our application prevents the wrong people from gaining access to our service. Without strong authentication and proper implementation strategies, our service could be compromised. In this article, we would look at how to implement a custom authentication strategy in Fastify. ![Lawrence Eagles](https://media.daily.dev/image/upload/s--nZmQBQMt--/f_auto,q_auto/v1/recruiter-landing/606c1cb8867119d0e5a50e9e_profile_pic_8a28ff779e?_a=BAMAMiB80) Lawrence Eagles ](/blog/fastify-authentication-strategy/)
* [ May 18, 2021  Building modern APIs with Fastify, Graphql, and MongoDB Both Fastify and GraphQL are great technologies that offer improved speed, flexibility, and easy code maintainability. ![Lawrence Eagles](https://media.daily.dev/image/upload/s--nZmQBQMt--/f_auto,q_auto/v1/recruiter-landing/606c1cb8867119d0e5a50e9e_profile_pic_8a28ff779e?_a=BAMAMiB80) Lawrence Eagles ](/blog/building-modern-apis-with-fastify-graphql-and-mongodb/)
* [ May 13, 2021  Building an image gallery with Fastify and React In this article, we would see how Fastify handles file upload as we build an image gallery using Fastify and React. We would work with Cloudinary and Fastify-multer a Fastify alternative to the express middleware multer. ![Lawrence Eagles](https://media.daily.dev/image/upload/s--nZmQBQMt--/f_auto,q_auto/v1/recruiter-landing/606c1cb8867119d0e5a50e9e_profile_pic_8a28ff779e?_a=BAMAMiB80) Lawrence Eagles ](/blog/building-an-image-gallery-with-fastify-and-react/)
* [ May 5, 2021  How to build blazing fast APIs with Fastify and TypeScript Fastify is a must use for all Node.js developers and I hope you give it a try in your next app. ![Lawrence Eagles](https://media.daily.dev/image/upload/s--nZmQBQMt--/f_auto,q_auto/v1/recruiter-landing/606c1cb8867119d0e5a50e9e_profile_pic_8a28ff779e?_a=BAMAMiB80) Lawrence Eagles ](/blog/how-to-build-blazing-fast-apis-with-fastify-and-typescript/)

Showing 6 of 6 posts 

## Get developer news, every new tab. 

Install daily.dev to turn your new-tab page into a personalized feed of articles like the ones in this category. 

[Get daily.dev → ](https://api.daily.dev/get)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/og-image.png?v=a830cdf1","width":1200,"height":630},"sameAs":["https://twitter.com/dailydotdev","https://www.linkedin.com/company/dailydotdev","https://github.com/dailydotdev","https://www.instagram.com/dailydotdev"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","description":"Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://daily.dev/categories/fastify/#webpage","url":"https://daily.dev/categories/fastify/","name":"Fastify | daily.dev Blog","description":"6 posts on fastify from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.","isPartOf":{"@id":"https://daily.dev/#website"},"potentialAction":{"@type":"ReadAction","target":"https://daily.dev/categories/fastify/"}},{"@type":"ItemList","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/blog/error-logging-with-sentry-on-fastify/","name":"Error logging with Sentry on Fastify"},{"@type":"ListItem","position":2,"url":"https://daily.dev/blog/fastify-telegram-bot/","name":"Building a Telegram Bot with Fastify"},{"@type":"ListItem","position":3,"url":"https://daily.dev/blog/fastify-authentication-strategy/","name":"Fastify authentication strategy"},{"@type":"ListItem","position":4,"url":"https://daily.dev/blog/building-modern-apis-with-fastify-graphql-and-mongodb/","name":"Building modern APIs with Fastify, Graphql, and MongoDB"},{"@type":"ListItem","position":5,"url":"https://daily.dev/blog/building-an-image-gallery-with-fastify-and-react/","name":"Building an image gallery with Fastify and React"},{"@type":"ListItem","position":6,"url":"https://daily.dev/blog/how-to-build-blazing-fast-apis-with-fastify-and-typescript/","name":"How to build blazing fast APIs with Fastify and TypeScript"}],"@id":"https://daily.dev/categories/fastify/#itemlist"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://daily.dev/blog/"},{"@type":"ListItem","position":3,"name":"Fastify","item":"https://daily.dev/categories/fastify/"}]}]}
```

