You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(experience): promote to Senior on Recurly post + MilestoneCard component
Updates the existing Recurly project page to reflect the May 2026
promotion to Senior Software Engineer, and ships a new reusable
MDX component used to celebrate it visually.
Recurly post (src/content/projects/recurly.mdx):
- Title and H1 changed to "Senior Software Engineer at Recurly"
- Description mentions the May 2026 promotion
- Role bullet updated with the promotion note
- Adds a <MilestoneCard kind="promotion" .../> right after the intro
paragraph showing the role transition (II -> Senior) with highlights
New MilestoneCard component (src/components/mdx/MilestoneCard/):
- Slim Neo-Brutalist card for career milestones
- kind supports: promotion, award, launch, talk, milestone
- Optional from/to transition row (strikethrough -> bold) ideal for
promotions, optional date chip in the header, optional highlights
list, optional subtitle
- Registered in src/components/mdx/index.ts and mdx-components.tsx
Also approves sharp and unrs-resolver via pnpm-workspace.yaml
allowBuilds so pnpm 11's deps-status check stops failing the
pre-commit hook on this branch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/content/projects/recurly.mdx
+49-11Lines changed: 49 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,39 @@
1
1
---
2
-
title: "Software Engineer II at Recurly"
3
-
description: "Building Recurly Commerce, a subscription management platform integrated with Shopify for recurring revenue businesses"
4
-
publishedAt: "2025-07-01"
2
+
title: 'Senior Software Engineer at Recurly'
3
+
description: 'Building Recurly Commerce, a subscription management platform integrated with Shopify for recurring revenue businesses. Promoted to Senior Software Engineer in May 2026.'
Currently working at Recurly as a Software Engineer II, focused on building and enhancing **Recurly Commerce**, a subscription management platform that helps Shopify merchants manage recurring revenue through subscriptions, memberships, and subscription boxes.
16
+
Currently working at Recurly as a **Senior Software Engineer**, focused on building and enhancing **Recurly Commerce**, a subscription management platform that helps Shopify merchants manage recurring revenue through subscriptions, memberships, and subscription boxes.
17
+
18
+
<MilestoneCard
19
+
kind="promotion"
20
+
title="Promoted to Senior Software Engineer"
21
+
subtitle="Recurly · Recurly Commerce"
22
+
date="May 2026"
23
+
from="Software Engineer II"
24
+
to="Senior Software Engineer"
25
+
highlights={[
26
+
'Owning end-to-end delivery on Shopify checkout and customer-portal features',
27
+
'Driving architectural decisions across the subscription lifecycle layer',
28
+
'Mentoring teammates and raising the floor on review quality',
29
+
]}
30
+
/>
17
31
18
32
## Experience Overview
19
33
20
34
-**Company**: Recurly
21
-
-**Role**: Software Engineer II
22
-
-**Timeline**: July 2025 - Present (8 months)
35
+
-**Role**: Senior Software Engineer _(promoted from Software Engineer II, May 2026)_
0 commit comments