Skip to content

Commit 9838cea

Browse files
contents: Add Misc > Career Growth Page (#622)
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
1 parent 5e5ab8f commit 9838cea

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
.DS_Store
23
node_modules
34
.turbo
@@ -19,4 +20,4 @@ public/dist
1920
!.yarn/sdks
2021
!.yarn/versions
2122

22-
tsconfig.tsbuildinfo
23+
tsconfig.tsbuildinfo
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
id: career-growth
3+
title: Career growth
4+
---
5+
6+
After being hired, it's crucial to focus on your career growth so you don't stagnate.
7+
8+
This gives you the resources to get promoted and improve your skill set as an engineer.
9+
10+
## Newsletters
11+
- [High Growth Engineer](https://careercutler.substack.com/)
12+
- [The Developing Dev](https://www.developing.dev/)
13+
- [Level up software engineering](https://levelupsoftwareengineering.substack.com/)
14+
- [Engineer’s Codex](https://engineercodex.substack.com/)
15+
- [Techlead Mentor](https://open.substack.com/pub/ravirajachar)
16+
- [Data Engineering Newsletter](https://blog.dataengineer.io/)
17+
- [The Caring Techie](https://www.thecaringtechie.com/)
18+
- [Refactoring](https://refactoring.fm/)
19+
- [Strategize Your Career](https://strategizeyourcareer.substack.com/)
20+
- [Saiyan Growth Letter](https://www.saiyangrowthletter.com/)
21+
22+
## Software Engineer Career Growth Books
23+
- [Software Engineer's Guidebook](https://www.amazon.com/Software-Engineers-Guidebook-Navigating-positions/dp/908338182X)
24+
- [Engineers Survival Guide](https://www.amazon.com/Engineers-Survival-Guide-Facebook-Microsoft/dp/B09MBZBGFK)
25+
- [The Coding Career Handbook](https://learninpublic.org/)
26+
- [The Complete Software Developer's Career Guide](https://www.amazon.com/Complete-Software-Developers-Career-Guide-ebook/dp/B073X6GNJ1)
27+
- [Omar Halabieh 90-day career blueprint](https://www.omarhalabieh.com/90-day-career-blueprint/)
28+
- [Get Promoted](https://www.amazon.com/Get-Promoted-Really-Missing-Holding-ebook/dp/B09WGJVR4Z)
29+
- [StaffEng.com – Stories of reaching Staff-plus engineering roles](https://staffeng.com/)
30+
31+
## YouTube Channels
32+
- [Theo - t3.gg](https://www.youtube.com/@t3dotgg)
33+
- [Fireship](https://www.youtube.com/@Fireship)
34+
- [ThePrimeTime / Primeagen](https://www.youtube.com/@ThePrimeTimeagen)
35+
- [LeadDev](https://www.youtube.com/@LeadDev/videos)
36+
37+
## Communities
38+
- [Taro](https://www.jointaro.com/)
39+
- [Kent C. Dodds Discord Community](https://kentcdodds.com/discord)
40+
- [Theo - T3](https://discord.com/invite/xHdCpcPHRE)
41+
- [Frontend Mentor](https://www.frontendmentor.io/)
42+
43+
## References
44+
- [Path to Senior Engineer Handbook](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)

apps/website/sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ module.exports = {
104104
],
105105
},
106106
{
107-
Misc: [
107+
'Beyond the interview': [
108108
'interview-formats-top-companies',
109109
'interviewer-cheatsheet',
110110
'landscape',
111111
'engineering-levels',
112+
'career-growth',
112113
'best-coding-interview-courses',
113114
'best-practice-questions',
114115
],

0 commit comments

Comments
 (0)