#What to do after a course of java on yt??

1 messages · Page 1 of 1 (latest)

lilac bobcat
#

i have done a course on yt
now and 1-2 small projs
like rock paper scissors , guess the number
now first i wanna just get comfy and find ways to use different things in the language
then will move to some database work for projects

molten vineBOT
#

<@&987246399047479336> please have a look, thanks.

molten vineBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

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.

lilac bobcat
#

ping me while answering

static raptor
#

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

lilac bobcat
#

as so to tell where i am at

solemn vigil
# lilac bobcat i have done the basics

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

ornate urchin
lilac bobcat
#

i need to explain tht too?

#

OOPs done

#

👍

ornate urchin
# lilac bobcat OOPs done

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 ?

ornate urchin
lilac bobcat
#

String, primitive, lil collections, time

#

done

#

generics touched

ornate urchin
#

time ?

ornate urchin
#

java.time or Date and Calandar ?

#

alright

lilac bobcat
#

all

ornate urchin
#

io ? nio.file ?

lilac bobcat
#

no

#

will do it

solemn vigil
#

forgot to mention: learn a bit of reflection

lilac bobcat
#

hmm