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.

Ask HN: Resources for New Devs

12 pointsby naqeebover 2 years ago
Are they any good resources for new devs from college or boot camps that help them acclimate to the work force?<p>Specifically, topics like code review 101, how to manage up, etc.

2 comments

acemarkeover 2 years ago
I&#x27;d strongly recommend checking out Swyx&#x27;s book &quot;The Coding Career Handbook&quot;. It has a _ton_ of useful advice for working on your career:<p>- <a href="https:&#x2F;&#x2F;learninpublic.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learninpublic.org&#x2F;</a><p>I&#x27;ve got a few &quot;career&quot;-related articles that might be useful, particularly:<p>- Keeping a daily work journal: <a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2020&#x2F;09&#x2F;coding-career-advice-daily-work-journal&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2020&#x2F;09&#x2F;coding-career-advi...</a><p>- Searching for info online efficiently: <a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2020&#x2F;11&#x2F;coding-career-searching-information&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2020&#x2F;11&#x2F;coding-career-sear...</a><p>- and a very long post on using Git effectively: <a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2021&#x2F;01&#x2F;coding-career-git-usage&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2021&#x2F;01&#x2F;coding-career-git-...</a><p>If you&#x27;re doing any web dev, I&#x27;ve also got a &quot;How Web Apps Work&quot; series that acts as a fairly detailed overview of web dev terms, concepts, and technologies (HTTP, servers, JavaScript syntax and development, HTML&#x2F;CSS, and fetching data):<p>- <a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;series&#x2F;how-web-apps-work" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;series&#x2F;how-web-apps-work</a>
boredmgrover 2 years ago
Coders at Work by Peter Seibel. The author have spoken to some of the top minds in the coding community.