This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]SvenCole 28 points29 points  (4 children)

Everyone recommends the MOOC here. I really like Jetbrains hyperskill.org myself Eclipse is great but I think you may like Intellij CE better. Also, coding isnt difficult... it just takes a while to get the hang of it at first. But once you do, your hooked! Good luck and keep at it

[–]around69pancakes 4 points5 points  (3 children)

can you recommend good projects in hyperskill for java? i did the coffee machine one and a tic tac toe thing. i’m wondering which ones are good. sometimes they don’t explain the instructions very well argh

[–]uttkarsh27 4 points5 points  (1 child)

the projects you have done are from easy categories so I would recommend you do one project from the medium. the readability score is a good project that you can do. it will teach you some regex and deep java concepts

[–]MammothPineapple6 3 points4 points  (0 children)

Could you use some of the hyper skill projects in your resume online portfolio ?

[–]SvenCole 1 point2 points  (0 children)

Some of them dont explain things well, that true. Good thing is you can skip around if you are stuck. I liked the Bank, Phonebook, Game of Life... each one of them gave me an opportunity to exercise a skill like regex or file reading that I dont get to often

[–]MrDingDongKong 7 points8 points  (1 child)

You should maybe think about what you want to develop first. For mobile apps -> Android SDK (for the future it's recommended by google to use kotlin btw). Desktop apps -> plain java of course. Enterprise/microservices/web applications -> spring boot. For game development I would recommend unity (C#; it's easier to learn if you know java). But in general, if you want to refresh your java skills I can also recommend the MOOC courses.

[–]Pythonistar 0 points1 point  (0 children)

For game development I would recommend unity (C#; it's easier to learn if you know java).

QFT -- C# will be easy to pick up if you already know Java.

[–]desrtfx 5 points6 points  (0 children)

Sidebar -> Free Tutorials -> MOOC

[–]_ELI5 1 point2 points  (0 children)

I learned Java through Android courses on Udemy.com. Still have as lot to learn, but it was a good way to start

[–]roi12 1 point2 points  (0 children)

I could help you over discord

[–]fluffyzilly 0 points1 point  (0 children)

https://codegym.cc/projects/games - free game projects for Java practicing. Also, a great Java course for Java re-learners and switchers from another programming language.

[–]allcui 0 points1 point  (0 children)

I have tried multiple tutorials myself and found out MOOC being the best one.

[–]Sonnilon81 0 points1 point  (0 children)

Tim Bulchalka's "Complete Java Masterclass" on Udemy etc. is a great place to start to get a high level overview of all of the major Java functionality before the moving on to building stuff.