Before I switched majors to digital media (facepalm) I covered in C++ vectors, pointers, arrays, loops, constructors, strings, classes, recursion, various C functions, as well as basic data structures and algorithms that I can't quite remember. So this is all pretty basic review, just in a different language. (and after C it feels like I'm cheating, lol.)
What's going to be a lot more intense and teach me the type of data structures that I need to learn in order to produce web applications?
Is there an online resource that goes through your first big app like lpthw does with basics?