forked from gndx/react-eth-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
117 lines (117 loc) · 4.24 KB
/
data.json
File metadata and controls
117 lines (117 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"data": {
"name": "Saskia Sejas Rocabado",
"profession": "System Engineer",
"address": "Cochabamba, Bolivia.",
"email": "ivysaskia@gmail.com",
"website": "https://example.com",
"phone": "+591 70358490",
"avatar": "https://scontent.flpb1-2.fna.fbcdn.net/v/t1.6435-9/48195645_2355523441143191_1417057779947929600_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=7Fe3vNEQR5oAX8vFYbd&_nc_ht=scontent.flpb1-2.fna&oh=00_AT8GiqTPoq26pjOmKutUFAmReEmcFNw3R3m3dksUfA6ZKg&oe=62FEAC52",
"profile": "I am a Systems Engineering student and FullStack Ethereum Developer from Cochabamba, Bolivia, working in web development. I enjoy learning technologies that help me develop solutions to complex problems. And so, give a technological product that solves and helps society to make a change. \n My goal is to build solutions to any problem while learning on the way to grow professionally and personally. Recently, I joined the world of blockchain, Ethereum. I really like volunteering because it allows me to get to know myself and grow in any field. \n ",
"certificate": [
{
"date": "Feb 2018",
"description": "Specialist in Forensic Sciences and Criminology. ",
"institution": "Instituto Internacional de Ciencias de la Educación",
"name": "Specialist in Forensic Sciences and Criminology"
},
{
"date": "Jan 2018",
"description": "Science Technology Engineering English and Math “STEEM” Scholarship",
"institution": "Centro Boliviano Americano – Embassy of the United States – American Spaces",
"name": "Backend Developer"
}
],
"academic": [
{
"degree": "System Engineer",
"description": "Oversee all aspects of a project or system in a variety of fields, such as software, transportation, product development, and manufacturing. Develop a system that creates a product from start to finish.",
"endDate": "Present",
"institution": "Universidad Católica Boliviana “San Pablo”",
"startDate": "Jan 2016"
},
{
"degree": "Bachelor of Humanities",
"description": "Study of the Humanities, the development of generic skills and the orientation of its students for the continuation of study.",
"endDate": "Dec 2015",
"institution": "La Salle",
"startDate": "Feb 2005"
}
],
"experience": [
{
"company": "Graduation Project",
"endDate": "Present",
"jobDescription": "A web application is currently being developed for a digital portfolio to protect the justice system in Bolivia.",
"jobTitle": "Ethereum and Web",
"startDate": "Jul 2021"
},
{
"company": "Freelancer",
"endDate": "Present",
"jobDescription": "Developing new user-facing features. Write code using good software development practices in VueJS, Vuetify.",
"jobTitle": "Frontend",
"startDate": "Aug 2021"
},
{
"company": "Truextend",
"endDate": "Mar 2020",
"jobDescription": "240 hours of work were carried out, in which technological skills and training in human factors were developed, as well as decision-making.",
"jobTitle": "Backend",
"startDate": "Jan 2020"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "75"
},
{
"name": "CSS",
"percentage": "55"
},
{
"name": "JavaScript",
"percentage": "75"
},
{
"name": "React",
"percentage": "90"
}
],
"interest": [
"javascript",
"backend",
"frontend",
"QA"
],
"languages": [
{
"name": "Spanish - Native",
"percentage": "100"
},
{
"name": "English - Proficient",
"percentage": "90"
}
],
"social": [
{
"name": "facebook",
"url": "https://www.facebook.com/ivy.s.rocabado/"
},
{
"name": "twitter",
"url": "https://www.instagram.com/ivy_saskia/"
},
{
"name": "github",
"url": "https://github.com/IvySaskia"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/in/ivy-rocabado/"
}
]
}
}