-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhire.html
More file actions
96 lines (94 loc) · 6.72 KB
/
Copy pathhire.html
File metadata and controls
96 lines (94 loc) · 6.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hire me</title>
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/base.css" rel="stylesheet" type="text/css">
<link href="/shared.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<h1><a href="/">i'm sarah</a></h1>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<img class="headshot" src="images/headshot.jpg" alt="avatar"/>
<h3>Who I am</h3>
<div class="hire-me-paragraph">
I'm currently employed as a <a href="https://www.linkedin.com/in/sarahjschultz/">Principal Engineer at ProductPlan</a>, and I’m open to <strong>full-time, remote opportunities, based in the United States</strong>.
</div>
<div class="hire-me-paragraph">
I am a generalist with skills across the stack, but my happy place is probably more within <strong>backend or architectrually focused specializations</strong>. I've never met a problem I wasn't interested in solving (a bit pathological that way) but <strong>SaaS, AI and climate tech</strong> have the bulk of my attention.
</div>
<div class="hire-me-paragraph">
I’m most familiar with <strong>Ruby, Javascript, Rails, React, and Typescript</strong>. That said, given programming languages are merely tools to solve certain problems, I am open learning new languages if they better suit the problem space you and your team are navigating.
</div>
<div class="hire-me-paragraph">
You can see more details in my <a class="calendar-link" href="pdfs/resume.pdf">resume</a>.
</div>
<h3>How I can help your team</h3>
<div class="hire-me-paragraph">
<ul>
<li><strong>Lead technical projects:</strong> I have a long track record of organizing technical problems and teams and delivering value when I say we will, better than I said it could be.</li>
<li><strong>Lean Validation:</strong> Roughly a decade spent building products for product teams has left me deeply aware of the value of strategic and early pairing of a technical contributor with a design and product partner. Rapid prototyping and shipping of minimum delightful products is a superpower of mine.</li>
<li><strong>Achieve CI/CD and Daily Deploys</strong> I have experience developing and delivering migration strategies to get your technical team (and the organization at large) from infrequent deploys to confidently shipping daily.</li>
<li><strong>Mentorship and Career Development</strong> I care deeply about my peeps (past, current and future) and want to see them living their best lives. I have a lot of energy for supporting the growth of my teams, while also shipping lots of stuff together.</li>
</ul>
</div>
<h3>What I like in an organization</h3>
<div class="hire-me-paragraph">
I love an organization where <strong>thoughtfulness radiates at every level</strong>. I like to see this balanced with a willingness to act and decide, extreme ownership of failure
(especially amongst the most senior leaders) and enthusiastic delegation and empowerment of team members. I am and love to see servant leaders who act with and expect their teams to act with integrity.
</div>
<div class="hire-me-paragraph">
With my deep history of support for product teams of all sizes, <strong>product market fit is something I live and breath</strong>. Your company should have it or be actively in pursuit of it.
If you haven't found it yet and need support, this is an area I can specifically help with.
</div>
<h3>What I like in a technical team</h3>
<div class="hire-me-paragraph">
I like <strong>a team that gives a damn</strong>. About the business, the product they are building, about the quality of their code, and about each other.
</div>
<div class="hire-me-paragraph">
I like to work with brilliant humans with no ego. I love to see technologists be good humans towards each another, great collaborators for their product partners, and pragmatic but courageous in their technical decisions.
</div>
<div class="hire-me-paragraph">
I like to see technical decisions paired appropriately with company stage and product maturity. I get excited to hear talented individuals describe their solutions in terms of its strengths AND weaknesses and look for feedback on mitigating downsides.
</div>
<h3>What I like in technical leadership</h3>
<div class="hire-me-paragraph">
I've been lucky to work with best-in class technical leaders as my peers for many years. This has helped me hone what I believe makes for a kick-ass engineering leadership group.
</div>
<div class="hire-me-paragraph">
<ul>
<li><strong>Clarity in speech and purpose</strong>
<ul>
<li>Every member of our technical organization should be able to trace the work they do on a daily basis to real, measurable objectives that support the business</li>
</ul>
</li>
<li><strong>Extreme ownership in failure but energetic recognition of others in successes</strong>
<ul>
<li>The easiest thing to get wrong in technical leadership is forgetting to push recognition down to the people sweating day in and day out to build the products our customers use</li>
<li>At the same time, I expect generative leaders to be the first to fall on the sword when things go wrong and find ways to fail forward and ensure organizational learning occurs whenever we eat shit</li>
</ul>
</li>
<li><strong>Strong partners to the business but not at the cost of Engineering core competencies</strong>
<ul>
<li>Competency 1: Enable value delivery today (strong SDLC, team metrics, CI/CD, accountability)</li>
<li>Competency 2: Ensure we can deliver value tomorrow (debt/infrastructure investment/r&d)</li>
</ul>
</li>
</ul>
</div>
<h3>Get in touch with me</h3>
<div class="hire-me-paragraph">
If it sounds like we might be a match, I'd love to chat. Even if you're unsure, please don't hesitate to reach out. I love connecting with and learning about new teams, product spaces, and people.
Feel free to email me at sarahjschultz at gmail dot com or <a class="calendar-link" href="https://cal.com/sarahschultz/new-opportunity">use this link</a> to book a 30 minute slot on my calendar.
</div>
</div>
</body>
</html>