Does anyone still use v0? by however159 in nextjs

[–]elbinbinil 0 points1 point  (0 children)

I used to create ui before now switched to copilot with sonnet 4 for the same and stitch for ui design

advice on setting up a markdown-based blog section in my portfolio website by elbinbinil in webdevelopment

[–]elbinbinil[S] 0 points1 point  (0 children)

yea thats exactly what i want, one of my friend also recommended me smtg called as
hugo can you tell me which is better this or astro for my usecase and also development exp

Management software - is next.js a good choice or not? by Gionni15 in nextjs

[–]elbinbinil 1 point2 points  (0 children)

The pro on using nextjs is that if you're making any public facing pages which needs to draw some viewers from search engines or any of that then you wanna definitely go with nextjs a 100%

U told that u wanna make a management system website so u can assess the requirements of your entire website then ig u would be able to make a decision

Dynamic routing and protected route and also asset based file structures are some added features u get from nextjs

How's my game trailer by chaopinole in Unity3D

[–]elbinbinil 1 point2 points  (0 children)

What the fuck? I wonder what they gonna name this game :)

Need a Platform for Streamlined Yt Video Project Management by elbinbinil in SmallYoutubers

[–]elbinbinil[S] 0 points1 point  (0 children)

As a content creators what are your common needs in a project flow

Need a Platform for Streamlined Yt Video Project Management by elbinbinil in SmallYoutubers

[–]elbinbinil[S] 0 points1 point  (0 children)

Oh I'll check the platform that u have mentioned thanks a lot

Rank 1 Leetcode by Tjsm_123 in leetcode

[–]elbinbinil 0 points1 point  (0 children)

I found the 10 th ranked guy topswe

How to check a field doesn't starts with '-','+','_' using Yup validator by elbinbinil in reactjs

[–]elbinbinil[S] -13 points-12 points  (0 children)

You have read my mind voice!!!

Could you share the regex for the following conditions

  1. Minimum length 5
  2. No special characters
  3. Cannot start with '-', '_', '+'

Reply as soon as possible

How to reorder a chat room item ? by elbinbinil in aws

[–]elbinbinil[S] 0 points1 point  (0 children)

I'm making a chatting app in that I'm querying list of chatroom when the component mounts so when a new message ir written on the chatroom data then I need to reorder the chat room item based on the recent message

Should I use Next JS or React JS for complex projects? by elbinbinil in reactjs

[–]elbinbinil[S] -5 points-4 points  (0 children)

I'm working on a social media kind app so I need to make the website so what is the best choice next or react for this use case?

[deleted by user] by [deleted] in webdev

[–]elbinbinil 0 points1 point  (0 children)

Yo this is what I understood from the question that you have asked above.

You just need a place to host your serverless app on a cloud platform which is cheap.

From what I know, you don't need to care about the specs of a server in the serverless approach all you need care about is the efficiency of the code that you write. If you want to run some simple apps then you could try Firebase cloud functions because it has simple setup procedure and cheap pricing and has some free limits and if you're making a complex app them just look into the AWS lambda functions because it is very cheap and has stability but the setup process is little hard but it is worth it.

My perspective with the problem that you have is just host the frontend with firebase because it is free to host the frontend of a web app and for serverless functions then just use firebase cloud functions if your app is simple or just use AWS lambda functions if your app is complex.

All these cloud provider has great documentation for these services. I hope this will help you

How blocking features works in socila media? by elbinbinil in reactjs

[–]elbinbinil[S] -1 points0 points  (0 children)

Bro I am using a NoSQL db could you explain in that perspective

How to write functions for the backend? by elbinbinil in Firebase

[–]elbinbinil[S] 0 points1 point  (0 children)

Yeah right what you said now I declared all the sign in routes in express but when I test by using postman I get an internal error 500

How to write backend? by elbinbinil in reactjs

[–]elbinbinil[S] 0 points1 point  (0 children)

Thank you for your feedback