Skip to content

Instantly share code, notes, and snippets.

@eduardoAD
Last active July 23, 2019 21:07
Show Gist options
  • Select an option

  • Save eduardoAD/0ca1558667528ff0c5af3a768ec812cb to your computer and use it in GitHub Desktop.

Select an option

Save eduardoAD/0ca1558667528ff0c5af3a768ec812cb to your computer and use it in GitHub Desktop.
{
"person" : {
"email" : "user@mail.com",
"phone" : "5537101818",
"fullName" : "Person X Y",
"photo" : "https://i.postimg.cc/nL8d4LrM/Screen-Shot-2019-05-24-at-7-28-10-PM.png"
},
"summary" : {
"info" : "Long text",
"role" : "Sr. iOS Developer"
},
"skills" : [
{
"name" : "A",
"percent" : "90"
},
{
"name" : "B",
"percent" : "80"
},
{
"name" : "C",
"percent" : "70"
}
],
"works" : [
{
"duration" : "Feb. 2018 – Currently working",
"achievements" : "Upload several apps to the App Store",
"name" : "Globant",
"role" : "iOS Tech Leader",
"logo" : "https://i.postimg.cc/xTvGwP1j/Screen-Shot-2019-05-24-at-7-31-55-PM.png"
},
{
"duration" : "Jul. 2013 – Jan. 2018",
"achievements" : "Understanding and analyzing the project requirements,
"name" : "A Systems",
"role" : "iOS Developer",
"logo" : "https://i.postimg.cc/gkHRSkgn/Screen-Shot-2019-05-24-at-7-32-32-PM.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment