Browsing Tag
nestjs
16 posts
Building Secure Session-Based Authentication in NestJS – Part 1
Introduction Session-based authentication is everywhere — yet many developers use it daily without fully understanding how it actually…
Building SaaS for Nigerian Traders: Technical Decisions Beyond the Stack
When building MyTreda (an inventory system for Nigerian small businesses), I realized Western SaaS tutorials don’t cover my…
Exception Handling Overview
Handling exceptions effectively is crucial for writing robust, maintainable, and secure applications, especially in a fullstack architecture like…
Is Your API ACTUALLY Ready for User Traffic?
Is Your API ACTUALLY Ready for User Traffic? Is You APIs Actually Ready For Production ? lets check…
Introducing Turborepo NestJS + Qwik City Boilerplate
Hello, fellow developers! I’m thrilled to introduce my latest boilerplate. This template combines NestJS for the backend and…
Generating replies using Langchain multiple chains and Gemini in NestJS
Introduction In this blog post, I demonstrated how to generate replies with multiple Langchain chains. Buyers can provide…
Deploying a NestJS Application on Vercel with a PostgreSQL Database
Deploying a NestJS Application on Vercel with a PostgreSQL Database Prerequisites:- This article is for someone who already…
Clean Architecture no NestJS 🏛️🚀
Introdução 🎉 A arquitetura limpa (Clean Architecture) é um padrão de arquitetura de software que visa criar sistemas…
NestJS tip: how to change HTTP server timeouts
What If you don’t know what those HTTP timeouts are, I recommend you to read the following articles:…
NestJS with API Gateway
NestJS is undoubtedly a popular framework for back-end development among NodeJs developers. It comes with a nice dependency…