-
Notifications
You must be signed in to change notification settings - Fork 0
Release/2025-10-16 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fix: Update job titles in resume for consistency by removing parentheses
Feature/update-resume
feat: Add new projects and images to resume
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Expands resume content by adding a new research role and multiple projects, standardizing job titles, and refining project descriptions/tech stacks for consistency.
- Added University of Calgary "Undergraduate Researcher" role and several new projects (DeFi Stablecoin, Ride Sharing, NFT Collection, ERC20 Token, GameStore, PyTorch, Game Heaven, Lotion Plus, LibCode).
- Standardized some job titles (removed parentheses in part-time roles) and adjusted descriptions and technologies (e.g., AWS naming).
- Updated project metadata (dates, links, technologies).
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| dates: "Aug. 2025 - Sep. 2025", | ||
| active: true, | ||
| description: | ||
| "An decentralized stablecoin protocol with exogenous collateral (ETH & BTC), algorithmic minting, and USD pegged, inspired by MakerDAO", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Grammar fix: use 'A decentralized' instead of 'An decentralized'. Also consider hyphenating 'USD-pegged' for clarity.
| "An decentralized stablecoin protocol with exogenous collateral (ETH & BTC), algorithmic minting, and USD pegged, inspired by MakerDAO", | |
| "A decentralized stablecoin protocol with exogenous collateral (ETH & BTC), algorithmic minting, and USD-pegged, inspired by MakerDAO", |
| active: true, | ||
| description: | ||
| "An decentralized stablecoin protocol with exogenous collateral (ETH & BTC), algorithmic minting, and USD pegged, inspired by MakerDAO", | ||
| technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"], |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brand capitalization: 'Github' should be 'GitHub'.
| "OpenTelemetry", | ||
| "gRPC", | ||
| "Stripe", | ||
| "Github Actions", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brand capitalization: 'Github' should be 'GitHub'.
| "Github Actions", | |
| "GitHub Actions", |
| active: true, | ||
| description: | ||
| "A collection of ERC-721 NFT smart contracts built with OpenZeppelin, deploying static and dynamic on-chain traits", | ||
| technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"], |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brand capitalization: 'Github' should be 'GitHub'.
| active: true, | ||
| description: | ||
| "An ERC-20 token smart contract built with OpenZeppelin, deploying Axel Token (AXL)", | ||
| technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"], |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brand capitalization: 'Github' should be 'GitHub'.
| href: "https://github.com/Axeloooo/Ecommerce-Client", | ||
| icon: <Icons.github className="size-3" />, | ||
| }, | ||
| { |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link type label should be 'PyPI' (not 'PyPi') to match official branding.
| }, | ||
| { | ||
| type: "PyPi", | ||
| href: "https://pypi.org/project/LibCode/1.3.0/", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid pinning a specific PyPI version in the link; prefer the stable project URL to prevent staleness: https://pypi.org/project/LibCode/.
| href: "https://pypi.org/project/LibCode/1.3.0/", | |
| href: "https://pypi.org/project/LibCode/", |
| { | ||
| type: "Source", | ||
| href: "https://github.com/Axeloooo/Ecommerce-API", | ||
| href: "https://github.com/Axeloooo/Ecommerce-Client", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'LibCode' project links to 'Ecommerce-Client' repo; update to the correct LibCode repository URL (e.g., https://github.com/Axeloooo/LibCode).
| href: "https://github.com/Axeloooo/Ecommerce-Client", | |
| href: "https://github.com/Axeloooo/LibCode", |
| dates: "Jul. 2025 - Sep. 2025", | ||
| active: true, | ||
| description: | ||
| "Full-stack ride-sharing platform enabling users to request rides, match with drivers, and manage trips through scalable microservice architecture", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Grammar: add an article — 'through a scalable microservice architecture'.
| "Full-stack ride-sharing platform enabling users to request rides, match with drivers, and manage trips through scalable microservice architecture", | |
| "Full-stack ride-sharing platform enabling users to request rides, match with drivers, and manage trips through a scalable microservice architecture", |
| video: "", | ||
| }, | ||
| { | ||
| title: "ERC20 Token", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standard naming uses a hyphen: 'ERC-20'.
| title: "ERC20 Token", | |
| title: "ERC-20 Token", |
This pull request makes several updates to the
src/data/resume.tsxfile, primarily expanding the resume's work experience and projects sections. It adds new roles and projects, updates existing project details, and standardizes some job titles for consistency.Key changes include:
New entries and expansions:
Edits and standardization:
Project details and corrections:
These changes collectively enhance the resume's completeness, consistency, and clarity.