Arjan Dhakal
Arjan's Blog

Arjan's Blog

Follow
Follow
homebadgesnewsletter
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Backend with Fastify - Part 4 (Seeding Database with Knex)

Nov 21, 20232 min read

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...

Backend with Fastify - Part 4 (Seeding Database with Knex)

Backend with Fastify - Part 3 (Setting Up a PostgreSQL Database with Knex)

Nov 9, 20234 min read

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...

Backend with Fastify - Part 3 (Setting Up a PostgreSQL Database with Knex)

Backend with Fastify - Part 2 (Creating REST APIs )

Nov 6, 20234 min read

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...

Backend with Fastify - Part 2 (Creating REST APIs )

Backend with Fastify - Part 1(Project setup with Typescript, Eslint, Husky, Prettier)

Sep 14, 20234 min read

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...

Backend with Fastify - Part 1(Project setup with Typescript, Eslint, Husky, Prettier)