Browsing Tag
nestjs
17 posts
NestJS MSA Lite 실전 아키텍처 (2/3) — 데이터 레이어와 비동기 처리
여러 레포에 흩어져 있던 B2B SaaS 서비스를 MSA Lite 모노레포로 통합한 경험을 정리한 시리즈의 두 번째 글이다. Part…
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:…