Best of NestJSNovember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Microservices with NestJS, Kafka, and TypeScript

    The microservices architecture is an increasingly popular architecture pattern that follows the SOA (Service Oriented Architecture) concept. This guide will demonstrate how to build microservices using NestJS, Kafka, and TypeScript. You will create an authentication microservice to create and save user details.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    NestJS vs. ASP.NET: Comparing web frameworks

    NestJS is a Node.js web framework that is fully implemented using the TypeScript programming language. ASP.NET is a web framework created by Microsoft that uses Microsoft’s C# programming language. NestJS is the framework with one of the most proficient uses of OOP in TypeScript.

  3. 3
    Article
    Avatar of gcgitconnected·4y

    The Easiest Way to Upload Your Files to NestJS

    Nest provides a built-in module based on the Multer middleware package for Express. Multer handles data posted in the format, which is primarily used for uploading files via an HTTP request. This module is fully configurable and you can adjust its behavior to your application requirements.