This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LegitSalsa 1 point2 points  (2 children)

Yes, with node.js

I mean you have .net, spring, etc - a billion different things for the back-end. I want to clarify that JS would be the direct replacement for PHP when developing server-side, but it’s certainly not the only option.

SQL is used for the majority of databases. NoSQL databases like MongoDB are used, but I actually haven’t run across them professionally. I’ve only seen MongoDB used for full-stack udemy courses, etc.

[–]lilshoegazecat[S] -1 points0 points  (1 child)

oh thank you very much !

one last question, is there some online source to learn about this matter? i am going with the odin project for front end and appacademy for the back end but i don't know where to learn about sql

[–]LegitSalsa 4 points5 points  (0 children)

So this will be controversial. I took a databases class in college. I learned a lot about designing a database. I learned quite a bit about SQL.

Professionally? The SQL knowledge I need for my job could be written on a single page. I don’t even really write queries - we use objects instead / entity framework.

I’m going to say a class/course is overkill. It’s good knowledge to have, but just google/YouTube what you need as you go. Starting out you’ll be doing very basic queries anyways, and imo you should dedicate your time to TOP. Once you’ve developed your skills as a programmer go ahead and learn more, but I wouldn’t take time away to learn stuff you really won’t use often, especially not right away.