-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
200 lines (200 loc) · 6.77 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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"name": "Umut Canbolat",
"title": "Full-Stack Software Engineer",
"social": [
{
"id": "github",
"text": "/umutcanbolat",
"href": "https://www.github.com/umutcanbolat"
},
{
"id": "linkedin",
"text": "/umutcanbolat",
"href": "https://www.linkedin.com/in/umutcanbolat"
},
{
"id": "web",
"text": "umutcanbolat.com",
"href": "https://www.umutcanbolat.com"
},
{
"id": "email",
"text": "hello@umutcanbolat.com",
"href": "mailto:hello@umutcanbolat.com"
}
],
"experiences": [
{
"id": 1,
"company": "Klarna",
"url": "https://www.klarna.com",
"roles": [
{
"id": 1,
"role": "Senior Software Engineer @ Authentication",
"location": "Berlin, Germany",
"startDate": "2023-05"
},
{
"id": 2,
"role": "Software Engineer II @ Authentication",
"location": "Berlin, Germany",
"startDate": "2022-01",
"endDate": "2023-05",
"descriptions": [
"Authenticating 150m+ Klarna customers all over the world.",
"Full-stack, security focused design, architecture and development.",
"DevOps with Jenkins, Docker, AWS.",
"Node.js, React, Redis, Kafka."
]
},
{
"id": 3,
"role": "Software Engineer II",
"location": "Giessen, Germany",
"startDate": "2021-06",
"endDate": "2022-01"
},
{
"id": 4,
"role": "Software Engineer I",
"location": "Giessen, Germany",
"startDate": "2020-03",
"endDate": "2021-06",
"descriptions": [
"Full-stack software Development using React.js on the front-end and Java 11 at the back-end.",
"Development of a paywall solution for digital newspapers. This new solution increased the conversion rate significantly while signing up more recurring users. (Tested initially on Swedish newspaper Dagens Nyheter)",
"Implementation of a completely new user experience for direct debit payment method by enabling the usage of Klarna User Accounts.",
"Automated front-end testing with Testcafe and Jest, back-end testing with Groovy, Spock Framework and WireMock."
]
}
]
},
{
"id": 2,
"company": "Huawei",
"url": "https://www.huawei.com",
"roles": [
{
"id": 1,
"role": "R&D Asst. Software Engineer",
"location": "Istanbul, Turkey",
"startDate": "2018-10",
"endDate": "2020-02",
"projects": [
{
"name": "HMS",
"about": "I worked on the development of a CMS portal as a back-end engineer.",
"descriptions": [
"The system was used by maintainers of the AppGallery application market, to manage Android apps published by developers worldwide.",
"The system was written in Java and consisted several microservices."
]
},
{
"name": "SmartCare",
"about": "I've developed data visualization web applications for mobile carriers.",
"descriptions": [
"Used React.js, TypeScript and Apache Echarts on the front-end and Spring at the back-end.",
"Worked on the development of an internal front-end framework with built-in centralized state management."
]
}
]
}
]
}
],
"education": [
{
"id": 1,
"company": "Kocaeli University",
"url": "https://kocaeli.edu.tr",
"roles": [
{
"id": 1,
"role": "Computer Engineering",
"location": "Bachelor's Degree",
"startDate": "2014-09",
"endDate": "2018-06"
}
]
},
{
"id": 2,
"company": "Adam Mickiewicz University",
"url": "https://ai.wmi.amu.edu.pl/",
"roles": [
{
"id": 1,
"role": "Computer Science",
"location": "Bachelor's Degree • Erasmus+ Exchange",
"startDate": "2015-09",
"endDate": "2016-02"
}
]
}
],
"personalProjects": [
{
"name": "Instant Username Search",
"descriptions": [
"A username search engine which checks more than 100 social media sites. Monthly 45k+ active users.",
"Tech stack: React.js, Spring Boot, Kubernetes, Docker, GitHub pages, Github Actions."
],
"links": {
"github": "https://www.github.com/instantusername/instant-username-search",
"web": "https://www.instantusername.com"
}
},
{
"name": "Autofillr",
"descriptions": [
"A Chrome extension that fills registration forms with randomly but consistently generated fake data. This drastically decrased the time requeired for testing/validating user flows."
],
"links": {
"github": "https://github.com/umutcanbolat/Autofillr",
"chromeWebStore": "https://chrome.google.com/webstore/detail/autofillr/jcgfleiagjfjlgdpbignhphpdcbjplco"
}
},
{
"name": "Unrepeat",
"descriptions": [
"The missing inverse of the javascript's repeat method. Written in Typescript. Available as NPM package."
],
"links": {
"github": "https://github.com/umutcanbolat/unrepeat",
"npm": "https://www.npmjs.com/package/unrepeat"
}
},
{
"name": "Resume",
"descriptions": [
"The source code of this resume. Reads the data from a JSON file, generates a web page and a PDF form of this resume from it.",
"Tech stack: React.js, Puppeteer, GitHub pages, Github Actions."
],
"links": {
"github": "https://www.github.com/umutcanbolat/resume",
"web": "https://www.umutcanbolat.com/resume"
}
}
],
"publications": [
{
"name": "Saturation Tests in Application to Validation of Opinion Corpora: A Tool for Corpora Processing",
"descriptions": [
"We proposed tools for collection and validation of empirical data in the form of a corpus. Data is collected from booking.com users' hotel reviews."
],
"date": "2018-06-16",
"publisher": "Springer",
"link": "https://link.springer.com/chapter/10.1007/978-3-319-93782-3_27"
},
{
"name": "TSCC: a New Tool to Create Lexically Saturated Text Subcorpora",
"descriptions": [
"A text processing tool to valuate lexical saturation of text corpora, where lexical saturation refers to a state in which it is hard to find new lexemes outside the corpus."
],
"date": "2018-05-07",
"publisher": "LREC 2018",
"link": "http://lrec-conf.org/workshops/lrec2018/W6/pdf/6_W6.pdf"
}
]
}