NearFormforNearFormnearform.hashnode.dev·Nov 23, 2023Efficient Event Streaming: Mastering Pub/Sub with Fastify and DragonFlyBy Luca Del Puppo Building resilient and scalable applications is one of the most difficult challenges in our job. You must follow good practices and use the right tools in the right situation to achieve these objectives. This article illustrates a p...Discussiwritecode
Arjan Dhakalblog.arjandhakal.com.np·Nov 21, 2023Backend with Fastify - Part 4 (Seeding Database with Knex)Continuing from part 3, we will explore how to seed data using Knex. To follow along, you can use the part-3 branch from this repo. The full code for this post is in the part-4 branch. Power of seeding Seed files allow us to populate the database wit...DiscussBackend with Fastifyknexjs
Tatiana CaciurforSpeakeasy Blogspeakeasy.hashnode.dev·Nov 9, 2023Craft OpenAPI Specs & Production-Ready SDKs with FastifyGenerate SDKs with Fastify In this tutorial, we'll show you how to generate an OpenAPI specification using Fastify so that you can use Speakeasy to generate client SDKs for your API. Here's what we'll cover: How to add @fastify/swagger to a Fastify ...Discussfastify
Arjan Dhakalblog.arjandhakal.com.np·Nov 9, 2023Backend with Fastify - Part 3 (Setting Up a PostgreSQL Database with Knex)Continuing from Part 2, our next step is to set up the database for our application. To follow along, you can clone this branch. The complete code for this part can be found here. To keep things straightforward for our purpose, we'll create two table...DiscussBackend with Fastifyfastify
Arjan Dhakalblog.arjandhakal.com.np·Nov 6, 2023Backend with Fastify - Part 2 (Creating REST APIs )In part 1, we have already set up our project. In this part, we will familiarize ourselves with the basic concepts of Fastify, which are essential for creating REST APIs. If you wish to follow along, you can clone the Part I branch. For the complete ...Discuss·1 like·34 readsBackend with FastifyNode.js
Manuel SpigolonforBackend Cafebackend.cafe·Oct 31, 2023Create a Telegram Bot with Fastify from ScratchIn today's digital landscape, chatbots have become a ubiquitous part of our online interactions. These versatile and intelligent programs help automate tasks, answer queries, and provide a seamless conversational experience. One popular platform for ...Discuss·76 readstelegram
Peter JedingerforCloudflight Engineering Blogengineering.cloudflight.io·Oct 13, 2023Rapid Development with React-Admin and Fastify(Written in collaboration with Mihai-Andrei Dancu) Introduction Software development is a time-intensive task and requires skilled software engineers to get the job done. Time and budget are directly proportional to one another and therefore as littl...Discuss·57 readsRapid Web Developmentfastify
Manuel SpigolonforBackend Cafebackend.cafe·Sep 18, 2023Fastify has a new Application Hook!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 leverage it in your Fastify applications. Understanding Fastify hooks Fastify's hooks are a fundamental...Discuss·1 like·227 readsFastifybackend
Arjan Dhakalblog.arjandhakal.com.np·Sep 14, 2023Backend with Fastify - Part 1(Project setup with Typescript, Eslint, Husky, Prettier)Fastify is a relatively new framework. I have been working with it for a few weeks, and the development experience (DX) with it has been very pleasant. We will be building an application that allows users to save their favorite movies. This simple ap...Discuss·1 like·57 readsBackend with FastifyNode.js
Manuel SpigolonforBackend Cafebackend.cafe·Aug 22, 2023Streaming PostgreSQL data with FastifyIn recent years, we have been surrounded by cool, interactive data visualizations. These visualizations are powered by datasets stored in databases and made available through APIs. Clients can then query the API and get the data they need to render t...Discuss·12 likes·269 readsFastifyPostgreSQL