Skip to content

Conversation

Copy link

Copilot AI commented Nov 25, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Replace the hardcoded '11 years’ experience' in the SITE_CONTENT.about.description field within src/config/index.ts with programmatically calculated dynamic years of experience. The calculation should rely on the current year minus Calum's start year at Barclays Bank (2020).

Use code to dynamically compute the length of experience so that it updates with time. Ensure this logic is implemented such that it does not require manual updates for subsequent years.

Example:

  1. Current year is 2025, and the start year is 2020.
    The resulting 'years of experience' dynamically should indicate '5 years' instead of hardcoding the value.

Do not affect other descriptive text in the 'about' description.

This pull request was created as a result of the following prompt from Copilot chat.

Replace the hardcoded '11 years’ experience' in the SITE_CONTENT.about.description field within src/config/index.ts with programmatically calculated dynamic years of experience. The calculation should rely on the current year minus Calum's start year at Barclays Bank (2020).

Use code to dynamically compute the length of experience so that it updates with time. Ensure this logic is implemented such that it does not require manual updates for subsequent years.

Example:

  1. Current year is 2025, and the start year is 2020.
    The resulting 'years of experience' dynamically should indicate '5 years' instead of hardcoding the value.

Do not affect other descriptive text in the 'about' description.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Nov 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
calumbradley.dev Ready Ready Preview Comment Nov 25, 2025 9:42pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants