Skip to content

Instantly share code, notes, and snippets.

@ankushKun
Last active January 18, 2023 07:04
Show Gist options
  • Save ankushKun/fd45351c0623c90c54a9937fee739997 to your computer and use it in GitHub Desktop.
Save ankushKun/fd45351c0623c90c54a9937fee739997 to your computer and use it in GitHub Desktop.
Json file to store resume details
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Ankush Singh",
"label": "Software Developer",
"email": "ankush4singh@gmail.com",
"url": "https://ankushKun.github.io",
"summary": "Hi, I am Ankush Singh.\nI love building and learning.",
"location": {
"countryCode": "India",
"city": "Howrah"
},
"profiles": [
{
"network": "Github",
"username": "ankushKun",
"url": "https://github.com/ankushKun"
},
{
"network": "Twitter",
"username": "ankushKun_",
"url": "https://twitter.com/ankushKun_"
},
{
"network": "LinkedIn",
"username": "ankushKun",
"url": "https://linkedin.com/in/ankushkun"
}
]
},
"work": [
{
"name": "PW (Physics Wallah)",
"position": "Software Developer Intern",
"startDate": "2022-11-30",
"highlights": [
"Collaborated and worked on various software tools for the PW studio staff and students."
],
"url": "https://www.linkedin.com/company/78087354"
},
{
"name": "OtakuKart",
"position": "Game Developer",
"startDate": "2022-11-01",
"endDate": "2022-01-01",
"highlights": [
"Worked on a mobile game using Unity and C#."
],
"url": "https://www.linkedin.com/company/14455606"
}
],
"volunteer": [
{
"organization": "SheBuilds",
"position": "Technical Mentor",
"startDate": "2023-01-06",
"endDate": "2023-01-08",
"summary": "Volunteered as a technical mentor for the SheBuilds hackathon. Main roles include helping the participating teams with their technical issues related to game development or web development.",
"highlights": [],
"url": "https://www.linkedin.com/company/89737954"
},
{
"organization": "Hackoverflow Society",
"position": "Technical Coordinator",
"startDate": "2022-09-30",
"summary": "Volunteering for the Hackoverflow tech society at my university as a Technical Coordinator and Web Developer.",
"highlights": [],
"url": "https://www.linkedin.com/company/31214839"
}
],
"education": [
{
"institution": "Chandigarh University",
"area": "Computer Science and Engineering",
"studyType": "Bachelors",
"startDate": "2022-09-30",
"endDate": "2026-09-30"
},
{
"institution": "St Thomas' Church School Howrah",
"area": "Science & Computer Programming",
"studyType": "10+2",
"startDate": "2010-04-01",
"endDate": "2022-04-01"
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Frontend Development",
"keywords": [
"React / Next",
"TailwindCSS",
"Svelte"
]
},
{
"name": "Backend Development",
"keywords": [
"Flask",
"ExpressJS",
"SQLite"
]
},
{
"name": "Blockchain Development",
"keywords": [
"DeSo",
"Concordium",
"Tezos / SmartPy"
]
},
{
"name": "Game Development",
"keywords": [
"Unity Engine / C#",
"Godot Engine"
]
},
{
"name": "Developer Tools",
"keywords": [
"Git & Github",
"UNIX CLI"
]
}
],
"interests": [
{
"name": "Interacting with the Community",
"keywords": [
"Hackathons",
"Meetups",
"DevFests"
]
},
{
"name": "Cybersecurity",
"keywords": [
"CTFs",
"Pentesting, HTB"
]
},
{
"name": "and more...",
"keywords": [
"Open Source",
"Retro Games & Tech"
]
}
],
"projects": [
{
"name": "Desonity SDK",
"startDate": "2022-04-05",
"endDate": "2022-05-31",
"summary": "A package for Unity game engine that helps integrate the decentralised social blockchain into a unity game, enabling game developers to add decentralised identity login and NFTs into their game.",
"url": "https://Github.com/Desonity/Desonity",
"keywords": [
"Unity3D, C#",
"DeSo Blockchain",
"Web APIs"
]
},
{
"name": "In-Game Marketplace Prototype",
"startDate": "2022-03-31",
"endDate": "2022-03-31",
"summary": "A small prototype to show how NFTs can be used to let players buy game items that are bound to a decentralised identity that they own and can by used across games built on the same blockchain network.",
"url": "https://youtu.be/-Ute7GNiZxk",
"keywords": [
"Unity3D, C#",
"DeSo Blockchain",
"Web APIs"
]
},
{
"name": "Animedoro Timer",
"startDate": "2021-01-31",
"summary": "A Browser based timer application based on the anime-pomodoro technique to boost productivity",
"url": "https://github.com/ankushKun/animedoro-timer",
"endDate": "2021-02-28",
"keywords": [
"HTML, CSS, JS",
"Github Pages"
]
},
{
"name": "Cheap Saber - VR Game",
"startDate": "2020-03-31",
"summary": "A Beat Saber clone for android VR devices that utilizes AR for tracking physical handheld sticks to display the sabers in game that is used for playing the game.",
"url": "https://youtu.be/q86asyDYh1Q",
"endDate": "2020-05-31",
"keywords": [
"Unity3D, C#",
"Google Cardboard SDK",
"Vuforia SDK"
]
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"theme": "stackoverflow"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment