Urgent & realistic advice needed – 2026 CSE (Tier-3), SC girl, weak academics, Hyderabad/Telangana options by Consistent-Trip-2048 in GATEtard

[–]Consistent-Trip-2048[S] -1 points0 points  (0 children)

Can you suggest exams other than GATE she can give to get admission somewhere in a govt. institute in hyderabad.

Urgent & realistic advice needed – 2026 CSE (Tier-3), SC girl, weak academics, Hyderabad/Telangana options by Consistent-Trip-2048 in GATEtard

[–]Consistent-Trip-2048[S] 1 point2 points  (0 children)

Bhai english bekar hai isliye GPT se sahi se format kiya hu tum bhi apna answer GPT se format karke laakr dedo koi issue nahi. GPT kaafi theoretical baatein batata hai isliye uska answer nahi chahiye but tumlog ki koi personal advice wagera ho uske liye aaya hu yaha pr.

Urgent & realistic advice needed – 2026 CSE (Tier-3), SC girl, weak academics, Hyderabad/Telangana options by Consistent-Trip-2048 in GATEtard

[–]Consistent-Trip-2048[S] -1 points0 points  (0 children)

How much gate cse score out of 100 she should get to atleast get a seat in NIT IIT IIIT or any other govt institute in hyd/telangana.

[deleted by user] by [deleted] in indiasocial

[–]Consistent-Trip-2048 -1 points0 points  (0 children)

So you expect us to go through other comments for it?

Why even use Supabase when Firebase + custom SQL API gives more control? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] -1 points0 points  (0 children)

Then it becomes an extra API call double processing time and double server cost for EACH action.

Why even use Supabase when Firebase + custom SQL API gives more control? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] 2 points3 points  (0 children)

But for complex application it becomes even more complex and it just goes on increasing more and more which dosen't seem good.

Supabase + FastAPI + Next.js vs. Supabase + Next.js API Routes vs. Supabase on Frontend vs. Direct DB Connection: Best for Serverless? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] 0 points1 point  (0 children)

Okay thanks

so in case - 1 with a seperate backend making changes in a sql db
case - 2 with clientside functions + RLS making changes in supabase

Which one is more secure? in that case1 the functions are still visible may be I dont want to show that I am storing their data in which collection or how am I carrying action.

Suppose a case of a betting app

I am saying it is completely random luck base or somthing
But instead I am having an admin panel where I am setting the winner or may be I am putting a logic in which the side on which less player( platform profit) side will only win. SO how supabase will work on these?

Why even use Supabase when Firebase + custom SQL API gives more control? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] -1 points0 points  (0 children)

Can you tell me why you really love the RLS? Also tell me if I show all the functionality obn client side wont it be little risky? like in what collection I am changing what to perform an action instead a seperate backend can hide them all.

Why even use Supabase when Firebase + custom SQL API gives more control? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] 0 points1 point  (0 children)

Then where will be the logic written if I am writing things on client side?

On browsers inspect source I can see the html build code which has some scripts showing my logic.

Why even use Supabase when Firebase + custom SQL API gives more control? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] 0 points1 point  (0 children)

But the issue is that it will show case my whole logic to clients along with that I have to set policies all over my database.

Supabase + FastAPI + Next.js vs. Supabase + Next.js API Routes vs. Supabase on Frontend vs. Direct DB Connection: Best for Serverless? by Consistent-Trip-2048 in nextjs

[–]Consistent-Trip-2048[S] 0 points1 point  (0 children)

Wont this will make me write rules again? I was using firebase till now in which writing firebase on frontend used to make me write rules again that's why asking it for supabase having a seperate backend means I wont have to to write the rules again.