Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Resume JSON to generate a Resume PDF using JSON-Resume #3

Open
rajasekhar02 opened this issue Jul 12, 2022 · 0 comments
Open

Add Resume JSON to generate a Resume PDF using JSON-Resume #3

rajasekhar02 opened this issue Jul 12, 2022 · 0 comments

Comments

@rajasekhar02
Copy link
Owner

rajasekhar02 commented Jul 12, 2022

{
    "basics": {
        "name": "Raja Sekhar",
        "label": "Student",
        "image": "",
        "email": "[email protected]",
        "phone": "(573) 202-1224",
        "url": "rajasekhar02.github.io",
        "summary": "",
        "location": {
            "address": "1300 N Oak Street APT-6",
            "postalCode": "MO 65401",
            "city": "Rolla",
            "countryCode": "US",
            "region": "Missouri"
        },
        "profiles": [
            {
                "network": "Github",
                "username": "rajasekhar02",
                "url": "https://github.com/rajasekhar02"
            },
            {
                "network": "LinkedIn",
                "username": "pothinarajasekhar",
                "url": "https://www.linkedin.com/in/pothinarajasekhar/"
            }
        ],
        "headline": "Keep Struggling, Success is just a day far and remind this to yourself everyday",
        "work": [
            {
                "name": "Eruvaka Technologies Private Limited",
                "position": "Software Developer",
                "url": "https://eruvaka.com/",
                "startDate": "2019-01-02",
                "endDate": "2022-01-07",
                "summary": "Worked on the migrating the Frontend of Pondlogs application v1 to v2",
                "highlights": [
                    "Awarded ESOPs for my contribution to the pondlogs application"
                ]
            },
            {
                "name": "Tata Consultancy Services",
                "position": "Assitant System Engineer",
                "url": "https://www.tcs.com/",
                "startDate": "2017-07-17",
                "endDate": "2018-12-31",
                "summary": "Worked on Automating the BPA tasks using C#, Itextsharp, VBscript"
            }
        ],
        "education": [
            {
                "institution": "Missouri University of Science and Technology",
                "url": "https://www.mst.edu/",
                "area": "Computer and Information Sciences",
                "studyType": "Masters",
                "startDate": "2022-01-18",
                "endDate": "2023-05-31"
            }
        ]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant