-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
186 lines (186 loc) · 4.96 KB
/
resume.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"basics": {
"name": "Elvina Valieva",
"label": "JavaScript Developer",
"picture": "",
"email": "[email protected]",
"phone": "+49 1575 8483135",
"website": "https://saintsebastian.github.io",
"summary": "Elvina is originally from Baku, Azerbaijan, but spend most of her life in Kazan Russia, where she earned her degree in Applied Linguistics in 2011. In 2012 she received a scholarship and moved to Germany, where in 2014 she received her MA in Linguistic and Web Technology. From there on she turned into a self-taught developer, focusing on JavaScript, Web and Browsers.",
"location": {
"address": "Briener Str. 27a ",
"postalCode": "47533",
"city": "Kleve",
"countryCode": "DE",
"region": "NRW"
},
"profiles": [
{
"network": "GitHub",
"username": "saintsebastian",
"url": "https://github.com/saintsebastian"
}
]
},
"work": [
{
"company": "WebExtensions (Mozilla)",
"position": "Intern",
"website": "https://developer.mozilla.org/en-US/Add-ons/WebExtensions",
"startDate": "2016-06-12",
"endDate": "2017-07-03",
"summary": "Internship as a result of receiving Outreachy scholarship",
"highlights": [
"Building CLI using Node.js, FlowType, Grunt etc.",
"Gained insight in maintaining and working on Open Source Project",
"Accent on best practicies for working remotely and writing maintainable and clean code"
]
},
{
"company": "Rails Girls Summer of Code",
"position": "Student",
"website": "http://railsgirlssummerofcode.org",
"startDate": "2016-07-01",
"endDate": "2016-10-01",
"summary": "Scholarship for three months of open source development",
"highlights": [
"Developed dynamic visual statistics for admin dashboard for Discourse using d3, Ember and Ruby on Rails",
"Spent time as apprentices in Namics"
]
},
{
"company": "My2share",
"position": "Javascript Developer",
"website": "http://my2share.de",
"startDate": "2014-12-01",
"endDate": "2017-06-15",
"summary": "My2share is a mobile flea market with social services",
"highlights": [
"Was one of two developers in charge of iOS application",
"Proud to develop an app for Frankfurt am Main LGBTQ+ community (Christopher Street Day 2016)"
]
}
],
"volunteer": [
{
"organization": "Mozilla",
"position": "Volunteer",
"website": "http://mozilla.com/",
"startDate": "2017-04-01",
"summary": "Contributing to WebExtensions CLI and related tools",
"highlights": [
"Invited to Mozilla All Hands"
]
}
],
"education": [
{
"institution": "Relevant MOOCs",
"area": "Computer Science",
"studyType": "MOOC",
"startDate": "2016-10-01",
"courses": [
"Build a Modern Computer from First Principles: From Nand to Tetris, Hebrew University of Jerusalem",
"Algorithms: Design and Analysis, Stanford University",
"Introduction to Mathematical Thinking, Stanford University",
"Introduction to Computer Science and Programming Using Python, MIT"
]
},
{
"institution": "University of Marburg",
"area": "Linguistics and Web Technology",
"studyType": "Master",
"startDate": "2012-10-01",
"endDate": "2014-09-07",
"gpa": "1.9",
"courses": []
},
{
"institution": "Kazan Federal University",
"area": "Applied Linguistics",
"studyType": "Diploma",
"startDate": "2006-09-01",
"endDate": "2011-07-01",
"gpa": "1",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "JavaScript",
"level": "Master",
"keywords": [
"Node.js",
"npm",
"d3.js",
"titanium/appcelerator",
"JS FrontEnd Frameworks"
]
},
{
"name": "Front End",
"level": "Intermediate",
"keywords": [
"HTML",
"CSS",
"Sass",
"Accesible web",
"Browser compatibility"
]
},
{
"name": "Misc",
"level": "Intermediate",
"keywords": [
"Git",
"Ruby on Rails",
"Python",
"Postgres",
"SQL",
"PHP"
]
}
],
"languages": [
{
"language": "Russian",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "German",
"fluency": "Conversational"
},
{
"language": "Spanish",
"fluency": "Comprehension"
}
],
"interests": [
{
"name": "Software Craftsmanship",
"keywords": []
},
{
"name": "DataViz ",
"keywords": []
},
{
"name": "Yoga ",
"keywords": []
},
{
"name": "Meditation",
"keywords": []
},
{
"name": "Bookclubs",
"keywords": []
}
]
}