feat(experience): promote to Senior on Recurly post + MilestoneCard component#5
Closed
Codestz wants to merge 1 commit into
Closed
feat(experience): promote to Senior on Recurly post + MilestoneCard component#5Codestz wants to merge 1 commit into
Codestz wants to merge 1 commit into
Conversation
…omponent 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/experience/recurly) to reflect the May 2026 promotion to Senior Software Engineer — title, description, H1, and role bullet are all updated.MilestoneCardMDX component for career events (promotion, award, launch, talk, milestone) and drops one into the Recurly page to celebrate the promotion visually.sharpandunrs-resolverinpnpm-workspace.yamlso the pre-commit hook stops failing on this branch.MilestoneCard at a glance
Neo-Brutalist slim card. Header strip with
kindchip + optional date. Title + optional subtitle. Optional FROM → TO transition row (strikethrough on FROM, bold on TO) — ideal for promotions. Optional highlights list as compact bullets.Reusable on any future career event (next promotion, conference talks, launches, awards).
Files
src/components/mdx/MilestoneCard/{MilestoneCard.tsx,.types.ts,index.ts}src/components/mdx/index.ts,mdx-components.tsx— registerMilestoneCardsrc/content/projects/recurly.mdx— title + H1 + role + description + inlineMilestoneCardpnpm-workspace.yaml—allowBuilds: { sharp: true, unrs-resolver: true }Test plan
🤖 Generated with Claude Code