399 questions
Best practices
0
votes
3
replies
31
views
Where should values that will rarely change be stored in a full stack application
A simple example would be something like ESRB ratings, they change on occasion but not often. If I wanted to keep a list of these ratings for a full stack app, where is best to store them? I've ...
Advice
0
votes
2
replies
93
views
What is the best advice you can give me in frontend field to become superior?
Actually I have just finished my first year in computer science and I did a lot through this year. first I learnt the basics of programming through Cs50x and yeah it was tough a little bit but I didn'...
Advice
1
vote
2
replies
96
views
Is there and will there be a demand for a fullstack nextjs based dev in the current job market? or i should learn dedicated backend framaeworks?
With AI tools becoming increasingly capable, they can already:
Generate large parts of a Next.js app
Suggest architecture improvements
Recommend industry best practices
Help with debugging and ...
Best practices
0
votes
7
replies
149
views
Best method for entering OTP
I have a question about which method is the most logical and practical one.
I have two options:
In the verification page should I send email data and OTP code to the back-end?
In the verification ...
Best practices
1
vote
5
replies
148
views
Understanding using Spring Boot in IntellIJ with layered architecture
I am studing Full Stack development. so far, I don't have an idea what is the content of files in IntellIJ and how it helps my project. do I follow tutorials or ChatGPT to write and understand the ...
Advice
0
votes
4
replies
205
views
teach me how to build an leetcode clone
From zero to full-stack — my journey and what I'm building next
help me choose Techstack for my project
before that about myself:
A few months ago I had never heard of TypeScript, APIs, Git, or ...
Advice
0
votes
2
replies
98
views
Freelance web development: should I deliver the source code or deploy the website for the client?
I am a full-stack development student and I am planning to start freelancing by building websites for clients.
I would like to understand the typical workflow after finishing a project.
Once I ...
Advice
2
votes
14
replies
282
views
Which languages are the best ones to opt for if the final goal is full stack and perhaps a switch into the ML and AI world
I am looking for languages that serve as the best foundational languages I would need to step into full stack development, and use that base and experience to maybe switch to ML, AI, Data Science, ...
Advice
0
votes
4
replies
83
views
Database Design for quiz generation
I’m currently stuck on a problem while building my website. I’m learning full-stack development and creating a quiz system where users can enter a topic, and the system generates questions based on it....
Advice
0
votes
1
replies
62
views
My intership project is a bad idea? (WebCodeEditor)
My college started doing programming marathons, but the system they used, requiring us to do the exercises in VSCode and then upload the files to a website, was quite lackluster and had several ...
Advice
2
votes
8
replies
251
views
I trapped in tutorial hell what can I do?
I am just learning Html CSS and js, and it's been 8 to 9 months but whenever I start new project or anything my mind is just Blanket. My college is ending in this April and I don't have enough skills ...
Advice
2
votes
1
replies
155
views
Which Career Path Should I Choose: DevOps/Cloud or Full-Stack?
I am currently at a point where I need to make a decision about my future career path, and I would really appreciate some guidance. I have experience and a strong interest in programming, and I am ...
Best practices
1
vote
3
replies
168
views
How do I create an admin panel using React, Node.js with Express, and PostgreSQL?
I’m a beginner in full-stack development and want to build an admin panel for my website.
I plan to use:
React for the frontend
Express/Node.js for the backend
PostgreSQL for the database
I’m not ...
Score of 0
0 answers
149 views
Vercel Deployment: White Screen with vercel.json, but 404 on Routes Without It
I'm having a persistent issue deploying a Vite + React (TypeScript) application with a Node.js (Express) backend to Vercel, and I'm caught in a frustrating loop.
The Tech Stack:
Frontend: Vite, React,...
Score of 2
0 answers
165 views
Disable scrolling. Overflow:hidden not working
I need help figuring out how to disable scrolling when vue easy lightbox is open. nothing ive tried works.
overflow: hidden
doesnt work. I have tried adding :scrollDisabled="true" - still ...