Category JWT

Microservices in NestJS: Powerful Design Patterns for Flexibility, Resilience, and Scalability

Sticky post

Microservices architecture has become the backbone of modern, scalable, and resilient applications. In this article, we’ll explore powerful design patterns that make microservices shine, specifically in the context of NestJS, a progressive Node.js framework. 1. 🛡️ Gateway Pattern The Gateway… Continue Reading →

json web token in node js

Nodejs authentication using JWT a.k.a JSON web token is very useful when you are developing cross-device authentication mechanism. Here is how token based authentication works: User logins to the system and upon successful authentication, the user are assigned a token… Continue Reading →

© 2024 TapanAcharjee

Up ↑