NestJS

NestJS

NestJS is a framework for building efficient, scalable Node.js server-side applications.

Overview of microservices in NestJS

Microservices - concept is not new. Each service is self-contained and should implement a single business function (service isolation). This design principle is a differs from monolithic architecture, where all services of an app are tightly integrated and deployed as a single unit.

Error Handling in NestJS for Robust APIs

Nestjs is offering a powerful framework with out-of-the-box handling of error handling concepts. It contains a comprehensive exception handling mechanism that catches thrown exceptions and automatically converts them into client-friendly responses.

NestJS, TypeORM and MySQL

I have been using Nest with MySQL. As ORM I used TypeORM for every project. Definitely I've hit some road blocks on TypeORM and MySQL. I think TypeORM is the best