The best advice I got as a student: focus on understanding data flow. If you know how data moves from a database to the user's screen, the framework doesn't matter.
Data flow is the core of application development. If you trace the path from raw database storage straight to the viewport, logic becomes exceptionally transparent.