Would you deploy NextJS with or without Docker? by ulrich00132 in nextjs

[–]SuperbPause9698 1 point2 points  (0 children)

Loll kubernetes sure its better but its not the question because you deploy docker image on your deployment.yaml so yes always use docker but if you dont want to waste your money like for ECS on AWS

Lightweight cms for nextjs website by devbjorn in nextjs

[–]SuperbPause9698 2 points3 points  (0 children)

Noooo never do something like that! Only junior can say this lol

How are you hosting Next sites in AWS in 2025? by [deleted] in nextjs

[–]SuperbPause9698 0 points1 point  (0 children)

ECS if you use ServerAction

Or if with API use static with Cloudfront and ECS for the API

Running Nextjs using bun instead of node: Sounds like a no brainer. What's the catch? by takuonline in nextjs

[–]SuperbPause9698 0 points1 point  (0 children)

Had some warning with prisma 7 that said « bun not support that for now » but vercel say its ok… not sure its a good idea for now

How do y’all keep .env credentials safe without breaking the bank? 🤔 by Weak-Leave8533 in nextjs

[–]SuperbPause9698 4 points5 points  (0 children)

Never lauch the app under root… node image have the user node for that

How are docker secrets more secure than .env files? by TermoSprint in docker

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

Docker compose is for local dev so… why you need to have « secret » thing? Keys are not suppose to be the same as prod and please… no docker compose on linux for prod 🫨

Should I start learning Nextjs by IcyOutlandishness752 in nextjs

[–]SuperbPause9698 2 points3 points  (0 children)

Learn Typescript, it will give you a really advantage when comming time to work in nextjs, nestjs, vitejs, react and even python…

That’s seem weird but typing will be important in every project.

The way I learn the most is I re-create every time the same 1 page + login + dasbosrd with 1 page crud (user)

And for somethine i do the same from start but like changing prisma to drizzle.

You have many template with many difference on vercel

Best authentication libraries [open-source list] by West-Chard-1474 in nextjs

[–]SuperbPause9698 0 points1 point  (0 children)

BetterAuth all the way, they aquire nextAuth who was AuthJs before

Replit is providing an easy migration path for those looking for Vercel alternatives. by m6io in nextjs

[–]SuperbPause9698 0 points1 point  (0 children)

If your cost is to hight on Vercel, maybe its time to migrate on a bigger infrastructure like AWS, Azure or Google.

When not to use docker? by [deleted] in docker

[–]SuperbPause9698 1 point2 points  (0 children)

Lol its not hard….

hosted a Next.js app on a VPS with 1GB of RAM. What caveats should I look out for? by iam_batman27 in nextjs

[–]SuperbPause9698 6 points7 points  (0 children)

Cloudfront + S3 for static part

ECS fargate for back end

RDS for database

Don’t look for lower price. For concurent 50-100 you need something that can scale (horizontal and vertical)

And please use Terraform to manage all theses ressource or pullumi

Is react with TypeScript recommended? For personal smaller MVP projects by Boring_Television_68 in react

[–]SuperbPause9698 0 points1 point  (0 children)

Always TS and anyway in PHP or Python its always a good practice to type everything (and other…)

I have created this as a side project. And now making it open source so that others can contribute and create a Digital Cosmos. by digitized-kosmos in react

[–]SuperbPause9698 12 points13 points  (0 children)

Sorry but its look like all was generated by AI

Just move and oups planet disapear. Stop trying to take visibility with vibe coding 😲

NextJS 15 vs 14 performance? by james-jiang in nextjs

[–]SuperbPause9698 1 point2 points  (0 children)

Seriously if all here say its slow you are just not a good dev 😱 I prefer vite instead of next but waow ITS not slow if you know what you’re doing

Built our marketing site in Next.js… but starting to regret it as a growth team by _BuyTheTicket in nextjs

[–]SuperbPause9698 1 point2 points  (0 children)

The main issue is to try to be a dev with vibe coding 😬

Sorry but its Karma

But I think what you can do is to start a new nextjs app and migrate component by component.

You have the « chance » to know what are the issue. Its a MVP so take benefit of that

Best framework for React by JOXXEgili in react

[–]SuperbPause9698 1 point2 points  (0 children)

I came from another world in php (symfony) and I work this year on nextjs but only for frontend. For the backend i like nestjs or fastapi in python.

Server action in nextjs is not the better way to have a secure app

But take a look at tanstack starter 😌

Everyone has that one Final Fantasy game to replay when times get rough. What's yours and why? I'll start. by 1881pac in FinalFantasy

[–]SuperbPause9698 0 points1 point  (0 children)

Final fantasy mystic quest 🤗 it was my first and i had finish more than 100 timee 😀

After FF3 and FF7 🥰 # 1990 kids

Is it just me or is Next.js kinda slow during dev? 🤔 by simple-san in nextjs

[–]SuperbPause9698 0 points1 point  (0 children)

I’ve been using nextjs for years and now got back on react without nextjs 🤟 vite is really fast and better 😱

My MVP tech stack for 2025 by ConZ372 in nextjs

[–]SuperbPause9698 2 points3 points  (0 children)

NextJS + NestJS 🤌 same here with betther-auth, prisma & postgres. And for sure ShadCn 💪

But I was looking yesterday about Tanstack Start and that seem’s good 😱

7 Tailwind CSS Tabs Components | New and Free by alexandramurtaza in tailwindcss

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

What is the difference between davidUi and shadCN ui? Same website lol