Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contents: Add Misc > Career Growth Page #622

Merged
merged 3 commits into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.DS_Store
node_modules
.turbo
Expand All @@ -19,4 +20,4 @@ public/dist
!.yarn/sdks
!.yarn/versions

tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
44 changes: 44 additions & 0 deletions apps/website/contents/career-growth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
id: career-growth
title: Career growth
---

After being hired, it's crucial to focus on your career growth so you don't stagnate.

This gives you the resources to get promoted and improve your skill set as an engineer.

## Newsletters
- [High Growth Engineer](https://careercutler.substack.com/)
- [The Developing Dev](https://www.developing.dev/)
- [Level up software engineering](https://levelupsoftwareengineering.substack.com/)
- [Engineer’s Codex](https://engineercodex.substack.com/)
- [Techlead Mentor](https://open.substack.com/pub/ravirajachar)
- [Data Engineering Newsletter](https://blog.dataengineer.io/)
- [The Caring Techie](https://www.thecaringtechie.com/)
- [Refactoring](https://refactoring.fm/)
- [Strategize Your Career](https://strategizeyourcareer.substack.com/)
- [Saiyan Growth Letter](https://www.saiyangrowthletter.com/)

## Software Engineer Career Growth Books
- [Software Engineer's Guidebook](https://www.amazon.com/Software-Engineers-Guidebook-Navigating-positions/dp/908338182X)
- [Engineers Survival Guide](https://www.amazon.com/Engineers-Survival-Guide-Facebook-Microsoft/dp/B09MBZBGFK)
- [The Coding Career Handbook](https://learninpublic.org/)
- [The Complete Software Developer's Career Guide](https://www.amazon.com/Complete-Software-Developers-Career-Guide-ebook/dp/B073X6GNJ1)
- [Omar Halabieh 90-day career blueprint](https://www.omarhalabieh.com/90-day-career-blueprint/)
- [Get Promoted](https://www.amazon.com/Get-Promoted-Really-Missing-Holding-ebook/dp/B09WGJVR4Z)
- [StaffEng.com – Stories of reaching Staff-plus engineering roles](https://staffeng.com/)

## YouTube Channels
- [Theo - t3.gg](https://www.youtube.com/@t3dotgg)
- [Fireship](https://www.youtube.com/@Fireship)
- [ThePrimeTime / Primeagen](https://www.youtube.com/@ThePrimeTimeagen)
- [LeadDev](https://www.youtube.com/@LeadDev/videos)

## Communities
- [Taro](https://www.jointaro.com/)
- [Kent C. Dodds Discord Community](https://kentcdodds.com/discord)
- [Theo - T3](https://discord.com/invite/xHdCpcPHRE)
- [Frontend Mentor](https://www.frontendmentor.io/)

## References
- [Path to Senior Engineer Handbook](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)
3 changes: 2 additions & 1 deletion apps/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@ module.exports = {
],
},
{
Misc: [
'Beyond the interview': [
'interview-formats-top-companies',
'interviewer-cheatsheet',
'landscape',
'engineering-levels',
'career-growth',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'best-coding-interview-courses',
'best-practice-questions',
],
Expand Down