Skip to content

Instantly share code, notes, and snippets.

@leonardssh
Last active September 16, 2022 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonardssh/d72297eb48abfad33e70e1313cd35614 to your computer and use it in GitHub Desktop.
Save leonardssh/d72297eb48abfad33e70e1313cd35614 to your computer and use it in GitHub Desktop.
Resume
{
"$schema": "https://gist.githubusercontent.com/leonardssh/c9c77d12c05df9c56b4979b9753a827c/raw/resume-schema.json",
"basics": {
"name": "Narcis Ionut B.",
"label": "Full-Stack Web Developer",
"summary": "My name is Narcis and I'm a full-stack web developer who relocated recently to The Netherlands. I'm looking for new challenges in my career therefore I'm currently looking for hire.\n\nI'm well versed in the art of web development. I can manage to do front-end and back-end with relative ease from the point of conceptualization to the point of delivery.",
"url": "https://leonard.sh",
"image": "https://leonard.sh/images/me.png",
"email": "me@leonard.sh",
"location": {
"address": "Rotterdam",
"postalCode": "3076",
"city": "Rotterdam",
"countryCode": "NL",
"region": "South Holland"
},
"profiles": [
{
"network": "GitHub",
"username": "leonardssh",
"url": "https://github.com/leonardssh"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/leonardssh/",
"username": "leonardssh"
},
{
"network": "Twitter",
"url": "https://twitter.com/leonardssh22",
"username": "leonardssh22"
},
{
"network": "Instagram",
"username": "leonardssh22",
"url": "https://www.instagram.com/leonardssh22/"
},
{
"network": "Portfolio",
"username": "leonard.sh",
"url": "https://leonard.sh"
}
]
},
"skills": [
{
"keywords": [
{
"name": "HTML5",
"wakatime": "HTML",
"group": 0
},
{
"name": "CSS3",
"wakatime": "CSS",
"group": 0
},
{
"name": "JavaScript (ES6)",
"wakatime": "JavaScript",
"group": 1
},
{
"name": "TypeScript",
"wakatime": "TypeScript",
"group": 1
},
{
"name": "Vue",
"wakatime": "Vue.js",
"group": 2
},
{
"name": "React",
"group": 2
},
{
"name": "Angular",
"group": 2
},
{
"name": "TailwindCSS",
"group": 3
},
{
"name": "SASS",
"wakatime": "SCSS",
"group": 3
}
],
"level": "Intermediate",
"name": "Front-End"
},
{
"keywords": [
{
"name": "Node.js",
"group": 4
},
{
"name": "Express",
"group": 4
},
{
"name": "MongoDB",
"group": 5
},
{
"name": "MySQL",
"wakatime": "SQL",
"group": 5
},
{
"name": "GraphQL",
"group": 6
},
{
"name": "REST",
"group": 6
}
],
"level": "Intermediate",
"name": "Back-End"
},
{
"keywords": [
{
"name": "Patience"
},
{
"name": "Empathy"
},
{
"name": "Flexibility"
},
{
"name": "Teamwork"
},
{
"name": "Self-Awareness"
},
{
"name": "Open-Mindedness"
},
{
"name": "Fast-Paced"
},
{
"name": "Problem Solving"
}
],
"name": "Personal Skills"
},
{
"keywords": [
{
"name": "Video games"
},
{
"name": "Cars"
},
{
"name": "Tech Industry"
},
{
"name": "New Technologies"
}
],
"name": "Interests"
}
],
"work": [
{
"name": "Liberty Multiplayer",
"position": "Developer",
"url": "https://liberty.mp/",
"location": "Romania",
"startDate": {
"year": 2022,
"month": 5
},
"summary": "A small project related to a game server for Grand Theft Auto.",
"highlights": [
"UI rework (more dynamic and optimized approach for angular application)",
"Helped with moving the backend to TypeScript",
"Develop a new building process (using Rollup & SWC)"
],
"skills": ["TypeScript", "Angular", "Node.js"],
"badge": "personal project"
},
{
"name": "InversifyJS",
"position": "Open Source - Maintainer",
"url": "https://inversify.io/",
"location": "GitHub",
"startDate": {
"year": 2021,
"month": 3
},
"summary": "A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.",
"highlights": [
"Helped develop and maintain the library",
"Helped with the documentation",
"Helped resolve Issues and Pull Requests"
],
"skills": [
"TypeScript",
"Dependency Injection (DI)",
"Inversion of Control (IoC)"
]
},
{
"name": "RYSE Multiplayer",
"position": "Developer",
"url": "https://ryse.mp/",
"location": "Romania",
"startDate": {
"year": 2020,
"month": 6
},
"endDate": {
"year": 2022,
"month": 5
},
"summary": "A small project related to a game server for Grand Theft Auto (later merged with Liberty Multiplayer), a project from which I have almost everything I know now.",
"skills": ["TypeScript", "Node.js", "ExpressJS", "MySQL", "Vue.js"],
"badge": "personal project"
}
],
"education": [
{
"area": "Degree of Technology",
"startDate": {
"year": 2016,
"month": 9
},
"endDate": {
"year": 2019,
"month": 7
},
"description": "This degree allowed me to learn the basics and build up my knowledge for web development."
}
],
"certificates": [
{
"name": "Web Administrator",
"date": {
"year": 2020,
"month": 8
},
"issuer": "Formacion Universitaria, Spain",
"url": "https://leonard.sh/certificates/web-administrator.pdf",
"summary": "At the end of this course I obtained a certificate which represented my accomplishment in learning the following:",
"highlights": [
"Web Design (HTML, CSS)",
"Page Administration",
"JavaScript & PHP"
]
}
],
"languages": [
{
"language": "Romanian",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Intermediate"
},
{
"language": "Spanish",
"fluency": "Intermediate"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment