Tag: nestjs

Comparing four NestJS ORMs

Comparing 4 popular NestJS ORMs

Dev

Make choosing your NestJS ORM easy with this detailed guide to four of the most popular options: Sequelize, TypeORM, MikroORM, and Prisma.

Yan Sun
Jun 13, 2022 ⋅ 10 min read
Red Lion Head Logo Over Leafy Backround

Understanding object validation with Joi in NestJS

Dev

This brief overview of NestJS and Joi will walk you through implementing validation within a NestJS application.

Subha Chanda
Jun 2, 2022 ⋅ 9 min read
Nestjs Serverless App

NestJS serverless application on AWS with DynamoDB

Dev

Build a NestJS application on AWS with DynamoDB and the Serverless Framework, an open source CLI for designing deploying, debugging serverless apps.

Ekekenta Odionyenfe
May 25, 2022 ⋅ 6 min read
How To Use NestJS With Prisma

How to use NestJS with Prisma

Dev

Prisma is an easily integrated database toolkit for creating dependable, scalable web APIs. We’ll learn how to use NestJS with Prisma to build a REST API.

Clara Ekekenta
May 20, 2022 ⋅ 4 min read
Hapi vs NestJS

NestJS vs. Hapi

Dev

Hapi and NestJS have a lot of noticeable differences, one of the most significant being NestJS’ built-in support for TypeScript.

Ekekenta Odionyenfe
Apr 22, 2022 ⋅ 5 min read
Full-Stack App Tutorial NestJS React

Full-stack app tutorial with NestJS and React

Dev

This tutorial illustrates the combined power of NestJS and React by using both to build a full-stack video streaming application.

Clara Ekekenta
Feb 7, 2022 ⋅ 17 min read

Using Firebase Authentication in NestJS apps

Dev

Learn how to integrate Google’s Firebase Authentication services into a NestJS app with this tutorial and example build.

Sijuade Ajagunna
May 18, 2021 ⋅ 11 min read
Unit-testing NestJS Applications With Jest

Unit testing NestJS applications with Jest

Dev

NestJS forces us to write more easily testable code through its built-in dependency injection, which makes unit testing with Jest a painless process.

Maciej Cieślar
May 19, 2020 ⋅ 12 min read
Serialization In NestJS: A Different Approach

Serialization in NestJS: A different approach

Dev

Creating a reusable serialization solution with the NestJS ecosystem is a breeze.

Maciej Cieślar
Feb 17, 2020 ⋅ 6 min read
Scalable WebSockets With NestJS And Redis

Scalable WebSockets with NestJS and Redis

Dev

Adding WebSockets to a stateless NestJS app is made significantly easier with Redis.

Maciej Cieślar
Feb 13, 2020 ⋅ 14 min read
Containerized Development With NestJS And Docker

Containerized development with NestJS and Docker

Dev

Using Docker with NestJS for containerized development, along with VS Code’s internal debugger, can greatly improve developer efficiency.

Maciej Cieślar
Jan 22, 2020 ⋅ 10 min read
Take Your Node Back End To The Next Level With NestJS

Take your Node backend to the next level with NestJS

Dev

NestJS forces developers to use a specific architecture, ensuring your application is scalable, testable, and loosely coupled.

Maciej Cieślar
Nov 4, 2019 ⋅ 5 min read