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
150 lines (150 loc) · 4.39 KB
/
data.json
File metadata and controls
150 lines (150 loc) · 4.39 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"data": {
"name": "Mario Sanchez Jaramillo",
"profession": "React Frontent Developer",
"address": "Lille, France",
"email": "mario.sanchez.jar@gmail.com",
"website": "https://www.linkedin.com/in/mszjar/",
"phone": "+07999999978",
"avatar": "https://lh3.googleusercontent.com/Ij2ZRQUfV3IlNkps3f-PiO-0v9XxdktvOXco7tOolV04zFZSgt73mRv8GgSmDCBeWtaMsNOtnSjrDvZDfCMUFjRqG-_cq9Hzr1b6=s0",
"profile": "Hi! I'm Mario, a React Frontend Developer with 2 years experience testing APIs for two major energy companies in France. I'm also an energy engineer and I'm passionated about the blockchain and entrepreneurship.",
"certificate": [
{
"date": "August 2022",
"description": "High-level qualification that shows the language skills that employers and universities are looking for.",
"institution": "Cambridge University",
"name": "Advanced English Cambridge C1"
},
{
"date": "Jul 2021",
"description": "High-level qualification in French",
"institution": "Universite de Lille",
"name": "Advanced French DALF C1"
},
{
"date": "August 2020",
"description": "Able to recognize foundational concepts of blockchain, and apply these program concepts on the blockchain.",
"institution": "Coursera - University at Buffalo",
"name": "Blockchain Basics"
}
],
"academic": [
{
"degree": "Ethereum Developer Program",
"description": "Platzi program to develop my Web 3.0 Developer career, supported by the Ethereum Foundation.",
"endDate": "Sept 2022",
"institution": "Platzi",
"startDate": "Jun 2022"
},
{
"degree": "Business Strategy & Marketing Management",
"description": "Marketing certification",
"endDate": "Jul 2022",
"institution": "CUOA Business School",
"startDate": "Jul 2022"
},
{
"degree": "Energy Engineer",
"description": "",
"endDate": "Mar 2017",
"institution": "Universidad Federico Santa Maria, Chile. & Aix Marseille Polytech, France.",
"startDate": "Mar 2011"
},
{
"degree": "Master Grande Ecole",
"description": "Corporate Finance and Entrepreneurship",
"endDate": "Jun 2018",
"institution": "Audencia Business School",
"startDate": "Jan 2017"
}
],
"experience": [
{
"company": "Planete-Oui",
"endDate": "April 2022",
"jobDescription": "API Tester for technical support in data integration (Electricity and Gas) of Enedis and GRDF distributors by Data flows and Web Services.",
"jobTitle": "Energy supply engineer",
"startDate": "Nov 2019"
},
{
"company": "Co-op",
"endDate": "Nov 2019",
"jobDescription": "E-commerce selected to participate at tuapp.com tournament in Mexico",
"jobTitle": "Co-founder",
"startDate": "Mar 2019"
},
{
"company": "ALTHA",
"endDate": "Nov 2019",
"jobDescription": "Consulting, proposing management for biomethane projects in France",
"jobTitle": "Co-founder",
"startDate": "Jan 2018"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "75%"
},
{
"name": "CSS",
"percentage": "25%"
},
{
"name": "JavaScript",
"percentage": "55%"
},
{
"name": "Express",
"percentage": "55%"
},
{
"name": "React",
"percentage": "55%"
},
{
"name": "Node.js",
"percentage": "90%"
},
{
"name": "Learning Solidity",
"percentage": "Currently learning"
}
],
"interest": [
{
"name": "Finance"
},
{
"name": "Blockchain Development"
},
{
"name": "Build the Web 3.0"
}
],
"languages": [
{
"name": "English",
"level": "Advanced English C1 Cambridge"
},
{
"name": "French",
"level": "Advanced French C1 DALF"
},
{
"name": "Spanish",
"level": "Native language"
}
],
"social": [
{
"name": "Github",
"url": "https://github.com/mszjar"
},
{
"name": "Linkedin",
"url": "https://www.linkedin.com/in/mszjar/"
}
]
}
}