DEV Community

# nestjs

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Creating a NodeJS project without frameworks in 2023

Creating a NodeJS project without frameworks in 2023

16
Comments
12 min read
Applying Unit Tests on NestJS with Jest and GitHub Actions

Applying Unit Tests on NestJS with Jest and GitHub Actions

1
Comments
8 min read
Creating a Dynamic service for NestJS and mongoose

Creating a Dynamic service for NestJS and mongoose

2
Comments
3 min read
Dockerizing a NestJS app and persisting data

Dockerizing a NestJS app and persisting data

4
Comments
3 min read
Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 5

Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 5

Comments
6 min read
A smart way to create scalable web sockets in NestJS

A smart way to create scalable web sockets in NestJS

6
Comments
6 min read
Applying integration test on NestJS with Jest and GitHub Actions

Applying integration test on NestJS with Jest and GitHub Actions

Comments
9 min read
Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 2

Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 2

1
Comments
5 min read
Error Handling and Logging in NestJS: Best Practices

Error Handling and Logging in NestJS: Best Practices

10
Comments
4 min read
Nest.js + Docker + AWS EC2 - The Ultimate Combo!

Nest.js + Docker + AWS EC2 - The Ultimate Combo!

2
Comments
4 min read
Creating a configuration module like a specialist with Zod inside NestJS

Creating a configuration module like a specialist with Zod inside NestJS

Comments
3 min read
Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 1

Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 1

11
Comments
13 min read
Authentication part 3 using NestJS and Postgres database neon.tech

Authentication part 3 using NestJS and Postgres database neon.tech

3
Comments
8 min read
Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

1
Comments
3 min read
Authentication part 2 using NestJS

Authentication part 2 using NestJS

Comments
3 min read
The Dangers of Preventing Node.js App Crashes: Why 'uncaughtException' is a Last Resort

The Dangers of Preventing Node.js App Crashes: Why 'uncaughtException' is a Last Resort

1
Comments
3 min read
Implementing auth flow as fast as possible using NestJS

Implementing auth flow as fast as possible using NestJS

Comments
3 min read
Local Development with AWS Lambda and NestJS: Docker Debugging and Hot Reload

Local Development with AWS Lambda and NestJS: Docker Debugging and Hot Reload

7
Comments
8 min read
Apollo GraphQL Implementation in NestJs

Apollo GraphQL Implementation in NestJs

3
Comments
10 min read
How to make JWT more secure in NestJS

How to make JWT more secure in NestJS

1
Comments 2
3 min read
Patch Pulse: Devlog #1 - Get notified when new packages are released

Patch Pulse: Devlog #1 - Get notified when new packages are released

8
Comments
3 min read
Harnessing the Power of a Monorepo: AWS Serverless API Gateway, NestJS, and Microservices gRPC

Harnessing the Power of a Monorepo: AWS Serverless API Gateway, NestJS, and Microservices gRPC

11
Comments 2
9 min read
Clerk JWT Authentication with NestJs + Passport for REST & GraphQL

Clerk JWT Authentication with NestJs + Passport for REST & GraphQL

7
Comments
6 min read
👤 Implémenter un système d'authentification via LinkedIn avec React & NestJS

👤 Implémenter un système d'authentification via LinkedIn avec React & NestJS

1
Comments
19 min read
Configure TypeORM migrations in 5 minutes

Configure TypeORM migrations in 5 minutes

12
Comments
3 min read
Feature flags implementation in Nest.js 😻

Feature flags implementation in Nest.js 😻

42
Comments 1
8 min read
How to create and generate migrations in Typeorm 0.3+ with NestJS 9+

How to create and generate migrations in Typeorm 0.3+ with NestJS 9+

5
Comments 2
3 min read
Usando contratos com NestJS, facilitando seus testes unitários

Usando contratos com NestJS, facilitando seus testes unitários

3
Comments 1
5 min read
Next x Nest – GraphQL for REST API developers - Part 1

Next x Nest – GraphQL for REST API developers - Part 1

Comments
16 min read
Errsole: Node.js Error Logger and Remote Debugger

Errsole: Node.js Error Logger and Remote Debugger

1
Comments
5 min read
Beyond Logging: A new approach to fix errors

Beyond Logging: A new approach to fix errors

