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.
I'd strongly recommend checking out Swyx's book "The Coding Career Handbook". It has a _ton_ of useful advice for working on your career:<p>- <a href="https://learninpublic.org/" rel="nofollow">https://learninpublic.org/</a><p>I've got a few "career"-related articles that might be useful, particularly:<p>- Keeping a daily work journal: <a href="https://blog.isquaredsoftware.com/2020/09/coding-career-advice-daily-work-journal/" rel="nofollow">https://blog.isquaredsoftware.com/2020/09/coding-career-advi...</a><p>- Searching for info online efficiently: <a href="https://blog.isquaredsoftware.com/2020/11/coding-career-searching-information/" rel="nofollow">https://blog.isquaredsoftware.com/2020/11/coding-career-sear...</a><p>- and a very long post on using Git effectively: <a href="https://blog.isquaredsoftware.com/2021/01/coding-career-git-usage/" rel="nofollow">https://blog.isquaredsoftware.com/2021/01/coding-career-git-...</a><p>If you're doing any web dev, I've also got a "How Web Apps Work" series that acts as a fairly detailed overview of web dev terms, concepts, and technologies (HTTP, servers, JavaScript syntax and development, HTML/CSS, and fetching data):<p>- <a href="https://blog.isquaredsoftware.com/series/how-web-apps-work" rel="nofollow">https://blog.isquaredsoftware.com/series/how-web-apps-work</a>