Jump to content

Done with java in codecademy, what next?

So i finished the java course in codecademy and i don't really know what to do next, i try to find videos for begginers but they still seem pretty advanced, i did understand most of what the course taught me (got confused with the loops and such) but idk where to start learning more.

 

should i take another course in another page?

 

any video guide tutorials on how to make a very simple app with gui or something like that?

 

thanks for the help :D 

Link to comment
https://linustechtips.com/topic/634474-done-with-java-in-codecademy-what-next/
Share on other sites

Link to post
Share on other sites

1 minute ago, cdsboy2000 said:

What would you like to do in the world of comp sci? :P

Mobile, web, database, anything else, the choice is yours.

Java is really more desktop and Android apps.

i'd really like to make desktop apps in the future.

 

but for now i just wanna make something simple for the desktop.

 

music player, file manager, picture viewer, idk, are those simple?

or anything you'd reccomend me 

Link to post
Share on other sites

Just now, PeloyGeek said:

i'd really like to make desktop apps in the future.

 

but for now i just wanna make something simple for the desktop.

 

music player, file manager, picture viewer, idk, are those simple?

or anything you'd reccomend me 

If you're making stuff for Windows then C# or C++ are good routes, very similar to Java. I wouldn't suggest investing too much time in learning Java since it's not the most efficient imo.

If you're gonna go Mac I would just learn Swift for the hell of it.

Link to post
Share on other sites

2 minutes ago, cdsboy2000 said:

If you're making stuff for Windows then C# or C++ are good routes, very similar to Java. I wouldn't suggest investing too much time in learning Java since it's not the most efficient imo.

If you're gonna go Mac I would just learn Swift for the hell of it.

i hear a lot of opinions on java, some say its the future, some say its not the best.

 

but im learning java for now, hopefully more languages in the future if i become good enough.

 

but where could i find good tutorials on how to make stuff for windows? for begginers mainly

Link to post
Share on other sites

3 hours ago, PeloyGeek said:

i hear a lot of opinions on java, some say its the future, some say its not the best.

 

but im learning java for now, hopefully more languages in the future if i become good enough.

 

but where could i find good tutorials on how to make stuff for windows? for begginers mainly

Well for GUI stuff, I used a book. That may not be everyone's liking though. 

Link to post
Share on other sites

3 hours ago, PeloyGeek said:

hmm i get distracted easily with books, more if its complicated.

 

got anything else that could help?

That's literally all I used, maybe some YouTube tutorials? Not really sure what would be the best method for that. 

Link to post
Share on other sites

check Coursera or Edx they usually have more in depth beginner courses and intermediate ones and advanced ones. Also since this is LTT check Lynda if you have the money to spend. There's also Udacity but they only have Java courses for Android so you might not be interested in it 

One day I will be able to play Monster Hunter Frontier in French/Italian/English on my PC, it's just a matter of time... 4 5 6 7 8 9 12 years later: It's finally coming!!! I don't care anymore

Phones: iPhone 4S/SE | LG V10 | Lumia 920 | Samsung S24 Ultra

Laptops: Macbook Pro 15" (mid-2012) | Compaq Presario V6000

Other: Steam Deck

<>EVs are bad, they kill the planet and remove freedoms too some/<>

Link to post
Share on other sites

8 hours ago, PeloyGeek said:

THANK YOU

Do what @Nuluvius suggested.  I also suggest learning about computer science as a whole too and determine what area you want to go into.  I know a software engineer who went to electronics and then to management and then to networking and then went back to software engineering and he now rights server software for IBM. 

 

Explore to your hearts content and find what you want to do.  Because you might not like making desktop apps, who knows.  It really depends on what you enjoy and I just wanted to say that Java can lead you many places.  I'm in high school right now, and we use a program called Excorsiser which we use for creating Finite State Machines from Formal Language. 

 

But that's not the point, the point is that it is written in Java and even though it's really basic it is an example of writing desktop apps in Java.  If you want to write desktop apps, try and write an awesome text editor, or a utility to fix a problem you have.

 

EDIT: Forgot to add the link to it! http://www.swisseduc.ch/compscience/exorciser/index.html  

Link to post
Share on other sites

Well, yet another person whom Codecademy made more confused than anything...

 

 

^ This is a very condensed Java tutorial, covering most of the syntax in a short while. Check this guy's channel out, he's got lots of Java content.

If you're still confused about the basics, the tutorialspoint Java tutorial explains everything really well.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×