Learn
Data Structures and Algorithms
The core structures and the patterns that solve most problems.
Understand, from the ground up, how computers solve problems efficiently. The core data structures and the handful of patterns behind most problems, with the time and space cost of each in Big-O, so I can pick the right structure and hand-trace why it works without looking it up.