diff --git a/.gitignore b/.gitignore index fbd741f5..15559a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.idea .DS_Store node_modules .turbo @@ -19,4 +20,4 @@ public/dist !.yarn/sdks !.yarn/versions -tsconfig.tsbuildinfo \ No newline at end of file +tsconfig.tsbuildinfo diff --git a/apps/website/contents/career-growth.md b/apps/website/contents/career-growth.md new file mode 100644 index 00000000..ca560854 --- /dev/null +++ b/apps/website/contents/career-growth.md @@ -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) diff --git a/apps/website/sidebars.js b/apps/website/sidebars.js index d2702116..c8608000 100755 --- a/apps/website/sidebars.js +++ b/apps/website/sidebars.js @@ -104,11 +104,12 @@ module.exports = { ], }, { - Misc: [ + 'Beyond the interview': [ 'interview-formats-top-companies', 'interviewer-cheatsheet', 'landscape', 'engineering-levels', + 'career-growth', 'best-coding-interview-courses', 'best-practice-questions', ],