Refactor code structure for improved readability and maintainability#2
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This pull request updates the site’s profile/experience content and resume assets (despite the PR title implying a code-structure refactor).
Changes:
- Updated
profile.jsonlocation and resume URL. - Revised experience entry details (role/company text, responsibilities, tech stack, logos).
- Added an additional resume PDF to
public/resume.
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
src/data/profile.json |
Updates location and changes the resume link to a versioned PDF. |
src/data/experience.json |
Refreshes experience content and assets; adds new fields/wording. |
public/resume/Adarsh_Kadam_v1.pdf |
Adds a resume PDF asset (currently appears unreferenced by the app). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "website": "https://adarshkadam.is-a.dev", | ||
| "domain": "adarshkadam.is-a.dev", | ||
| "resumeUrl": "/resume/Adarsh_Kadam.pdf", | ||
| "resumeUrl": "/resume/Adarsh_Kadam_v2.pdf", |
Comment on lines
+8
to
+12
| "type": "Internship and contract", | ||
| "startDate": "2024-09-01", | ||
| "endDate": null, | ||
| "current": true, | ||
| "description": "Working on Android and web applications using React Native, PHP, and MySQL for government projects including NMC Sky Sign Department, Akola SEVA Project, and Tribal PWD.", | ||
| "companyLogo": "/images/projects/nmc_project/nmc_project_1.jpg", | ||
| "endDate": "2025-12-25", | ||
| "time": "1 year 4 months", | ||
| "description": "Contributed to the development of web and mobile applications for government departments, enhancing public service delivery and digital transformation.", |
| "Enabled display of 650+ registered hoardings for NMC Sky Sign Department", | ||
| "Trained officers across 27+ police stations for SEVA app adoption", | ||
| "Improved web application for Tribal PWD managing 130+ schools" | ||
| "Developed NMC Sky Sign Department app for Nagpur Municipal Corporation and Enabled display of 650+ registered hoardings for NMC Sky Sign Department", |
Comment on lines
+7
to
+10
| "location": "Maharashtra, India", | ||
| "website": "https://adarshkadam.is-a.dev", | ||
| "domain": "adarshkadam.is-a.dev", | ||
| "resumeUrl": "/resume/Adarsh_Kadam.pdf", | ||
| "resumeUrl": "/resume/Adarsh_Kadam_v2.pdf", |
| "website": "https://adarshkadam.is-a.dev", | ||
| "domain": "adarshkadam.is-a.dev", | ||
| "resumeUrl": "/resume/Adarsh_Kadam.pdf", | ||
| "resumeUrl": "/resume/Adarsh_Kadam_v2.pdf", |
Comment on lines
+8
to
+12
| "type": "Internship and contract", | ||
| "startDate": "2024-09-01", | ||
| "endDate": null, | ||
| "current": true, | ||
| "description": "Working on Android and web applications using React Native, PHP, and MySQL for government projects including NMC Sky Sign Department, Akola SEVA Project, and Tribal PWD.", | ||
| "companyLogo": "/images/projects/nmc_project/nmc_project_1.jpg", | ||
| "endDate": "2025-12-25", | ||
| "time": "1 year 4 months", | ||
| "description": "Contributed to the development of web and mobile applications for government departments, enhancing public service delivery and digital transformation.", |
| "Enabled display of 650+ registered hoardings for NMC Sky Sign Department", | ||
| "Trained officers across 27+ police stations for SEVA app adoption", | ||
| "Improved web application for Tribal PWD managing 130+ schools" | ||
| "Developed NMC Sky Sign Department app for Nagpur Municipal Corporation and Enabled display of 650+ registered hoardings for NMC Sky Sign Department", |
Comment on lines
+7
to
+10
| "location": "Maharashtra, India", | ||
| "website": "https://adarshkadam.is-a.dev", | ||
| "domain": "adarshkadam.is-a.dev", | ||
| "resumeUrl": "/resume/Adarsh_Kadam.pdf", | ||
| "resumeUrl": "/resume/Adarsh_Kadam_v2.pdf", |
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.
No description provided.