TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Resources for New Devs

12 点作者 naqeeb超过 2 年前
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 条评论

acemarke超过 2 年前
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>
boredmgr超过 2 年前
Coders at Work by Peter Seibel. The author have spoken to some of the top minds in the coding community.