Karolis Ščerbiakas

Karolis Ščerbiakas

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.

Architecting an application on the cloud.

When architecting an application on the cloud, there are several key points to consider, including the following: 1. Scalability and elasticity: The cloud allows you to easily scale your application up or down