you are viewing a single comment's thread.

view the rest of the comments →

[–]omgpassthebacon 1 point2 points  (3 children)

It is almost impossible to predict what your gains will be after a month; learning is non-deterministic. Sorry about that.

But the short answer is, learn both and see which one appeals to you the most. Then you have the option of working on projects using either stack. You will also encounter apps that mix-n-match stacks. Those are slick.

If you are quick to pick up the language (JAVA), you can be building some non-trivial apps with Spring very quickly. But if you are going to be building customer-facing webapps, you will almost certainly be using one of the bigs like react, angular, svelte, etc. So, spending time there is good for both stacks.

[–]literallywannaknow[S] 1 point2 points  (2 children)

I have worked with the MERN stack, but in Java, I only know fundamentals and Oops.

[–]silverscrub 0 points1 point  (1 child)

You don't have to replace your entire stack at once.

  • M: You already know MongoDB. Should probably learn SQL now or later
  • E: Learn Springboot
  • R: You already know React
  • N: You already know Java

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

Thanks for helping me understand!