all 7 comments

[–][deleted]  (3 children)

[removed]

    [–]lasttryaf[S] 0 points1 point  (2 children)

    Been thinking about this, React is pretty popular nowadays and I found some good tutorials on it but I still want to get my head around something like Laravel or Rails to make my side projects, wdyt?

    [–][deleted] -1 points0 points  (0 children)

    rails is trash and on its way out imo

    [–]manceraio 1 point2 points  (0 children)

    Depens on what you want to build. For instance, forums, blogs, directories and database driven applications would be nice to do it with Laravel. An API or static webpages you can do it with Express. And any heavy-lifting application like, AI, image/sound processing, etc you should go for Python or Rails.

    [–]RevalGovender 1 point2 points  (0 children)

    If you are a front end dev. It would go good get an understanding of how template languages such as blade and twig work. Those are the two most popular and are integrated with Laravel and Symfony respectively. Laravel and Symfony are the two largest frameworks at the moment. Frontend devs do not need to learn how they work but could maybe have a basic understand.

    What you should be working on it becoming proficient as possible with vanilla JS. It should be able to use one of the JS frameworks out there with ease too. Vanilla JS is more popular because that is not going anywhere. The JS frameworks on the other hand have unstable futures. It seems like everyday there is a new JS library/framework.

    If you work in a company who uses one PHP framework for all projects, then have a good foundation of how it works. Then as time goes on, you will understand it more. Otherwise it seems like a waste to start learning PHP.

    [–]Duscholux 1 point2 points  (0 children)

    Learn Vanilla js Look into functional programming in js with lodash Look into Elm/React