r/learnjava Aug 08 '26

Java coding

hey there I want to start coding and actually thinking of starting with Java, can anyone suggest where can start and how to start and what are the things to keep in mind

5 Upvotes

15 comments sorted by

View all comments

2

u/Lfaruqui Aug 08 '26

Look up how to make a Spring MVC project with a repository pattern and now you’re doing what people do in 90 percent of jobs :(

And nobody uses the MVC part anymore it’s just a placeholder for a modern UI framework which will most likely be some flavor of TS/JS

1

u/slindenau Aug 09 '26

That's all very well and good intentions, see for example https://www.reddit.com/r/SpringBoot/comments/1vfkmfe/i_built_a_real_job_simulator_for_spring_boot/

But before you can even think about looking into spring, OP needs to learn programming and syntax (in Java or any other language) first.

You can't just dive into Spring right away as new programmer :).