Skip to content

Commit

Permalink
Update about me offerings
Browse files Browse the repository at this point in the history
* Increase focus on tests
* Decrease focus on async and remote
  • Loading branch information
john-kurkowski committed Apr 2, 2024
1 parent 4ad012f commit 1295c7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
8 changes: 2 additions & 6 deletions src/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ specialize in the following.
collapse the house of cards? I've worked on teams with 0% test coverage and
100% test coverage. I teach the happy medium.

- **Team augmentation.** I can spike the above processes with you. Or handle
overflow tasks. I've worked remotely, asynchronously, and independently for
years.

- **Web tech stack.** You wanted buzzword bingo, you got it. I excel at browser
JavaScript, Node.js, Python, JVM, CI/CD, Unix, and Git.
- **Web tech stack.** You wanted buzzword bingo, you got it. I excel at
JavaScript, TypeScript, Node.js, Python, JVM, CI/CD, Unix, and Git.

- **Overcommunication.** I've been on both sides of the consultant vs. hiring
in-house debate. If I'm unable to integrate well, _I'll be the squeaky wheel_.
Expand Down
16 changes: 9 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ function Index(props: { data: QueryData }): React.ReactElement {
🚢
</span>
<span className='ml-4'>
<em>Ship</em> incrementallyno rewrites
<em>Ship</em> incrementally, no rewrites
</span>
</li>
<li className='flex'>
<span aria-label='Globe with meridians' role='img'>
🌐
<span aria-label='Test tube' role='img'>
🧪
</span>
<span className='ml-4'>
<em>Collaborate</em> remotely
<em>Test</em> to serve the team, not a metric
</span>
</li>
<li className='flex'>
Expand All @@ -46,11 +46,13 @@ function Index(props: { data: QueryData }): React.ReactElement {
<div className='mt-8'>
<p>
Evolve your frontend to ship incrementally. You don't need to
rewrite from scratch. Reduce risk for you and customers.
rewrite from scratch. Reduce risk for you and customers. Your team
will love the momentum from showing, not telling.
</p>

<p>
Just want a tune up? I debug any existing, legacy, or unfinished
system. I work remotely, asynchronously, and independently.
system.
</p>
</div>

Expand Down Expand Up @@ -86,7 +88,7 @@ function pageForProps(props: { data: QueryData }): Page {
return {
dateForMeta: '',
description:
'I help frontend teams ship incrementally, without rewrites. Collaborate remotely. Debug any app, existing or legacy.',
'I help frontend teams ship incrementally, no rewrites. Test to serve the team, not a metric. Debug any app, existing or legacy.',
site: props.data.site,
title: `${props.data.site.siteMetadata.title} - ${props.data.site.siteMetadata.description}`,
url: '/',
Expand Down

0 comments on commit 1295c7e

Please sign in to comment.