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.
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.
Google Cloud Run and Cloud Tasks are two cloud tools that can help you build scalable and resilient applications.
Cloud Run is a fully managed serverless computing platform that allows you to run
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