|
2 | 2 | import Experience from './experience.astro' |
3 | 3 | import Time from './time.astro' |
4 | 4 | --- |
| 5 | +<Experience |
| 6 | + company="Source" |
| 7 | + location="Remote, Portland, OR" |
| 8 | + position="Senior Software Developer" |
| 9 | +> |
| 10 | + <Time begin={new Date('2025-06-10')} end='present' slot='time' /> |
| 11 | + |
| 12 | + <ul class='list-disc ml-4'> |
| 13 | + <li> |
| 14 | + Building 0→1 frontend platform to incrementally replace legacy internal |
| 15 | + tool, managing $6.5B in procurement across 1,225+ projects, starting with |
| 16 | + automated bill pay tracking, with zero disruption. |
| 17 | + </li> |
| 18 | + <li> |
| 19 | + Architected React/Next.js monorepo with component library, automated |
| 20 | + testing, and multi-environment CI/CD, reducing frontend release cycles |
| 21 | + from legacy's 2-3 weeks to same-day. |
| 22 | + </li> |
| 23 | + <li> |
| 24 | + Partnering with purchasing agents, accountants, product, and design |
| 25 | + throughout development, gathering early feedback to guide incremental |
| 26 | + feature rollout and minimize adoption risk. |
| 27 | + </li> |
| 28 | + </ul> |
| 29 | +</Experience> |
5 | 30 |
|
6 | 31 | <Experience |
7 | 32 | company='Self' |
8 | 33 | location='Remote, Portland, OR' |
9 | 34 | position='Software Development Consultant' |
10 | 35 | > |
11 | | - <Time begin={new Date('2020-07-15')} end='present' slot='time' /> |
| 36 | + <Time begin={new Date('2020-07-15')} end={new Date('2025-06-10')} slot='time' /> |
12 | 37 |
|
13 | 38 | <ul class='list-disc ml-4'> |
14 | 39 | <li> |
|
0 commit comments