contents(beyond): refactor section

pull/624/head
Yangshun 12 months ago
parent 9838cea77d
commit d8b200091e

@ -1,44 +1,60 @@
---
id: career-growth
title: Career growth
title: 📈 Career growth
---
After being hired, it's crucial to focus on your career growth so you don't stagnate.
_The following page is written in collaboration with [Jordan Cutler](https://www.linkedin.com/in/jordancutler1/) — Author of ["High Growth Engineer" newsletter](https://careercutler.substack.com/)._
This gives you the resources to get promoted and improve your skill set as an engineer.
After being hired, it's crucial to focus on your career growth so you don't stagnate. This page 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/)
- [The Pragmatic Engineer](https://newsletter.pragmaticengineer.com/)
- [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/)
- [Data Engineering Newsletter](https://blog.dataengineer.io/)
## Books
## 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/)
- [Get Promoted](https://www.amazon.com/Get-Promoted-Really-Missing-Holding-ebook/dp/B09WGJVR4Z)
## 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)
## LinkedIn
- [Ryan Peterman](https://www.linkedin.com/in/ryanlpeterman/): Author of "The Developing Dev" newsletter
- [Jordan Cutler](https://www.linkedin.com/in/jordancutler1/): Author of "High Growth Engineer" newsletter
- [Gergely Orosz](https://www.linkedin.com/in/gergelyorosz/): Author of "The Pragmatic Engineer" newsletter
- [Alex Chiou](https://www.linkedin.com/in/alexander-chiou/): Co-founder of Taro
- [Rahul Pandey](https://www.linkedin.com/in/rpandey1234/): Co-founder of Taro
- [Alex Xu](https://www.linkedin.com/in/alexxubyte/): Founder of ByteByteGo
- [Navdeep Singh](https://www.linkedin.com/in/navdeep-singh-3aaa14161/): Creator of NeetCode
- [Yangshun Tay](https://www.linkedin.com/in/yangshun/): Creator of Tech Interview Handbook, Blind 75 and CEO of GreatFrontEnd (me)!
- [Neo Kim](https://www.linkedin.com/in/nk-systemdesign-one/): Creator of "System Design One" newsletter
- [Caleb Mellas](https://www.linkedin.com/in/calebmellas/): Creator of "Level Up Software Engineering" newsletter
## YouTube
- [Fireship](https://www.youtube.com/@Fireship/)
- [LeadDev](https://www.youtube.com/@LeadDev/)
## 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/)
- [GreatFrontEnd](https://discord.gg/NDFx8f6P6B)
## References
- [Path to Senior Engineer Handbook](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)

@ -1,6 +1,6 @@
---
id: engineering-levels
title: Engineering levels
title: 🎚 Engineering levels
---
:::caution

@ -2,7 +2,7 @@
id: interview-formats-top-companies
title: Interview format at top companies
description: Interview formats of the top tech companies. Know what to expect and prepare well for them
sidebar_label: Company interview formats
sidebar_label: 💼 Company interview formats
---
import InDocAd from './\_components/InDocAd';

@ -1,11 +1,15 @@
---
id: interviewer-cheatsheet
title: Cheatsheet (Interviewer)
title: 👩‍💻 Cheatsheet (Interviewer)
---
This is a straight-to-the-point, distilled list of technical interview Do's and Don'ts **for interviewers**, mainly for algorithmic interviews. Some of these may apply to only phone screens or whiteboard interviews, but most will apply to both. I revise this list before each of my interviews as an interviewer to remind myself of them and eventually internalized all of them to the point I do not have to rely on it anymore.
**If you are a candidate you probably do not need to know this section well. You may read this to get a better sense of what an interviewer is supposed to do during an interview.**
:::caution
If you are an interview candidate, this page is not crucial for you. However, having an understanding of what interviewers look out for can be helpful to you!
:::
#### Legend

@ -1,6 +1,6 @@
---
id: landscape
title: Landscape
title: 🏔 Landscape
---
import InDocAd from './\_components/InDocAd';

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

Loading…
Cancel
Save