-
Notifications
You must be signed in to change notification settings - Fork 0
/
me.json
377 lines (377 loc) · 15.8 KB
/
me.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
{
"public": true,
"name": "Deyan Dobrinov",
"image": "https://avatars.githubusercontent.com/u/996877?v=4",
"summary": "I am a software developer with more than 14 years of professional experience. In the past several years I am mostly working on Ruby/Rails web projects. I believe that every complex problem has a simple solution, which could be found if you understand where the complexity comes from. I enjoy doing that. I like good UX, and I fight for it.",
"employments": [
{
"employer": {
"name": "Dext",
"website": "https://www.dext.com/"
},
"period": {"from": "05-2016", "to": null},
"summary": "Dext is my current employer. It is a company developing products for more efficient accounting and bookkeeping. Lately, I am spending my time there on the development of various high-profile projects.",
"roles": [
{
"title": "Development lead",
"summary": "I am currently a direct report of the CTO. I lead a small team involved in projects that aim to improve system design (strategic refactoring, major updates, etc.).",
"majorAchievements": [
{
"title": "Migration to a new technology stack",
"summary": "Led a team of 8 which goal was to introduce a new front-end technology stack for Dext’s main application. As part of this task, we had to re-write a big part of the application in React + Typescript and consume a newly created GraphQL API. As incremental releases were not possible here, one of the big challenges was to roll out the end result with a low amount of risk.",
"technologies": ["Typescript", "React", "GraphQL", "Ruby on Rails", "Ruby", "SASS", "Ruby Slim"]
},
{
"title": "Implementation of an internal CSS design library",
"summary": "We re-designed (at that time our main product), and since we became a multi-product company we wanted to have the same look and feel across all of our applications. Because of this, we decided to create our own CSS design library.",
"technologies": ["Storybook", "SASS", "React", "Typescript"]
}
]
},
{
"title": "Team lead",
"summary": "I led a team of 2 software engineers and 1 QA. It was responsible for the application on which I worked during my previous role.",
"majorAchievements": [
{
"title": "Implementation of a tool for extracting tabular data from OCR responses",
"summary": "We needed a way to extract line items and bank transactions more efficiently. Such type of information is usually organized in a table. I came with the idea to overlay the OCR data over the payment document image and make it possible to be selected. Then using simple mathematics I was able to recognize the rows and colls of the table and extract information out of them.",
"technologies": ["Raphaël", "JavaScript", "Backbone.js"]
},
{
"title": "Improved the data extraction capabilities of the application",
"summary": "Implemented flows for extracting transactions from bank statements, line items from receipts and invoices, splitting of PDFs containing multiple financial documents.",
"technologies": ["Ruby on Rails", "Ruby", "PostgreSQL"]
},
{
"title": "Replaced custom search implementation with Elasticsearch",
"summary": "One of Dext's internal applications keeps information about the relationship between brands, legal entities and other properties of a company. It helps us identify that two (or more) financial documents are issued by the same business. It had search functionallity based on PostgreSQL features which was too complex and not working very well. I replaced it with Elasticsearch and the application became a thin layer and a UI around the search engine.",
"technologies": ["Ruby on Rails", "Ruby", "Elasticsearch"]
}
]
},
{
"title": "Software engineer",
"summary": "I worked for a while on Dext's main product and then my main goal became to extract part of it which was dealing with manual (done by people) data extraction into a separate service.",
"majorAchievements": [
{
"title": "Extracted part of a monolithic application into a service",
"summary": "We identified that part of our main monolithic application dealing with manual data extraction can be organised into a separate service. I performed the task and delivered the end result in series of incremental releases.",
"technologies": ["Ruby on Rails", "Ruby", "SASS", "JavaScript", "Backbone.js", "PostgreSQL"]
}
]
}
]
},
{
"employer": {
"name": "Funding Circle",
"website": "https://www.fundingcircle.com/"
},
"period": {"from": "03-2015", "to": "05-2016"},
"summary": "Funding Circle is a British peer to peer lending platform. I was part of a team responsible for technical debt. Most of the time I was investigating bugs and refactoring legacy code.",
"roles": [
{
"title": "Software engineer",
"summary": "I was part of a team which was dealing with legacy code. My main responsibilities were refactoring old code and investigating and fixing production issues.",
"majorAchievements": [
{
"title": "Prototype of a monitoring system",
"summary": "Evaluating and deploying a prototype of an open source monitoring tool based on Riemann.",
"technologies": ["Clojure", "Riemann"]
},
{
"title": "Migration from Resque to Sidekiq",
"summary": "I performed a migration of the library which we were using for background job processing.",
"technologies": ["Ruby on Rails", "Ruby", "Redis"]
}
]
}
]
},
{
"employer": {
"name": "Secret",
"website": "https://www.secret.de/"
},
"period": {"from": "10-2011", "to": "03-2015"},
"summary": "Secret.de (not operating anymore) was a \"casual\" dating website. It was ran by FriendScout24 and targeted to German speaking countries (Germany, Austria, Switzerland). It was a monolithic Ruby on Rails application with MongoDB database and Elasticsearch search engine. The most interesting thing about it was that the website had to be fully operational with disabled JavaScript but at the same time it had significant amounts of it. It also supported browser versions down to Internet Explorer 7.",
"roles": [
{
"title": "Frontend engineer",
"summary": "I was one of the two frontend engineers working on the project. I was mostly interacting with Rails view/controller code + the javascript and css of the application.",
"majorAchievements": [
{
"title": "Implementation of gamification features",
"summary": "The product was heavily relying on gamification features to sell an internal currency with which the users were able to pay for features. My most interesting tasks were the implementation of two games \"Whell of fortune\" and \"Slot machine\".",
"technologies": ["Ruby on Rails", "Ruby", "JavaScript", "SCSS"]
}
]
}
]
},
{
"employer": {
"name": "SAP",
"website": "https://www.sap.com/"
},
"period": {"from": "04-2007", "to": "10-2011"},
"summary": "SAP AG is one of the biggest producers of enterprice software in the world. Most of the time there I was responsible for the tooling required for the internationalization of an application server (NetWeaver) developed by the company.",
"roles": [
{
"title": "Software engineer",
"majorAchievements": [
{
"title": "Migration of an internal knowledge base system from MediaWiki to Confluence",
"summary": "We decided to move away from MediaWiki and my job was to implement a tool and use it to migrate our documentation to Confluence.",
"technologies": ["PHP", "Java"]
}
]
}
]
}
],
"trainings": [
{
"institution": {
"name": "New Bulgarian University",
"website": "https://nbu.bg/"
},
"period": {"from": "10-2008", "to": "05-2011"},
"summary": "Informatics"
},
{
"institution": {
"name": "Sofia University",
"website": "https://www.uni-sofia.bg/"
},
"period": {"from": "10-2006", "to": "05-2008"},
"summary": "Applied mathematics"
}
],
"sideProjects": [
{
"name": "JsonMe",
"website": "https://www.jsonme.com/",
"online": true,
"period": {"from": "09-2021", "to": null},
"summary": "JsonMe is a web application allowing software engineers to maintain a resume in json format and keep it in their Github/Gitlab profile. The CV that you are looking at the moment is generated with it."
},
{
"name": "Textstandup",
"website": "https://www.textstandup.com/",
"online": false,
"period": {"from": "08-2019", "to": "06-2020"},
"summary": "Web application for text based stand-ups. I was not happy with the efficiency of the stand-up meetings so I started doing them in a text form in my team. This was working well so I wrote a web application for this. More about the motivation behind the project could be found here - https://medium.com/@ddobrinov/text-based- stand-ups-de741fa6c724."
},
{
"name": "DEV wanted",
"website": "https://www.devwanted.com/",
"online": false,
"period": {"from": "05-2018", "to": "06-2018"},
"summary": "This was a website for jobs offering a referral bonus. Unfortunately it was more difficult than I expected to collect them and I was not able to use my main marketing channel (Facebook Ads), because it turned out that advertising jobs is considered as discrimination when you target based on age, gender, etc."
},
{
"name": "Carpass",
"website": "https://www.carpass.bg/",
"online": false,
"period": {"from": "03-2016", "to": "08-2020"},
"summary": "Web application for maintaining a vehicle maintenance logs. I needed a tool to log the maintenance history of my car and I decided to build one. It is still being used by 3000+ people."
}
],
"technologies": [
{
"name": "Ruby",
"website": "https://www.ruby-lang.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "Ruby on Rails",
"website": "https://rubyonrails.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "Typescript",
"website": "https://www.typescriptlang.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "GraphQL",
"website": "https://graphql.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "React",
"website": "https://reactjs.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "PostgreSQL",
"website": "https://www.postgresql.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "medium",
"knowledgeOfFeatures": "medium",
"taskComplexity": "hard"
},
{
"name": "SASS",
"website": "https://sass-lang.com/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "HTML",
"website": "https://developer.mozilla.org/en-US/docs/Web/HTML",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "Storybook",
"website": "https://storybook.js.org/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "medium",
"knowledgeOfFeatures": "medium",
"taskComplexity": "hard"
},
{
"name": "Git",
"website": "https://git-scm.com/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "medium",
"taskComplexity": "hard"
},
{
"name": "Javascript",
"website": "https://www.ecma-international.org/publications-and-standards/standards/ecma-262/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "high",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "Tailwind CSS",
"website": "https://tailwindcss.com/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "medium",
"knowledgeOfFeatures": "medium",
"taskComplexity": "hard"
},
{
"name": "CoffeeScript",
"website": "https://coffeescript.org/",
"recentlyUsed": false,
"canMentor": true,
"knowledgeOfBestPractices": "medium",
"knowledgeOfFeatures": "high",
"taskComplexity": "hard"
},
{
"name": "Cypress",
"website": "https://www.cypress.io/",
"recentlyUsed": true,
"canMentor": true,
"knowledgeOfBestPractices": "medium",
"knowledgeOfFeatures": "medium",
"taskComplexity": "hard"
},
{
"name": "Bash",
"website": "https://www.ecma-international.org/publications-and-standards/standards/ecma-262/",
"recentlyUsed": true,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "medium",
"taskComplexity": "intermediate"
},
{
"name": "Elasticsearch",
"website": "https://www.elastic.co/elasticsearch/",
"recentlyUsed": false,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "medium",
"taskComplexity": "intermediate"
},
{
"name": "Redis",
"website": "https://redis.io/",
"recentlyUsed": false,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "medium",
"taskComplexity": "intermediate"
},
{
"name": "Backbone.js",
"website": "https://www.ecma-international.org/publications-and-standards/standards/ecma-262/",
"recentlyUsed": false,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "low",
"taskComplexity": "easy"
},
{
"name": "PHP",
"website": "https://www.php.net/",
"recentlyUsed": false,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "low",
"taskComplexity": "easy"
},
{
"name": "Clojure",
"website": "https://clojure.org/",
"recentlyUsed": false,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "low",
"taskComplexity": "easy"
},
{
"name": "Java",
"website": "https://www.java.com/",
"recentlyUsed": false,
"canMentor": false,
"knowledgeOfBestPractices": "low",
"knowledgeOfFeatures": "low",
"taskComplexity": "easy"
}
],
"location": {
"city": "Sofia",
"state": null,
"country": "Bulgaria"
}
}