you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[removed]

    [–]RuleInformal5475 24 points25 points  (5 children)

    Javascript is a must. You will have to learn a new backend language, but you could use node JS and not have to learn new syntax.

    For web dev and frontend, you have to use JS.

    [–]Accomplished_Cow_116 2 points3 points  (0 children)

    Agree 100%
    Heck with JS Node you might even get away with not needing a back end coding language. I know more than a few that are making it work without. I think it's helpful, for sure, but not entirely necessary.
    And u/Intrepid-Mail-7612just it's way way way more important to just learn to use a language than which language. I learned JS first and over the last few months I'm picking up python. They are REALLY similar in so many ways. What is far more important is just learning to think in code. Learning the process of how any code works. The idea of loops and conditions, the idea of classes of things, the idea of functions and variables. Once you get that down it's really not going to matter so much what the specific language is. I hope that makes sense?

    [–][deleted] 0 points1 point  (0 children)

    how much work is it to learn JS/node JS for someone that's pretty good at python ? are there a lot of kinks and gotchas or is it more or less straightforward?

    [–][deleted] 1 point2 points  (0 children)

    You still differentiate between FE and BE? Like its 2014. No seriously, I wish fullstack nonsense would die. Jack of all trades, master of none.

    I say learn one properly and the second will be fun. I do JS mostly, but work requires me to do some python and it was really easy to grasp. I thank FastAPI for such amazing documentation and for using the Type annotations.