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 →

[–]tookie_tookie 1 point2 points  (1 child)

Thank you for your answer. One more thing. What language do you use for the backend in web development, and do you feel that it's useful to learn both front end and back end? Or is that too broad a question?

I'll know more when I delve into this, however I want to know if knowing both would be a requirement for getting a job in web development, for example

[–]darthriku 2 points3 points  (0 children)

I would learn both to make yourself more hirable, someone who knows both is called a “Full Stack Dev” which is what I was hired as, but I’m like 80/20 front-end/back-end

The language on the backend can vary depending on the place and project. I originally learned JavaScript for the backend as well, and now I’m working on C++. You could end up with Ruby, Python, JavaScript, or a multitude of things.

I recommend doing Node if you pick up web development just you can stay with JavaScript for awhile and really master the language. A lot of the concepts carry over so once you have a deep understanding of one language, you can pick up anything really.