Skip to content

Conversation

@Axeloooo
Copy link
Owner

This pull request makes several updates to the src/data/resume.tsx file, 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:

  • Added a new work experience as "Undergraduate Researcher" at the University of Calgary, detailing research on cross-chain AIoT data marketplaces.
  • Added several new projects, including "DeFi Stablecoin," "Ride Sharing," "NFT Collection," "ERC20 Token," "GameStore," "PyTorch," "Game Heaven," "Lotion Plus," and "LibCode," each with descriptions, technologies, and source links. [1] [2] [3] [4]

Edits and standardization:

  • Standardized job titles by removing parentheses from part-time roles (e.g., "Full Stack Engineer (Part-Time)" → "Full Stack Engineer Part-Time") for consistency across work entries. [1] [2] [3]
  • Updated project descriptions for "ChoreShare," "MyNotes," and "The Last Show" to remove trailing periods and clarify technology names (e.g., "DynamoDB" → "AWS DynamoDB"). [1] [2] [3]

Project details and corrections:

  • Adjusted project dates, technology stacks, and links for several existing projects, ensuring accuracy and completeness. [1] [2] [3] [4]

These changes collectively enhance the resume's completeness, consistency, and clarity.

@Axeloooo Axeloooo self-assigned this Oct 17, 2025
Copilot AI review requested due to automatic review settings October 17, 2025 00:55
@Axeloooo Axeloooo added the enhancement New feature or request label Oct 17, 2025
@vercel
Copy link

vercel bot commented Oct 17, 2025

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

Project Deployment Preview Comments Updated (UTC)
portfolio Ready Ready Preview Comment Oct 17, 2025 0:56am

@Axeloooo Axeloooo merged commit 2b5a63c into main Oct 17, 2025
3 checks passed
@Axeloooo Axeloooo deleted the release/2025-10-16 branch October 17, 2025 00:56
@github-actions
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Contributor

Copilot AI left a 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",
Copy link

Copilot AI Oct 17, 2025

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.

Suggested change
"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",

Copilot uses AI. Check for mistakes.
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"],
Copy link

Copilot AI Oct 17, 2025

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'.

Copilot uses AI. Check for mistakes.
"OpenTelemetry",
"gRPC",
"Stripe",
"Github Actions",
Copy link

Copilot AI Oct 17, 2025

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'.

Suggested change
"Github Actions",
"GitHub Actions",

Copilot uses AI. Check for mistakes.
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"],
Copy link

Copilot AI Oct 17, 2025

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'.

Copilot uses AI. Check for mistakes.
active: true,
description:
"An ERC-20 token smart contract built with OpenZeppelin, deploying Axel Token (AXL)",
technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"],
Copy link

Copilot AI Oct 17, 2025

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'.

Copilot uses AI. Check for mistakes.
href: "https://github.com/Axeloooo/Ecommerce-Client",
icon: <Icons.github className="size-3" />,
},
{
Copy link

Copilot AI Oct 17, 2025

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.

Copilot uses AI. Check for mistakes.
},
{
type: "PyPi",
href: "https://pypi.org/project/LibCode/1.3.0/",
Copy link

Copilot AI Oct 17, 2025

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/.

Suggested change
href: "https://pypi.org/project/LibCode/1.3.0/",
href: "https://pypi.org/project/LibCode/",

Copilot uses AI. Check for mistakes.
{
type: "Source",
href: "https://github.com/Axeloooo/Ecommerce-API",
href: "https://github.com/Axeloooo/Ecommerce-Client",
Copy link

Copilot AI Oct 17, 2025

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).

Suggested change
href: "https://github.com/Axeloooo/Ecommerce-Client",
href: "https://github.com/Axeloooo/LibCode",

Copilot uses AI. Check for mistakes.
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",
Copy link

Copilot AI Oct 17, 2025

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'.

Suggested change
"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",

Copilot uses AI. Check for mistakes.
video: "",
},
{
title: "ERC20 Token",
Copy link

Copilot AI Oct 17, 2025

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'.

Suggested change
title: "ERC20 Token",
title: "ERC-20 Token",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants