Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion content/career-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The career paths for managed services are as follows:

```mermaid
graph TD
SE[Software Engineer] --> SSE(Senior Software Engineer)
JSE(Junior Software Engineer) --> SE(Software Engineer)
SE --> SSE(Senior Software Engineer)
SSE --> PSE(Principal Software Engineer)
PSE --> SEM(Software Engineer Manager)
PSE --> SA(Solution Architect)
Expand All @@ -16,6 +17,30 @@ graph TD

The process for going from one role to the next is described in the [process document](career-path-process.md).

## Junior Software Engineer

### Key Characteristics

- Internships and projects experience
- Undergraduate or graduate degree in computer science

### Knowledge and Experience

- Programming knowledge
- Ability to solve problems within area of knowledge
- Collaborative and learning attitude

### Leadership Competencies

- Integrity - takes responsibility for actions and consequences, interacts with integrity and honesty, admits mistakes
- Retrospective - actively seeks feedback from others, learns from successes and mistakes, resourceful in pursuing learning objectives
- Goal driven - drive to achieve stretched performance objectives, takes every opportunity to do more than expected, pursues goals with energy and drives through to completion, plans and prioritizes work effectively

### Performance Indicators

- High engagement in company activities, giving feedback
- Learning new technologies to improve day-to-day workflows

## Software Engineer

### Key Characteristics
Expand Down
Loading