Procedural PHP > Frameworks
Wanted to understand fundamentals before using abstractions like Laravel. This helped appreciate what frameworks do under the hood.
Manual SQL > ORM
Needed to learn SQL syntax, table relationships, and query optimization basics. Wrote JOIN queries by hand.