README.md
experience.ts
skills.ts
values.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Nick Flynn
## Software Engineering Leader
### Contact
Email: [nickrflynn@gmail.com](mailto:nickrflynn@gmail.com)
Phone: 801.471.8496
### Profile
Engineering leader with a decade of experience building distributed teams that deliver.
Proven track record navigating hypergrowth and acquisition, scaling teams across time zones,
and driving successful partnerships across engineering, product, and go-to-market. Known
for cultivating team cultures built on trust, ownership, and sustainable execution.
### Key Strengths
- Team Leadership & Development
- Distributed Team Management
- Cross-Functional Collaboration
- Developer Experience Advocate
- Mentorship & Coaching
- Full-Stack Technical Competence
## Software Engineering Leader
### Contact
Email: [nickrflynn@gmail.com](mailto:nickrflynn@gmail.com)
Phone: 801.471.8496
### Profile
Engineering leader with a decade of experience building distributed teams that deliver.
Proven track record navigating hypergrowth and acquisition, scaling teams across time zones,
and driving successful partnerships across engineering, product, and go-to-market. Known
for cultivating team cultures built on trust, ownership, and sustainable execution.
### Key Strengths
- Team Leadership & Development
- Distributed Team Management
- Cross-Functional Collaboration
- Developer Experience Advocate
- Mentorship & Coaching
- Full-Stack Technical Competence
Nick Flynn
Software Engineering Leader
Contact
Email: nickrflynn@gmail.com
Phone: 801.471.8496
Profile
Engineering leader with a decade of experience building distributed teams that deliver. Proven track record navigating hypergrowth and acquisition, scaling teams across time zones, and driving successful partnerships across engineering, product, and go-to-market. Known for cultivating team cultures built on trust, ownership, and sustainable execution.
Key Strengths
- Team Leadership & Development
- Distributed Team Management
- Cross-Functional Collaboration
- Developer Experience Advocate
- Mentorship & Coaching
- Full-Stack Technical Competence
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
interface Experience {
company: string;
role: string;
startDate: Date;
endDate?: Date;
achievements: string[];
technologies?: string[];
}
export const experience: Experience[] = [
// TODO: Add awesome new role here
{
company: 'Salesforce',
role: 'Software Engineering Manager',
startDate: new Date('2024-03'),
achievements: [
'Led a cross-functional engineering team of 8, spanning time zones, delivering scalable product capabilities as part of a major post-acquisition integration',
'Successfully onboarded 10 offshore engineers to core development team and oversaw completion of their first cross-team projects',
'Selected to lead development of Spiff\'s first AI-enabled features post-acquisition',
'Recognized with the "Top Team Award" in Q2 FY25 across the Salesforce Apps & Industries org (Sales, Service, Commerce, and Marketing Clouds)',
'Reached general availability faster than any other acquired product in Salesforce history while meeting strict MSA, security, and SLA standards'
],
},
{
company: 'Spiff',
role: 'Software Engineering Manager',
startDate: new Date('2021-10'),
endDate: new Date('2024-03'),
achievements: [
'Played a key leadership role during rapid company growth through acquisition by Salesforce',
'Led implementation of a Salesforce managed package using Spiff APIs, requiring deep coordination with internal platform teams, offshore partners, and executive stakeholders',
'Drove team culture, earning the highest eNPS scores across the engineering org for four of five measured quarters',
'Hired, mentored, and retained high-performing engineers across multiple full-stack teams'
],
technologies: [
'TypeScript',
'React',
'GraphQL'
]
},
{
company: 'Health Catalyst',
role: 'Software Engineering Lead',
startDate: new Date('2020-04'),
endDate: new Date('2021-10'),
achievements: [
'Led architecture and implementation of an internal auditing tool, reducing support burden by 50% and saving ~$500K annually',
'Led 24x7 support planning and execution, meeting uptime and SLA targets',
'Acted as technical and cultural lead for a multi-disciplinary team; led hiring efforts and mentored junior and senior developers alike',
'Influenced architecture and roadmap across front-end, back-end, and data systems'
],
technologies: [
'TypeScript',
'Angular',
'C#',
'SQL Server'
]
},
{
company: 'Health Catalyst',
role: 'Software Engineer',
startDate: new Date('2014-08'),
endDate: new Date('2020-04'),
achievements: [
'Designed, built, and maintained high-traffic Angular applications and RESTful ASP.NET Core services',
'Served as lead developer and functional owner for the company\'s most widely used application',
'Mentored four engineering interns, many of whom were offered full-time roles'
],
technologies: [
'TypeScript',
'Angular',
'C#',
'SQL Server'
]
},
{
company: 'Health Catalyst',
role: 'Software Engineering Intern',
startDate: new Date('2014-05'),
endDate: new Date('2024-08'),
achievements: [
'Delivered production features and performed impact analysis for schema changes across legacy apps',
'First intern in company history to receive a full-time offer'
],
technologies: [
'C#',
'SQL Server'
]
}
];
company: string;
role: string;
startDate: Date;
endDate?: Date;
achievements: string[];
technologies?: string[];
}
export const experience: Experience[] = [
// TODO: Add awesome new role here
{
company: 'Salesforce',
role: 'Software Engineering Manager',
startDate: new Date('2024-03'),
achievements: [
'Led a cross-functional engineering team of 8, spanning time zones, delivering scalable product capabilities as part of a major post-acquisition integration',
'Successfully onboarded 10 offshore engineers to core development team and oversaw completion of their first cross-team projects',
'Selected to lead development of Spiff\'s first AI-enabled features post-acquisition',
'Recognized with the "Top Team Award" in Q2 FY25 across the Salesforce Apps & Industries org (Sales, Service, Commerce, and Marketing Clouds)',
'Reached general availability faster than any other acquired product in Salesforce history while meeting strict MSA, security, and SLA standards'
],
},
{
company: 'Spiff',
role: 'Software Engineering Manager',
startDate: new Date('2021-10'),
endDate: new Date('2024-03'),
achievements: [
'Played a key leadership role during rapid company growth through acquisition by Salesforce',
'Led implementation of a Salesforce managed package using Spiff APIs, requiring deep coordination with internal platform teams, offshore partners, and executive stakeholders',
'Drove team culture, earning the highest eNPS scores across the engineering org for four of five measured quarters',
'Hired, mentored, and retained high-performing engineers across multiple full-stack teams'
],
technologies: [
'TypeScript',
'React',
'GraphQL'
]
},
{
company: 'Health Catalyst',
role: 'Software Engineering Lead',
startDate: new Date('2020-04'),
endDate: new Date('2021-10'),
achievements: [
'Led architecture and implementation of an internal auditing tool, reducing support burden by 50% and saving ~$500K annually',
'Led 24x7 support planning and execution, meeting uptime and SLA targets',
'Acted as technical and cultural lead for a multi-disciplinary team; led hiring efforts and mentored junior and senior developers alike',
'Influenced architecture and roadmap across front-end, back-end, and data systems'
],
technologies: [
'TypeScript',
'Angular',
'C#',
'SQL Server'
]
},
{
company: 'Health Catalyst',
role: 'Software Engineer',
startDate: new Date('2014-08'),
endDate: new Date('2020-04'),
achievements: [
'Designed, built, and maintained high-traffic Angular applications and RESTful ASP.NET Core services',
'Served as lead developer and functional owner for the company\'s most widely used application',
'Mentored four engineering interns, many of whom were offered full-time roles'
],
technologies: [
'TypeScript',
'Angular',
'C#',
'SQL Server'
]
},
{
company: 'Health Catalyst',
role: 'Software Engineering Intern',
startDate: new Date('2014-05'),
endDate: new Date('2024-08'),
achievements: [
'Delivered production features and performed impact analysis for schema changes across legacy apps',
'First intern in company history to receive a full-time offer'
],
technologies: [
'C#',
'SQL Server'
]
}
];
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export const skills = [
'TypeScript',
'JavaScript',
'C#',
'Elixir (novice)',
'Python (recreational)',
'React',
'Angular',
'Next.js',
'Svelte',
'HTML/CSS',
'ASP.NET Core',
'Entity Framework',
'LINQ',
'SQL Server',
'PostgreSQL',
'Snowflake',
'MongoDB',
'Firebase Firestore',
'REST',
'GraphQL',
'Azure',
'Azure DevOps',
'PowerShell',
'Jira',
'Agile',
'Scrum'
];
'TypeScript',
'JavaScript',
'C#',
'Elixir (novice)',
'Python (recreational)',
'React',
'Angular',
'Next.js',
'Svelte',
'HTML/CSS',
'ASP.NET Core',
'Entity Framework',
'LINQ',
'SQL Server',
'PostgreSQL',
'Snowflake',
'MongoDB',
'Firebase Firestore',
'REST',
'GraphQL',
'Azure',
'Azure DevOps',
'PowerShell',
'Jira',
'Agile',
'Scrum'
];
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"teamBuilding": "Building teams that succeed and stay",
"culture": "Curiosity, creativity, candor, collaboration (and alliteration)",
"interests": [
"Canyoneering",
"Tom Cruise movies",
"Blueberry Pop-Tarts"
]
}
"teamBuilding": "Building teams that succeed and stay",
"culture": "Curiosity, creativity, candor, collaboration (and alliteration)",
"interests": [
"Canyoneering",
"Tom Cruise movies",
"Blueberry Pop-Tarts"
]
}