#What to do after a course of java on yt??
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
ping me while answering
Youtube courses differ so very much. It's impossible to judge where you're at. popular progressions from the MOOC course are courses more focused on common algorithms and data-representation - the co-called Data-Structures and Algorithms part of software-development. Another direction (though some amount of the core DSA concepts should come first) is learning one of the major application frameworks (Spring Boot being the dominant one at the moment).
i have done the basics
as so to tell where i am at
learn the syntax and more of the jdk and how jvm works(get to know with file reading, buffers), you can try learning important libraries such as log4j2(for logging and slf4j), might as well touch JNI(though its going ot get deprecated soon). learn how annotations work, oop concepts etc. most java developers either do spring boot or create minecraft mods/plugins so you might try one of these, making a full project is essential while learning any language
also important step
learn build tools
basics = ?
alright, what did you learn in the standard api ? strings ? primitives and boxed types ? collections ? streams ? io ? nio.file ? java.time ?
also did you learn generics ?
standard API?
strings ? primitives and boxed types ? collections ? streams ? io ? nio.file ? java.time ?
time ?
java.time
all
io ? nio.file ?
forgot to mention: learn a bit of reflection
hmm