Skip to content

Commit 0c6aa28

Browse files
committed
✨ New job, patch up some clumsy wording.
1 parent 4dbf7f6 commit 0c6aa28

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

content/about/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ draft: false
1111

1212
## What I do
1313

14-
I have been shipping code for well over two decades now, and I still really love my work. Currently I am working as a
15-
front-end heavy full-stack developer - being a huge fan of the [React][react] framework and having decades worth of
16-
experience with the [.NET ecosystem][dn]. I have entirely embraced [TypeScript][ts] for anything I would normally have
17-
written in JavaScript - such as a React front-end, [NodeJS][nodejs] middle tier code, or even [personal experiments][rnx]
18-
with [React Native][rn]. Lately I have been focusing on automating my code quality through the use of good static
19-
analysis tools like [ESLint][esl] and [Prettier][pret] paired with an extensive test suite - usually leveraging
20-
[Kent C. Dodd's][kcd] excellent [Testing Library][testl] to enhance the [Jest][jest] testing framework
14+
I have been shipping code for well over two decades now, and I still really love my work. I am a huge fan of the
15+
[React][react] framework and have decades worth of experience with the [.NET ecosystem][dn] which is why I tend to
16+
gravitate towards front-end heavy full stack roles. I have entirely embraced [TypeScript][ts] for anything I would
17+
normally have written in JavaScript - such as a React front-end, [NodeJS][nodejs] middle tier code, or even
18+
[personal experiments][rnx] with [React Native][rn]. Lately I have been focusing on automating my code quality through
19+
the use of good static analysis tools like [ESLint][esl] and [Prettier][pret] paired with an extensive test suite -
20+
usually leveraging [Kent C. Dodd's][kcd] excellent [Testing Library][testl] to enhance the [Jest][jest] testing framework
2121
[(example)][mycrypto].
2222

2323
## How I got here

content/history/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@ draft: false
2020
</tr>
2121
</thead>
2222
<tbody>
23+
<tr>
24+
<td><img class="customLogo medium-zoom-image" alt="Kiewit Corporation" src="kiewit_logo.png" /></td>
25+
<td><a href="https://www.kiewit.com">Kiewit Corporation</a></td>
26+
<td>Lead Software Engineer</td>
27+
<td>12/2022 - Present</td>
28+
<td>Omaha, NE<br />USA</td>
29+
</tr>
2330
<tr>
2431
<td><img class="customLogo medium-zoom-image" alt="Q2 Helix" src="helix2_logo.png" /></td>
2532
<td><a href="https://helix.q2.com">Helix by Q2</a></td>
2633
<td>Staff Software Engineer</td>
27-
<td>06/2021 - Present</td>
34+
<td>06/2021 - 11/2022</td>
2835
<td>Remote<br/> Austin, TX<br />USA</td>
2936
</tr>
3037
<tr>

0 commit comments

Comments
 (0)