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:
- Use quantifiable impacts for each bullet point.
- Employ STRONG action verbs showcasing soft skills.
- Maintain truthfulness and objectivity in listing experience.
- Prioritize specificity over generality.
- Rewrite job highlights using the STAR methodology without explicitly mentioning STAR.
- 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.

For the work or projects section:
- Include a maximum of 3 experiences closely aligned with job details.
- Limit bulleted points to a maximum of 3, expressing the full context of each experience.
- Format all bullets as 'Did X by doing Y accomplish Z'.

Ensure the output is in JSON format, easily serializable into JSON.

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