TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Seven Tips for a Junior Developer

4 pointsby haskell_melodyalmost 3 years ago

2 comments

itsmemattchungalmost 3 years ago
&gt; 1. Don&#x27;t go straight to StackOverflow &gt; 2. Learn the standard libraries &gt; 3. Figure out how to unblock yourself &gt; 4. Figure out when to ask for help &gt; 5. &lt;missing&gt; &gt; 6. Keep track of what&#x27;s going on in the industry &gt; 7. Stop being insecure<p>Not sure if 5. was deliberately missing but I&#x27;ll give a crack at filling it in: Find a mentor
eddd-dddealmost 3 years ago
The tips are great but I think it misses a key point (which could be deduced from the other points). _Learn how to learn_. By improving the way we can learn, we are sure to have a easier time in the future.<p>For me this means a couple of things:<p><pre><code> - Knowing how to look for stuff, for example, what should I google to figure out something - Knowing what to commit to memory, and what can be kept as just a thought so I can figure it out again quickly if I ever need to. If you try to remember every single thing you are gonna have a hard time</code></pre>