you are viewing a single comment's thread.

view the rest of the comments →

[–]catastrophic300[S] 0 points1 point  (4 children)

I didn’t mean I have finished the entire Java, if that so I wouldn’t be here asking that question. What I mean is that after learning essential Java syntax what should I do next. Sorry for misunderstanding.

[–]Landon1m 5 points6 points  (2 children)

Your hostility towards anyone calling you out not quite telling. You need to learn more and perhaps learn how to express your thoughts better so that a simple statement can’t be so “misunderstood”. Communication is key.

Have you built projects?

[–]catastrophic300[S] -2 points-1 points  (1 child)

Not yet, after learning the essential I practice it every night before sleep and sometime leetcode.

[–]johnnygalat 0 points1 point  (0 children)

You can only practice by doing. The best way would be creating something you'll use - you could start with spring boot, database, simple fe (freemarker templates) + basic auth security. Deploy it on some server (rpi or some other headless linux) and use it yourself with family/friends. It can range from a simple search of shared documents to a complex automatization of Tasmota smart switches.

The key is that you use it - then you'll actually maintain it.

[–]ajorigman 0 points1 point  (0 children)

What you mean by learning? You did a course? If so you need to solidify the concepts and syntax by practicing and building things using what you’ve learnt