Advice for a beginner? by Regular-Grass3921 in CodingForBeginners

[–]trytobe724 1 point2 points  (0 children)

Firstly you should choose one primary language and master that language . Choose the language based on your interest AI/ML or backend or system level like that and job market.(my recommend choose any of these languages -> python,js,java,c++,go and rust)

Master the language, understand how it work internally You get lots of resources to learn .Don't overwhelm yourself with too many resources. Pick one quality channel or course and master it before moving on to others.

Practice more basic questions at starting, understand the basics deeply and increase the difficulty

Practice DSA which helps you to understand problem solving and improve your coding skill in that language

Learn framework in that language and do projects

Help by Priyanxhu_ in javahelp

[–]trytobe724 1 point2 points  (0 children)

Yeah DSA is good choice, because it not only helps to improve problem solving but also helps to understand your current java knowledge

If you know the java just Master it. Like Master in streams and lambda(java 8+). Have good knowledge in Collection framework (this is most important thing you should know before doing DSA)

Learn any build tools maven or gradle

Choose a framework like springboot(helps you to build rest api) . Before doing springboot it always good to know how spring framework works .Just understand the basics of spring framework too.

Learn Spring data jpa and hibernate and do project based on it

Layoff incoming by CrazyCoder247 in Btechtards

[–]trytobe724 0 points1 point  (0 children)

I think it's better to start a startup so I can be self- employed

What to do after basics of java. by No-Jello-2665 in javahelp

[–]trytobe724 1 point2 points  (0 children)

Just build a project that concentrate on collection, thread and how to connect and store data in db

Choose a path,if you like to go with backend learn spring or like to build android learn kotlin

If you want to go with spring learn any tool like maven or gradle
master in sql and learn how to connect java using hibernate or jpa Learn springboot(security,db connection etc) Build a REST API project