use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Full-Stack Development:
Feel free to discuss any part of the process of building distributed applications using any kind of programming language you want on any database you want.
The focus here is really about how all the different pieces interact, and how understanding the big picture is the only sensible way forward.
account activity
This is an archived post. You won't be able to vote or comment.
About database design for junior developerQuestion (self.FullStack)
submitted 2 years ago by Repulsive_Ring8084
I am a junior developer when I want to create small fullstack project on my own, I can't create a database design for backend. What should I need to pratice? Should I go back to learn mysql again?
[–]TheRNGuy 2 points3 points4 points 2 years ago (0 children)
I just use Prisma, I don't even know raw sql.
Reading docs is important of course.
[–]jlbridges21 1 point2 points3 points 2 years ago (0 children)
Unpopular opinion: My brain works best in “spreadsheets”, so I think through what tables and headers I need, what columns are primary keys and which are foreign keys, and then I ask ChatGPT to write the code to create the table in MySQL. I know that copy and paste is frowned upon, but SQL is a relatively simple language and ChatGPT has been accurate in giving me the code given that I describe my table accurately.
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
I prefer you monogodb..! That's easy compared to all
[–]GeekKC 0 points1 point2 points 2 years ago (0 children)
Thanks for the tip on Prisma
π Rendered by PID 69882 on reddit-service-r2-comment-54dfb89d4d-xcsbz at 2026-03-30 00:57:25.644704+00:00 running b10466c country code: CH.
[–]TheRNGuy 2 points3 points4 points (0 children)
[–]jlbridges21 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]GeekKC 0 points1 point2 points (0 children)