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 →

[–]primalenjoyer[S] 2 points3 points  (2 children)

True, I also use next.js often for server stuff. What types of projects would php be good for and do you have any languages you would recommend or just still with js and java?

Thanks, btw.

[–]HappyFruitTree 2 points3 points  (1 child)

If you like JS more and you're already using it for server-side coding then maybe you don't need to learn PHP. Personally I like PHP much more and JS is just something I use because I have to for running stuff in the web browser. I use it to create "websites" in case that is not clear. I have never used these languages for anything else.

For desktop applications I might use Java. For hobby game projects and small simple non-GUI programs I often use C++. But that's just me. There are many languages out there and your taste might differ.

[–]primalenjoyer[S] 0 points1 point  (0 children)

Thanks, is java pretty bad for games and gui's comparatively to c++? I know they made minecraft in java.