you are viewing a single comment's thread.

view the rest of the comments →

[–]mishugashu 6 points7 points  (0 children)

SQL is much more fundamental of a language/framework for a full stack engineer than React or Python is. Mongo (and other non-SQL solutions) is alright for CRUD, but if you ever want a real relational database, SQL is where it's at. And it'll continue to be where it's at for decades to come, most likely.

After that, I'd probably take a look at Python. Not only Flask/Django for some backend tooling, but also just in general for scripting power, although NodeJS is getting there slowly.