contents: Add Misc > Career Growth Page (#622)

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
pull/624/head
Jordan Cutler 1 year ago committed by GitHub
parent 5e5ab8f3b4
commit 9838cea77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -1,3 +1,4 @@
.idea
.DS_Store .DS_Store
node_modules node_modules
.turbo .turbo
@ -19,4 +20,4 @@ public/dist
!.yarn/sdks !.yarn/sdks
!.yarn/versions !.yarn/versions
tsconfig.tsbuildinfo tsconfig.tsbuildinfo

@ -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/)
- [Engineers 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)

@ -104,11 +104,12 @@ module.exports = {
], ],
}, },
{ {
Misc: [ 'Beyond the interview': [
'interview-formats-top-companies', 'interview-formats-top-companies',
'interviewer-cheatsheet', 'interviewer-cheatsheet',
'landscape', 'landscape',
'engineering-levels', 'engineering-levels',
'career-growth',
'best-coding-interview-courses', 'best-coding-interview-courses',
'best-practice-questions', 'best-practice-questions',
], ],

Loading…
Cancel
Save