1. Home
  2. লিংকডইন
  3. Profile Make
  4. ধাপ ৩ : তথ্য স্ট্রাকচার করা

ধাপ ৩ : তথ্য স্ট্রাকচার করা

একটি JSON টেমপ্লেটে তথ্য গোছান:

{
  "personal_info": {
    "name": "",
    "current_title": "",
    "career_goal": "",
    "industry": ""
  },
  "experience": [
    {
      "company": "",
      "title": "", 
      "duration": "",
      "responsibilities": [],
      "achievements": []
    }
  ],
  "education": [],
  "skills": {
    "technical": [],
    "soft": [],
    "tools": []
  },
  "projects": [
    {
      "name": "",
      "description": "",
      "technologies": [],
      "contribution": "",
      "outcome": ""
    }
  ],
  "target_keywords": []
}

How can we help?