Java Programmer
Shohsav
Registered Users Posts: 3 ■□□□□□□□□□
Hello all, I see a bunch of forums and questions about the various technologies, but not a lot about computer programming.
I am enrolled at WGU for Software development and it mainly focuses on Java and javascript.
Any advice to a person that has never programmed, is over 35 years old jumping into programming?
I am enrolled at WGU for Software development and it mainly focuses on Java and javascript.
Any advice to a person that has never programmed, is over 35 years old jumping into programming?
Comments
-
NotHackingYou Member Posts: 1,460 ■■■■■■■■□□Work with the WGU material and focus on understanding the basic concepts of object-oriented programming -methods, loops, objects, data types, inheritance, polymorphism, etc. If you struggle with the WGU material, take a look at the Head First series on Amazon, they are worth every penny. You can also get help on here if you struggle with a particular concept or problem.When you go the extra mile, there's no traffic.
-
Shohsav Registered Users Posts: 3 ■□□□□□□□□□I have heard only amazing things about the head first book. Even with java 9 down the pipe soon do you feel the second version is adequate learning material?
-
NotHackingYou Member Posts: 1,460 ■■■■■■■■□□Yes, the foundation concepts still apply. Once you learn those you will be able to easily take on C#, JavaScript or any other C-based OOP language.When you go the extra mile, there's no traffic.