Skip to content

Commit

Permalink
Changed some wording and styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrockman committed Feb 25, 2024
1 parent 6d7a02f commit 752fd26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _sass/resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ div.section {
}

.main-banner>img {
width: 100%;
width: 220px;
border: 4px solid black;
margin-bottom: 0.5rem;
align-self: center;
Expand Down
17 changes: 8 additions & 9 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
<p>
πŸ§‘β€πŸ”¬ Built tooling to <span class='light-gold'>evaluate the performance and
correctness</span> of
LinkedIn's new metrics platform (managed by a third-party), allowing the team to <span
class='light-gold'>debug</span>
LinkedIn's new metrics platform, allowing the team to <span class='light-gold'>debug</span>
and <span class='light-gold'>fix underlying
issues before migration</span>, as well as measure progress.
</p>
Expand Down Expand Up @@ -178,14 +177,14 @@
href="https://engineering.linkedin.com/teams/data/analytics-platform-apps/data-applications/t-rex">T-REX</a>).
</p>
<p>
πŸ§ͺ Built functionality to incrementally deploy experiment definitions to our fleet while
monitoring application health signals,
πŸ§ͺ Built functionality to incrementally deploy experiment definitions while
automatically evaluating their effects on application health signals,
<span class='light-gold'>reducing likelihood of incidents</span> from insufficiently
validated A/B test treatments.
</p>
<p>
πŸ“‹ Created a GitHub Action to allow teams to manage their monitoring and alerting
infrastructure as code, facilitating <span class='light-gold'>better alerting practices
πŸ“‹ Created a GitHub Action to allow teams to manage their dashboards and alerts as code,
facilitating <span class='light-gold'>better alerting practices
through code-review</span> as well as providing
discoverable examples to be leveraged by others, improving oncall
quality-of-life.
Expand Down Expand Up @@ -216,14 +215,14 @@
for application development.
</p>
<p>
πŸ”§ Created a Python tool to automate deployments our main monolith as well as
other legacy C# applications, eliminating
πŸ”§ Created a Python tool to automate safe deployments of our legacy C# applications
(including our main monolith), eliminating
<span class='light-gold'></span>
all deployment-related issues</span>. Included writing thorough documentation and
training
<span class='light-gold'>30+ developers</span> on tools
use, which allowed engineers to confidently and
safely deploy legacy code without fear of user
safely deploy new code without fear of user
impact.
</p>
<p>
Expand Down

0 comments on commit 752fd26

Please sign in to comment.