WFWiljeder Filhoinwiljeder.hashnode.dev·Feb 25, 2025 · 6 min readLeveraging NestJS Guards with Custom Decorators: JWT Validation, Role-Based Access, and Rate LimitingGuards in NestJS are an essential part of the authentication and authorization pipeline. They allow us to control access to specific routes based on various conditions, such as authentication, roles, and request limits. In this article, we'll explore...00
WFWiljeder Filhoinwiljeder.hashnode.dev·Sep 16, 2024 · 4 min readBuild Your Own Chatbot with AWS Bedrock and NestJS: A Step-by-Step GuideIntegrating a Generative AI model from AWS Bedrock into a NestJS-based chatbot API offers a powerful approach to building interactive applications. This guide simplifies the process, guiding you step-by-step from setting up your environment to creati...00