Menu

#Nestjs

44 posts

Feed·
20 of 44 posts
Claude Wrote a NestJS Service. TypeScript Was Happy. ESLint Found 6 Security Holes.
🖼️
0

Claude Wrote a NestJS Service. TypeScript Was Happy. ESLint Found 6 Security Holes.

DEV Community: devsecops·Ofri Peretz·3 days ago
#OEXrPxJ3
#dev#nestjs#fullscreen#security#class#article

I gave Claude one prompt and got 200 lines of correct NestJS. TypeScript compiled clean. Then I ran eslint-plugin-nestjs-security. 6 errors, 3 seconds. Here is what it found and why each one is an AI failure mode.

15s
Read More
How I built a NestJS + Next.js starter kit with i18n (vi/en) — and why you should too
🖼️
0

How I built a NestJS + Next.js starter kit with i18n (vi/en) — and why you should too

DEV Community·fadow·18 days ago
#8ibfcfiN
#nestjs#nextjs#typescript#webdev#starter#i18n

From Dev.to - webdev: How I built a NestJS + Next.js starter kit with i18n (vi/en) — and why you should too

15s
Read More
Feature Based Clean Architecture. Part 4: FBCA: Formalizing Responsibility Boundaries in a NestJS Module
🖼️
0

Feature Based Clean Architecture. Part 4: FBCA: Formalizing Responsibility Boundaries in a NestJS Module

DEV Community·Victor Shkirov·22 days ago
#tM3nGc7v
#how#nestjs#typescript#user#email#module

A NestJS module structure with domain, use-case, infrastructure, and presentation layers — plus an external port that makes architectural degradation structurally hard.

15s
Read More
How to Deploy NestJS to AWS Lambda Using CDK and GitHub Actions
🖼️
0

How to Deploy NestJS to AWS Lambda Using CDK and GitHub Actions

DEV Community·Ajeet Chaulagain·25 days ago
#z9wB5muH
#deploying#lambda#nestjs#aws#fullscreen#code

Learn how to deploy a production-ready NestJS app to AWS Lambda — adapt it for the serverless model, define infrastructure with CDK, and automate deploys via GitHub Actions. Full working code included.

15s
Read More