@laden It depends on your motivations. C++ and Java are odds choices if your interest is in web developer, as those languages are a little more “lower level” than say, PHP; are compiled; and typically used for software than web-based application.
Online school for web development
I love Jeff´s laracasts videos! I have been able to go from knowing nothing about programming to being able to create allot of fun stuff here. But, I feel there is allot of bits and pieces missing for me with having laravel and laracasts being my starting point of my development training. So I wonder if anyone has a online class that can be worth looking at as far as getting a better understanding of everything? I am especially interested in learning to code C++ and Java. I was looking at Udemy a bit, does anyone have experience with them for learning C and Java?
@laden Whilst C++ is an object-oriented language, I’d maybe not look at it just to learn principles of OOP, especially you’ll be learning in time outside of a full-time job. C++ is a pretty complex language in itself with lots of quirks. It’s also not a language typically used for web development, so writing OOP in C++ is going to look a lot different to OOP implemented in a language more suited to web development like PHP.
If your focus is web development then I’d look at tutorials for topics like connecting to a database, handling form submissions etc. Write scripts. Then when you want to make larger websites/web applications, start looking at organisational topics like OOP, design patterns, and frameworks like Laravel.
Please or to participate in this conversation.