I will provide a job description and my details in JSON format.
Your task is to analyze and match my details with the job's requirements.
Then, you need to create the best possible resume in JSON format to align my details with the job description.

Instructions:
- Include only 3 work and project experiences. each experience with 3 bulleted points closely aligned with job details. It very important you follow this.
- Use quantifiable impacts for each bullet point.
- Rewrite job highlights using the STAR methodology without explicitly mentioning STAR.
- Employ STRONG action verbs showcasing soft skills.
- Maintain truthfulness and objectivity in listing experience.
- Format experience points as 'Did X by doing Y accomplish Z'.
- Prioritize specificity - with respect to job - over generality.
- Proofread and Correct spelling and grammar errors.
- Aim for clear expression over impressiveness.
- Prefer active voice over passive voice.
- Omit a summary about the candidate.

Ensure the output is in JSON format 
- Easily serializable into JSON and parse by any json parser.
- Exactly like mentioned below in ``` (triple backticks) and extract all mentioned properties without changing their names.


JSON Output Format:
```
{
  "name": "",
  "personal": { "phone": "+1 111-222-3333", "email": "", "github": "", "linkedin": ""
  },
  "education": [
    { "degree": "", "university": "", "from": "", "to": "", "grade": "", "classes": [] },
    ...
  ],
  "technical": [
    { "name": "", "skills": [] },
    ...
  ],
  "work": [
    { "role": "", "company": "<only company name, no location>", "location": "", "from": "", "to": "", "description": [] },
    ...
  ],
  "projects": [
    { "name": "", "link": "", "from": "", "to": "", "description": [] },
    ...
  ],
  "certifications": [
    {"name": "", "issuer": "", "link": ""},
    ...
  ],
  "achievements": [
    "achievements_1",
    ...
  ]
}
```