Skip to content

Commit

Permalink
contents(beyond): complete engineering levels page
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Nov 30, 2023
1 parent d8b2000 commit 497b8f6
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 18 deletions.
3 changes: 3 additions & 0 deletions apps/website/contents/career-growth.md
Expand Up @@ -13,6 +13,7 @@ After being hired, it's crucial to focus on your career growth so you don't stag
- [The Developing Dev](https://www.developing.dev/)
- [The Pragmatic Engineer](https://newsletter.pragmaticengineer.com/)
- [Level Up Software Engineering](https://levelupsoftwareengineering.substack.com/)
- [Peak Performance](https://addyo.substack.com/)
- [Engineer's Codex](https://engineercodex.substack.com/)
- [Techlead Mentor](https://open.substack.com/pub/ravirajachar)
- [The Caring Techie](https://www.thecaringtechie.com/)
Expand All @@ -36,6 +37,7 @@ After being hired, it's crucial to focus on your career growth so you don't stag
- [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
- [Addy Osmani](https://www.linkedin.com/in/addyosmani/): Author of "Peak Performance" newsletter and Engineering leader at Google
- [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
Expand All @@ -47,6 +49,7 @@ After being hired, it's crucial to focus on your career growth so you don't stag
## YouTube

- [Fireship](https://www.youtube.com/@Fireship/)
- [NeetCode](https://www.youtube.com/@NeetCode/)
- [LeadDev](https://www.youtube.com/@LeadDev/)

## Communities
Expand Down
58 changes: 40 additions & 18 deletions apps/website/contents/engineering-levels.md
Expand Up @@ -3,47 +3,69 @@ id: engineering-levels
title: 🎚 Engineering levels
---

:::caution

This section is still WIP. Feel free to contribute ideas at [our GitHub issue](https://github.com/yangshun/tech-interview-handbook/issues/222).

:::

Understanding the various career levels for engineers is crucial because it helps to determine the compensation you should be receiving and also helps you to understand what is expected of you at that level. In most companies where the career levels have been defined, it would resemble something along the lines of: Junior → Software Engineer → Senior → Staff → Senior Staff → Principal → Fellow
Understanding the various career levels for engineers is crucial because it helps to determine the compensation you should be receiving and also helps you to understand what is expected of you at that level. In most companies where the career levels have been defined, it would resemble something along the lines of: Junior → Software Engineer → Senior → Staff → Senior Staff → Principal → Distinguished

## Career levels

The software engineering levels you've listed typically exist in many technology companies, and the specific responsibilities, years of experience, and other relevant factors can vary from company to company. However, I can provide a general overview of what each of these roles typically entails:

### Junior Software Engineer

_Work in progress_
- **Description**: Entry-level role focused on learning and gaining practical experience.
- **Influence**: Individual
- **Scope of work**: Task-level.
- **Responsibilities**: Writing code, debugging, testing, and collaborating with team members. Often working on well-defined tasks and projects under the guidance of more experienced engineers.
- **Experience**: Typically 0-2 years of experience, recent graduates or individuals in the early stages of their career.

### Software Engineer

_Work in progress_
- **Description**: Mid-level role with a broader range of responsibilities and more independence.
- **Influence**: Individual / Team
- **Scope of work**: Features / small projects.
- **Responsibilities**: Designing, implementing, and maintaining software solutions. Collaborating with cross-functional teams, participating in code reviews, and contributing to the development process.
- **Experience**: Typically 2-5 years of experience, depending on the company and individual progression.

### Senior Software Engineer

_Work in progress_
- **Description**: Experienced individual contributor with a deeper technical understanding.
- **Influence**: Team
- **Scope of work**: Large features / multiple small projects.
- **Responsibilities**: Leading complex technical projects, mentoring junior engineers, making architectural decisions, and contributing to the overall software design and development process.
- **Experience**: Typically 5+ years of experience, often with a track record of successfully delivering significant software projects.

### Staff Software Engineer

_Work in progress_
- **Description**: Highly skilled individual contributor with expertise in specific domains or technologies.
- **Influence**: Large team / Area (multiple/neighboring teams)
- **Scope of work**: Larger projects spanning multiple halves.
- **Responsibilities**: Taking ownership of critical technical components, providing technical leadership, and guiding the architectural direction of projects. May also serve as a technical advisor to other teams.
- **Experience**: Typically 10+ years of experience, with a strong technical background.

### Senior Staff Software Engineer

_Work in progress_
- **Description**: A more advanced version of the Staff Software Engineer role.
- **Influence**: Organization / Company
- **Scope of work**: Larger projects spanning multiple halves/years that are crucial to the organization.
- **Responsibilities**: Leading major technical initiatives, setting technical strategy, and providing mentorship and guidance to multiple teams. May have a significant impact on the company's technical direction.
- **Experience**: Typically 15+ years of experience, with a proven track record of delivering complex projects.

### Principal Software Engineer

_Work in progress_

### Distinguished Engineer
- **Description**: Recognized technical leader with deep expertise in one or more areas.
- **Influence**: Company / Industry
- **Scope of work**: Large projects spanning multiple halves/years affecting the entire company.
- **Responsibilities**: Defining and driving the technical vision for the company or specific projects, leading architectural decisions, and often acting as a technical authority.
- **Experience**: Most engineers do not reach this level. Requires a strong record of technical innovation and leadership.

_Work in progress_
### Distinguished Engineer and beyond

### Fellow
- **Description**: The highest individual contributor role in many organizations, often one of the most respected technical experts and the pinnacle of a technical career within a company.
- **Influence**: Industry
- **Scope of work**: Huge projects spanning multiple halves/years that affect the entire company or even the industry.
- **Responsibilities**: Setting the highest-level technical strategy, influencing industry standards, and serving as a technical advisor to the company's leadership and even moving the industry forward. Can represent the company in industry forums and standards bodies.
- **Experience**: Most engineers do not reach this level. Requires a long history of significant technical excellence, innovation, leadership and industry recognition. They are recognized as experts not only within their organization but also in the broader industry.

_Work in progress_
These roles can vary widely between companies, and some organizations may have additional levels or different titles. Additionally, soft skills, leadership abilities, and contributions to the company's culture and goals also play a significant role in career progression beyond just technical expertise.

#### References

Expand Down

0 comments on commit 497b8f6

Please sign in to comment.