Skip to content

omermujtaba18/omermujtaba18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Get Profile
const profile = await fetch("/get/profile/omermujtaba");
Response
{
    "name": "Omer Mujtaba",
    "location": "Vaughan, Ontario",
    "profession": "Software Engineer",
    "experience": [
        {
            "company": "Zendesk",
            "title": "Software Engineer II",
            "startDate": "Jan, 2022",
            "endDate": "Present",
            "current" : true,
        },
        {
            "company": "Morangofilms",
            "title": "Full Stack Engineer",
            "startDate": "May, 2020",
            "endDate": "Jan, 2022",
        },
        {
            "company": "Switch - Ideas That Connect",
            "title": "Software Engineer",
            "startDate": "Jul, 2018",
            "endDate": "Nov, 2019",
        },
    ],
}

Releases

No releases published

Packages

No packages published