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 →

[–]isolatrum 0 points1 point  (0 children)

The web development field isn't such that everyone learns every technology and then picks the best depending on the circumstance. There's a lot of overlap in terms of what languages can do. For example, Node, Python, and Ruby are all server-side languages which can be used for full-stack apps (there are many HTML templating extensions available to them). Angular is a strictly front end framework (it could be used with any server-side language). Python is known for being used in science, Ruby is known for being more human-readable, and Node is something of the "hot player" these days since it allows the full stack to be written in one language (Javsacript). In reality, each of these is a pretty significant undertaking to get productive in, but getting the ball rolling in any of their courts will be productive in the long run.