forked from gndx/react-eth-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
114 lines (114 loc) · 2.88 KB
/
data.json
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
{
"data": {
"name": "Oriana Morillo",
"profession": "Web Developer.",
"address": "Caracas, Venezuela.",
"email": "[email protected]",
"website": "",
"phone": "",
"avatar": "https://avatars.githubusercontent.com/u/42686893?v=4",
"Profile": "Systems Engineer working as a web developer-oriented in the backend, providing web apps solutions since five years ago. Currently I'm working with PHP, JavaScript, and learning Solidity. Also I like learning new technologies. Blockchain enthusiast. ",
"certificate": [],
"Academic": [
{
"id": "1",
"degree": "Ethereum Developer Program",
"endDate": "Present",
"institution": "Platzi",
"startDate": "Junio 2022"
},
{
"id": "2",
"degree": "Systems Engineer",
"endDate": "Jul 2017",
"institution": "UNEXPO University",
"startDate": "May 2011"
}
],
"experience": [
{
"id": "1",
"company": "Tradercomusa",
"endDate": "Present",
"jobDescription": "Development and maintenance of web applications and APIs. Using PHP, MariaDB and JavaScript",
"jobTitle": "Web Developer",
"startDate": "Abr 2020"
},
{
"id": "2",
"company": "Compralotodo",
"endDate": "Abr 2020",
"jobDescription": "Development and maintenance of web applications. Data Base management. Using PHP, Laravel, Vue and MySQL",
"jobTitle": "Web Developer",
"startDate": "Feb 2018"
},
{
"id": "3",
"company": "BBVA Provincial",
"endDate": "Feb 2018",
"jobDescription": "Analysis, design, development, and management of applications web for the company's intranet. Using ASP.NET and MS SQL Server",
"jobTitle": "Management and Development Specialist",
"startDate": "Dic 2016"
}
],
"skills": [
{
"name": "PHP"
},
{
"name": "JavaScript"
},
{
"name": "CSS"
},
{
"name": "HTML5"
},
{
"name": "Adaptability"
},
{
"name": "Responsible"
},
{
"name": "Problem-solving abilities"
},
{
"name": "Teamwork"
},
{
"name": "Dedicated"
}
],
"interest": [
"JavaScript",
"Software Architecture",
"Backend",
"Blockchain"
],
"languages": [
{
"name": "Spanish",
"percentage": "Native"
},
{
"name": "English",
"percentage": "B2"
}
],
"social": [
{
"name": "github",
"url": "https://github.com/Oriplus"
},
{
"name": "linkeid",
"url": "https://www.linkedin.com/in/oriana-morillo-a0b054126/"
},
{
"name": "twitter",
"url": "https://twitter.com/oriplus_"
}
]
}
}