1
Comments
4 min read
Streamline Task Automation and Management with Scheduler Service

Streamline Task Automation and Management with Scheduler Service

1
Comments
2 min read
From Testing to Automation: NestJS and GitHub Actions

From Testing to Automation: NestJS and GitHub Actions

7
Comments
4 min read
Quick start with MongoDB references | Mongoose, Nest.js + Examples

Quick start with MongoDB references | Mongoose, Nest.js + Examples

6
Comments
2 min read
Using Redis Client in NestJS

Using Redis Client in NestJS

2
Comments
5 min read
Optimize Your Nest.js App Performance With These Practices

Optimize Your Nest.js App Performance With These Practices

1
Comments
9 min read
Hacktoberfest 2023 with Ghostfolio

Hacktoberfest 2023 with Ghostfolio

9
Comments
2 min read
Optimizing Nest-Commander: User Inputs

Optimizing Nest-Commander: User Inputs

Comments
3 min read
Creating a Global Error Handler in NestJS using Prisma and reducing redundancy

Creating a Global Error Handler in NestJS using Prisma and reducing redundancy

1
Comments
2 min read
Decoupling Code: Why Dependency Injection is a Must-Have in Programming?

Decoupling Code: Why Dependency Injection is a Must-Have in Programming?

5
Comments
4 min read
Handling Multiple Schemas in NestJS Swagger with @ApiProperty 🚀

Handling Multiple Schemas in NestJS Swagger with @ApiProperty 🚀

2
Comments
1 min read
Using Yup to validate user input in a NestJS project

Using Yup to validate user input in a NestJS project

1
Comments
3 min read
Effective Validations in NestJS: Flawless Software Development!

Effective Validations in NestJS: Flawless Software Development!

1
Comments 1
5 min read
How to Make a CLI App with NestJS: Step-by-Step

How to Make a CLI App with NestJS: Step-by-Step

1
Comments
3 min read
Mastering Unit Testing With NestJS

Mastering Unit Testing With NestJS

24
Comments
4 min read
Part 3/3: How to deploy a production app to Kubernetes (GKE)

Part 3/3: How to deploy a production app to Kubernetes (GKE)

1
Comments
6 min read
NestJS: Bun vs NodeJS

NestJS: Bun vs NodeJS

11
Comments 9
4 min read
📫Create a email sender with nestjs and nodemailer

📫Create a email sender with nestjs and nodemailer

3
Comments
5 min read
Building a Secure RESTful API Using NestJS and Prisma With Minimum Code

Building a Secure RESTful API Using NestJS and Prisma With Minimum Code

34
Comments
8 min read
Agile Board: A Trello-like API in NestJS with Unit and e2e Testing

Agile Board: A Trello-like API in NestJS with Unit and e2e Testing

2
Comments
1 min read
NestJS and Project Structure - What to Do?

NestJS and Project Structure - What to Do?

40
Comments 9
10 min read
Working with GraphQL in Nest JS

Working with GraphQL in Nest JS

3
Comments
9 min read
Next x Nest - Using Supabase & Google OAuth in NestJS

Next x Nest - Using Supabase & Google OAuth in NestJS

3
Comments 5
19 min read
Graceful Shutdown in NestJS: Ensuring Smooth Application Termination

Graceful Shutdown in NestJS: Ensuring Smooth Application Termination

11
Comments 2
3 min read
Building Microservices with NestJS

Building Microservices with NestJS

9
Comments
6 min read
Next x Nest - Connecting your NextJs App to a NestJs Backend

Next x Nest - Connecting your NextJs App to a NestJs Backend

11
Comments 1
17 min read
Efficient Data Validation in Nestjs using class-validator: A Quick Guide

Efficient Data Validation in Nestjs using class-validator: A Quick Guide

6
Comments
1 min read
NestJS Boilerplate using Typescript Generics.

NestJS Boilerplate using Typescript Generics.

2
Comments
1 min read
Effortless Slug Handling with NestJS Pipes

Effortless Slug Handling with NestJS Pipes

2
Comments
1 min read
Testes de integração com Nestjs, Jest, Supertest, Prisma e Testcontainers

Testes de integração com Nestjs, Jest, Supertest, Prisma e Testcontainers

3
Comments 1
2 min read
loading...