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
165 lines (165 loc) · 4.79 KB
/
Copy pathdata.json
File metadata and controls
165 lines (165 loc) · 4.79 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"data": {
"name": "AGUS CASSI",
"profession": "Full Stack Developer",
"address": "Buenos Aires, Argentina.",
"email": "m.agustina.cassi@gmail.com",
"website": "https://linktr.ee/tinicassi",
"phone": "+5491100000000",
"avatar": "./public/static/profile.jpeg",
"profile": "¡Hey! I’m Agustina, but you can call me by my nickname, Tini. I’m lawyer turned into a full stack developer, based in Argentina. I consider that the use of technology is the path to improve people’s lives, that’s the reason why I decided to change my professional career, with the desire to create experiences that causes a great impact in others.",
"certificate": [
{
"date": "Mar 2018",
"description": "Course taken to develop my oratory skills.",
"institution": "Buenos Aires University",
"name": "Oratory"
},
{
"date": "Mar 2011",
"description": "Examination taken to certificate my english skills.",
"institution": "Cambridge University",
"name": "First Certificate in English"
},
{
"date": "Jul 2022",
"description": "Taking courses in a daily-basis at Platzi to beef up my technical and soft skills.",
"institution": "Platzi",
"name": "Platzi Courses"
}
],
"academic": [
{
"degree": "Ethereum Developer Program",
"description": "Program to develop my Web 3.0 Developer career, supported by the Ethereum Foundation and Road to Devcon.",
"endDate": "Currently taking classes",
"institution": "Plataforma 5 - Coding Bootcamp",
"startDate": "Jan 2022"
},
{
"degree": "Coding Bootcamp",
"description": "Full-time, 710 hours training course. I learned how to use the most demanded technologies developing three projects grouply and individually, using the SCRUM methodology.",
"endDate": "April 2022",
"institution": "Plataforma 5 - Coding Bootcamp",
"startDate": "Jan 2022"
},
{
"degree": "Postgraduate in Blockchain and Smart Contract's Law",
"description": "Law Degree",
"endDate": "Mar 2021",
"institution": "Buenos Aires University",
"startDate": "Mar 2013"
},
{
"degree": "Lawyer",
"description": "Law Degree",
"endDate": "Dec 2020",
"institution": "Buenos Aires University",
"startDate": "Mar 2013"
}
],
"experience": [
{
"company": "Streamint Portfolio Project",
"endDate": "April 2022",
"jobDescription": "Web 3.0 Streaming Platform with outstanding features like a log in with Metamask wallet and POAP minting. Check the site in http://www.streamint.online.",
"jobTitle": "Frontend",
"startDate": "Jan 2020"
},
{
"company": "E-commerce Portfolio Project",
"endDate": "April 2022",
"jobDescription": "E-commerce platform developed with Node.js, Express, PSQL, React and Redux.",
"jobTitle": "Backend",
"startDate": "Sept 2019"
},
{
"company": "WAGMI Movies Portfolio Project",
"endDate": "April 2022",
"jobDescription": "Movie streaming platform consuming TMDB API.",
"jobTitle": "Frontend",
"startDate": "Jan 2020"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "75%"
},
{
"name": "CSS",
"percentage": "25%"
},
{
"name": "JavaScript",
"percentage": "55%"
},
{
"name": "PostgreSQL",
"percentage": "55%"
},
{
"name": "Express",
"percentage": "55%"
},
{
"name": "React",
"percentage": "55%"
},
{
"name": "Redux",
"percentage": "90%"
},
{
"name": "Node.js",
"percentage": "90%"
},
{
"name": "Learning Solidity",
"percentage": "Currently learning"
}
],
"interest": [
{
"name": "Back-end"
},
{
"name": "Blockchain Development"
},
{
"name": "Build the Web 3.0"
}
],
"languages": [
{
"name": "Spanish",
"level": "Native"
},
{
"name": "English",
"level": "Upper-Intermediate"
},
{
"name": "+ 3 years job experience in English"
}
],
"social": [
{
"name": "github",
"url": "https://github.com/agustinacassi"
},
{
"name": "twitter",
"url": "https://twitter.com/aguscassi"
},
{
"name": "medium",
"url": "https://agustinacassi.medium.com/"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/in/agustinacassi/"
}
]
}
}