Hacker News new | ask | show | jobs
This Picture Will Change the Way You Learn to Code (medium.com)
11 points by sauldcosta 3349 days ago
1 comments

Learning to find answers and sift through documentation (or even source code) is a critical skill I see a lot of junior developers lacking.

Most of the time when I help someone I didn't actually have the answer when they asked, but I did know the terminology to use when searching and how to spot a credible answer.

Two tips I didn't see mentioned in the article are rubber duck debugging and typing out your question into StackOverflow and then googling what you typed before posting it.