Skip to content

Commit

Permalink
cv.html: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
glacials committed Sep 17, 2024
1 parent dedc5b2 commit dc3569e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 23 deletions.
Binary file modified public/ben-carlsson-resume.pdf
Binary file not shown.
80 changes: 57 additions & 23 deletions src/cold/cv.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ updated: 2023-12-20
---

<style>
.print {
display: none;
}
@media print {
.container {
max-width: 50rem;
Expand All @@ -32,6 +35,25 @@ updated: 2023-12-20
.container {
max-width: 75rem;
}
.print {
display: inherit;
}
}
body {
font-family:
-apple-system,
BlinkMacSystemFont,
avenir next,
avenir,
segoe ui,
helvetica neue,
helvetica,
Cantarell,
Ubuntu,
roboto,
noto,
arial,
sans-serif !important;
}
h2 + * {
margin-top: 0;
Expand Down Expand Up @@ -64,7 +86,7 @@ updated: 2023-12-20
</a>
</p>
<p>
<a href="mailto:[email protected]" style="white-space: nowrap">[email protected]</a>
<a href="mailto:[email protected]" style="white-space: nowrap">[email protected]</a>
/ (925) 979-5797
<br />
<a
Expand All @@ -82,42 +104,55 @@ updated: 2023-12-20
>
</p>
<p>
Early Twitch engineer with 10+ years experience in full-stack & backend
engineering and tech leadership,<br />with an eye for developer velocity and
user experience.
Early Twitch engineer with 10+ years experience in full stack & backend
engineering and tech leadership, <br class="print" />with an eye for
developer velocity and user experience.
</p>
</div>
<h2>Job History</h2>
<div class="job">
<div class="role">Principal Software Engineer</div>
<div class="role">iOS Engineer</div>
@
<h3 class="company">SunPower</h3>
<h3 class="company">Brown Note</h3>
<div>Self-Employed</div>
<div class="location">Seattle, WA</div>
July 2022–Present
January 2024–Present
<ul>
<li>
Foundeded, designed, & built a new solar workflow orchestration team and system,
resolving coordination issues between five "boots on the ground" teams
operating across hundreds of jurisdictions with minutely different laws
A side project that got out of hand and became a full-time job, Brown Note
is an iOS and iPadOS app that codifies a pen-and-paper technique I
developed to help diagnose gastrointenstinal issues
</li>
<li>
Talked to users and rapidly prototyped new ideas, leading to users
ultimately discovering problem foods
</li>
<li>
Mentored senior engineers to bring organization up to modern software standards including
blameless portmortems, on-call flows, and design document review
Self-taught Swift, SwiftUI, and SwiftData using modern iOS standards and
practices, leading to first-try App Store approval
</li>
<li>
Wore many hats serving roles from engineer to designer to customer support
</li>
</ul>
</div>
<div class="job">
<div class="role">Staff Software Engineer</div>
<div class="role">Principal Software Engineer</div>
@
<h3 class="company">FalconX</h3>
<h3 class="company">SunPower</h3>
<div class="location">Seattle, WA</div>
January 2022–June 2022
July 2022–January 2024
<ul>
<li>Entered via acquisition of YourBase January 2022</li>
<li>
Improved internal developer experience and onboarding by building internal
CLI to manage monolith complexity, reducing time-to-first-commit for new
engineers from 3 weeks to 2 days
Founded, designed, & built a new solar workflow orchestration team and
system, resolving coordination issues between five "boots on the ground"
teams operating across hundreds of jurisdictions with minutely different
laws
</li>
<li>
Mentored senior engineers to bring organization up to modern software
standards including blameless portmortems, on-call flows, and design
document review
</li>
</ul>
</div>
Expand All @@ -126,7 +161,7 @@ updated: 2023-12-20
@
<h3 class="company">YourBase</h3>
<div class="location">Seattle, WA</div>
April 2020–January 2022
April 2020–June 2022
<ul>
<li>
Ideated & led a company pivot from proprietary CI product to an
Expand All @@ -146,11 +181,10 @@ updated: 2023-12-20
weeks of joining by replacing raw queries with ORM relationships, bringing
the most-used API endpoint from &gt;12s down to &lt;50ms
</li>
<li>Exited via acquisition by FalconX January 2022</li>
</ul>
</div>
<div class="job">
<div class="role">Technical Founder</div>
<div class="role">CEO & Technical Founder</div>
@
<h3 class="company">Splits.io</h3>
<div class="location">Seattle, WA</div>
Expand Down Expand Up @@ -183,7 +217,7 @@ updated: 2023-12-20
@
<h3 class="company">Twitch</h3>
<div class="location">San Francisco, CA</div>
2014–2019
January 2014–January 2019
<ul>
<li>
Built, scaled, and
Expand Down

0 comments on commit dc3569e

Please sign in to comment.