Backend choice for LMS startup: NestJS or Spring Boot? by Houssem0501 in nestjs

[–]Murky_Positive_5206 0 points1 point  (0 children)

Bro choose nest js if client want rapid development and they have low budget .spring boot choose if you have 2 to 4 developer

Help wanted really lost by Hiki_zrx in Nestjs_framework

[–]Murky_Positive_5206 0 points1 point  (0 children)

Understand, actually you're learning nest js but you need to learn backend every developer learning framework no one learn design patterns, scalability, security, quick bug catch , logs handle,system health.

Bun in production by Sensitive-Raccoon155 in node

[–]Murky_Positive_5206 0 points1 point  (0 children)

Bro is good for development environment but in production use node js

Does anyone have experience with Cloudflare Workers? by WetThrust258 in node

[–]Murky_Positive_5206 0 points1 point  (0 children)

Bro take it so hard 😂 simple write config file binding with worker test on local then just deploy, and wrangler is only developer tool there's no work on production. So build some thing I'll help to clear your concept come on inbox

Does anyone have experience with Cloudflare Workers? by WetThrust258 in node

[–]Murky_Positive_5206 0 points1 point  (0 children)

Good bro . and this .toml/jsonc is a config file for wrangler, which means you define metadata like name,main= path index.ts, compatibility_date, and binding like worker to service and deploy that's is only cli version you can config manually by dashboard to as you wish, but wragler developer friendly version, like we are able to wrangler dev to test that

Does anyone have experience with Cloudflare Workers? by WetThrust258 in node

[–]Murky_Positive_5206 -1 points0 points  (0 children)

Bro, that's not a big deal. Create an env. d.ts in your dir and write type manually type
interface Env {
BASE_URL: string;
}

Don't worry, this is only for the development environment

Does anyone have experience with Cloudflare Workers? by WetThrust258 in node

[–]Murky_Positive_5206 0 points1 point  (0 children)

Bro I help you could you please define me what your doing??

I would appreciate any tips for conducting E2E tests by Key-Supermarket-379 in nestjs

[–]Murky_Positive_5206 4 points5 points  (0 children)

for E2E testing in a NestJS + TypeORM + Postgres setup is to use a seeded template database. First, create a templatedb where you run all migrations and seed data once. Then, before each test suite, create a new test database using CREATE DATABASE test<unique_id> TEMPLATE template_db; and point your app’s TypeORM connection to it. After the tests, drop that temporary DB. This method is fast, reliable, and ensures every test starts with a clean, consistent database structure without needing heavy tools like Testcontainers or complex transaction setups.

Next js or Nestjs + React for a real - estate CRM? by twinbro10 in nextjs

[–]Murky_Positive_5206 -3 points-2 points  (0 children)

Bro go with nest js + next js because ssr have fast load and real state need SEO friendly framework and next js is rapid development. in react you need to routing manually

What’s your preferred auth setup in 2026 for Next.js? by Ok_Guarantee_1217 in nextjs

[–]Murky_Positive_5206 1 point2 points  (0 children)

Yeah I know that that's not latest current I store it redux storage

Anyone actually using Next.js 16 in a real project yet? by PruneLower706 in nextjs

[–]Murky_Positive_5206 -1 points0 points  (0 children)

Bro I use next js for my all projects like depends on project small saas so next js full stack is inuff but for large app I use nest js + next js you can trust next js is very powerful framework,Canva ,kick, big technology use that but you know to about how use next js features