-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/update education and resume #8
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
This pull request updates resume information and upgrades the ESLint configuration for Next.js. It adds a Master's degree entry to the education section, refines the description of an undergraduate research position to better highlight technical contributions, and upgrades the eslint-config-next dependency from version 14.2.4 to 16.1.3.
Changes:
- Added Master of Science degree entry with September 2026 start date
- Enhanced research position description to emphasize cross-chain marketplace technical architecture
- Upgraded eslint-config-next from 14.2.4 to ^16.1.3
- Updated Resume.pdf binary file
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/data/resume.tsx | Added new Master's degree education entry and updated research position description with more technical detail |
| package.json | Upgraded eslint-config-next dependency to version ^16.1.3 |
| public/Resume.pdf | Updated PDF resume document (binary file) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull request includes an update to a package dependency and enhancements to the resume data in
src/data/resume.tsx. The most notable changes are an upgrade to the ESLint configuration for Next.js and improvements to the education and experience sections of the resume data.Dependency update:
eslint-config-nextdependency inpackage.jsonfrom version14.2.4to^16.1.3, which may include new linting rules and compatibility improvements for Next.js projects.Resume data improvements: