r/learnjava 24d ago

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

3 Upvotes

15 comments sorted by

View all comments

2

u/Lfaruqui 24d ago

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 23d ago

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 :).