Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions public/data/patel-tejas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Tejas Patel",
"location": "Ahmedabad, Gujarat, India",
"bio": "Full stack developer passionate about building scalable web apps, AI-powered products, and exploring finance, trading, and modern technologies like Web3 and machine learning.",
"avatar": "https://github.com/your-github-username.png",
"portfolio": "https://tejaspatel.vercel.app",
"skills": [
"JavaScript",
"TypeScript",
"React.js",
"Next.js",
"Node.js",
"Express.js",
"MongoDB",
"Prisma",
"Firebase",
"Redux",
"Zustand",
"Recoil",
"Python",
"Java",
"AI/ML",
"Web3",
"REST APIs",
"System Design",
"CI/CD",
"AWS"
],
"social": {
"GitHub": "https://github.com/patel-tejas",
"Twitter": "https://x.com/tejaspatel1532",
"LinkedIn": "https://www.linkedin.com/in/pateltejas2005/",
"Instagram": "https://www.instagram.com/_me.tez_/",
"Email": "techtezofficial@gmail.com",
}
Comment on lines +29 to +35
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify JSON syntax
jq empty public/data/patel-tejas.json

Repository: codeaashu/DevDisplay

Length of output: 129


Remove the trailing comma to fix invalid JSON syntax.

Line 34 has a trailing comma after the "Email" value, causing a parse error at line 35. This prevents the profile from loading.

Proposed fix
   "social": {
     "GitHub": "https://github.com/patel-tejas",
     "Twitter": "https://x.com/tejaspatel1532",
     "LinkedIn": "https://www.linkedin.com/in/pateltejas2005/",
     "Instagram": "https://www.instagram.com/_me.tez_/",
-    "Email": "techtezofficial@gmail.com",
+    "Email": "techtezofficial@gmail.com"
   }
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"social": {
"GitHub": "https://github.com/patel-tejas",
"Twitter": "https://x.com/tejaspatel1532",
"LinkedIn": "https://www.linkedin.com/in/pateltejas2005/",
"Instagram": "https://www.instagram.com/_me.tez_/",
"Email": "techtezofficial@gmail.com",
}
"social": {
"GitHub": "https://github.com/patel-tejas",
"Twitter": "https://x.com/tejaspatel1532",
"LinkedIn": "https://www.linkedin.com/in/pateltejas2005/",
"Instagram": "https://www.instagram.com/_me.tez_/",
"Email": "techtezofficial@gmail.com"
}
🧰 Tools
🪛 Biome (2.4.9)

[error] 35-35: Expected a property but instead found '}'.

(parse)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/data/patel-tejas.json` around lines 29 - 35, The JSON in the "social"
object contains a trailing comma after the "Email" property which makes the file
invalid; open the public/data/patel-tejas.json, locate the "social" object and
remove the trailing comma following the "Email": "techtezofficial@gmail.com"
entry so the object ends with a closing brace only, then validate the file
parses as JSON (e.g., with a linter or JSON.parse) to ensure the profile loads
correctly.

}
Comment on lines +1 to +36
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Profile won’t be discoverable until it is added to src/ProfilesList.json.

This PR adds the data file, but the registry list used by ProfilePage.jsx and Homepage.jsx (from src/ProfilesList.json) must also include patel-tejas.json; otherwise users will hit “Profile not found” and it won’t appear on the homepage grid.

💡 Follow-up change to include in this PR
 [
   "codeaashu.json",
   "madhukalita.json",
+  "patel-tejas.json",
   "amanpoddar-dev12.json",
   ...
 ]
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{
"name": "Tejas Patel",
"location": "Ahmedabad, Gujarat, India",
"bio": "Full stack developer passionate about building scalable web apps, AI-powered products, and exploring finance, trading, and modern technologies like Web3 and machine learning.",
"avatar": "https://github.com/your-github-username.png",
"portfolio": "https://tejaspatel.vercel.app",
"skills": [
"JavaScript",
"TypeScript",
"React.js",
"Next.js",
"Node.js",
"Express.js",
"MongoDB",
"Prisma",
"Firebase",
"Redux",
"Zustand",
"Recoil",
"Python",
"Java",
"AI/ML",
"Web3",
"REST APIs",
"System Design",
"CI/CD",
"AWS"
],
"social": {
"GitHub": "https://github.com/patel-tejas",
"Twitter": "https://x.com/tejaspatel1532",
"LinkedIn": "https://www.linkedin.com/in/pateltejas2005/",
"Instagram": "https://www.instagram.com/_me.tez_/",
"Email": "techtezofficial@gmail.com",
}
}
{
"name": "Tejas Patel",
"location": "Ahmedabad, Gujarat, India",
"bio": "Full stack developer passionate about building scalable web apps, AI-powered products, and exploring finance, trading, and modern technologies like Web3 and machine learning.",
"avatar": "https://github.com/your-github-username.png",
"portfolio": "https://tejaspatel.vercel.app",
"skills": [
"JavaScript",
"TypeScript",
"React.js",
"Next.js",
"Node.js",
"Express.js",
"MongoDB",
"Prisma",
"Firebase",
"Redux",
"Zustand",
"Recoil",
"Python",
"Java",
"AI/ML",
"Web3",
"REST APIs",
"System Design",
"CI/CD",
"AWS"
],
"social": {
"GitHub": "https://github.com/patel-tejas",
"Twitter": "https://x.com/tejaspatel1532",
"LinkedIn": "https://www.linkedin.com/in/pateltejas2005/",
"Instagram": "https://www.instagram.com/_me.tez_/",
"Email": "techtezofficial@gmail.com"
}
}
🧰 Tools
🪛 Biome (2.4.9)

[error] 35-35: Expected a property but instead found '}'.

(parse)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/data/patel-tejas.json` around lines 1 - 36, Add the new profile file
public/data/patel-tejas.json to the site registry by updating
src/ProfilesList.json so ProfilePage.jsx and Homepage.jsx can find it; open
src/ProfilesList.json and add the corresponding entry (use the same
slug/filename "patel-tejas" or "patel-tejas.json" and any required display
fields your list uses) so the profile appears on the homepage grid and the
router in ProfilePage.jsx can load it. Ensure the entry matches how other
profiles are referenced in ProfilesList.json (slug/id vs full filename) and
follow the same object shape used there.

Loading