forked from gndx/react-eth-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
124 lines (124 loc) · 3.36 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
115
116
117
118
119
120
121
122
123
124
{
"data": {
"name": "Rodrigo Ramos Xochiteotzin",
"profession": "Computer Engineer",
"address": "CDMX, Mexico",
"email": "[email protected]",
"website": "https://rdr-x.github.io/static/EN/englishversion.html",
"phone": "+525513964342",
"avatar": "https://avatars.githubusercontent.com/u/57158796?v=4",
"Profile": "Computer engineer who has experience in web development using JS frameworks (react and vue). I'm starting my path as blockchain development in Ethereum",
"certificate": [
{
"date": "Aug 2022",
"description": "Road to Devcon program. Ethereum development",
"institution": "Platzi",
"name": "Blockchain Developer jr"
},
{
"date": "Aug 2022",
"description": "Scratch at the door then walk away wack the mini furry mouse",
"institution": "Platzi",
"name": "Backend Developer"
}
],
"Academic": [
{
"degree": "Computer System Engineer",
"description": "Professional capable of create software solutions to almost any kind of problem. All of this based on math, physics and cs theory",
"endDate": "Present",
"institution": "UNIR Mexico",
"startDate": "May 2022"
},
{
"degree": "Philosopher",
"description": "Professional cable of visibilize problems where common people cannot see them",
"endDate": "May 2019",
"institution": "UNAM",
"startDate": "Aug 2015"
}
],
"experience": [
{
"company": "Oasis Financiero",
"endDate": "Present",
"jobDescription": "Create software solutions to finantial education field using front-end and back-end technologies.",
"jobTitle": "Software developer",
"startDate": "May 2022"
},
{
"company": "Intelligential",
"endDate": "May 2022",
"jobDescription": "Develop fullstack solutions to fintech problems.",
"jobTitle": "Software engineer jr",
"startDate": "Feb 2022"
},
{
"company": "Freelance",
"endDate": "Present",
"jobDescription": "Web development using CMS technologies as Wordpress and both front-end and back-end solutions using javascript",
"jobTitle": "Web developer",
"startDate": "Mar 2021"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "90%"
},
{
"name": "CSS3",
"percentage": "85%"
},
{
"name": "JavaScript",
"percentage": "85%"
},
{
"name": "React.js",
"percentage": "75%"
},
{
"name": "Vue.js",
"percentage": "75%"
}
],
"interest": [
"Blockchain, DeFi, NFTs",
"Computer science",
"Backend",
"Frontend",
"AI",
"Cybernetics",
"Philosophy"
],
"languages": [
{
"name": "Spanish",
"percentage": "100%"
},
{
"name": "English",
"percentage": "80%"
},
{
"name": "French",
"percentage": "55%"
}
],
"social": [
{
"name": "twitter",
"url": "https://twitter.com/rdrx_"
},
{
"name": "github",
"url": "https://github.com/rdr-x"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/in/rodrx20/"
}
]
}
}