-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresume_common.json
266 lines (266 loc) · 8.46 KB
/
resume_common.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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json",
"basics": {
"name": "Dmitrii Lisin",
"label": "Software Programmer, Embedded Programmer",
"image": "https://raw.githubusercontent.com/mrdimfox/mrdimfox.github.io/master/assets/avatar.jpg",
"email": "[email protected]",
"phone": "+37441452368",
"url": "https://dlisin.tk",
"summary": "I'm a software engineer with a various spheres I specialized in. \n → Embedded C/C++: I began my career as an intern at an electronics design firm. I have finished a lot of embedded projects in different spheres and have dealt with numerous MCUs, instruments, protocols, and peripherals.\n → Python: Besides that, I have worked on a large Python project based on distributed micro-services connected by PubSub/RPC Web-protocol during which I had prior team leadership experience. \n → It has always been my intention to write only high-quality, human-readable code. \n → In my free time, I also prefer to extend my knowledge of programming languages, techniques, and trends by working on hobby projects.",
"location": {
"address": "",
"postalCode": "0052",
"city": "Yerevan",
"countryCode": "AM",
"region": "Yerevan"
},
"profiles": [
{
"network": "Twitter",
"username": "mrlisdim",
"url": "https://twitter.com/mrlisdim"
},
{
"network": "Github",
"username": "mrdimfox",
"url": "https://github.com/mrdimfox"
},
{
"network": "Telegram",
"username": "@mr_dlisin",
"url": "https://t.me/mr_dlisin"
},
{
"network": "LinkedIn",
"username": "dmitrii-lisin",
"url": "https://www.linkedin.com/in/dmitrii-lisin/"
}
]
},
"work": [
{
"name": "BostonGene",
"position": "Software engineer",
"url": "https://bostongene.com/",
"startDate": "2022",
"summary": "Support and enhance a complex Python backend that provides an environment for bioinformatics pipelines to calculate.",
"highlights": []
},
{
"name": "LLC \"Third Pin\"",
"position": "Team leader",
"url": "https://en.thirdpin.io/",
"startDate": "2020",
"endDate": "2022",
"summary": "Developed a flexible testing system for embedded electronics based on distributed micro-services connected by PubSub/RPC Web-protocol.",
"highlights": [
"Robster: flexible testing system for electronic devices (Python, WAMP, Microservice, Docker, PostgreSQL)",
"Gate valve controller (ARM, STM32, Zephyr, Modbus)",
"GPS tracker for a professional training (ARM, Nordic, GPS, UBlox, Ant)"
]
},
{
"name": "LLC \"Third Pin\"",
"position": "Embedded Software Developer",
"url": "https://en.thirdpin.io/",
"startDate": "2013-01-01",
"endDate": "2020",
"summary": "Have been finished more than 20 commercial projects in embedded area including IoT, safety systems, shipbuilding.",
"highlights": [
"Pastilda: hardware password manager (STM32, ARM, Crypto Peripheral, SDIO, FatFS, FreeRTOS)",
"Ship ruder control system (ARM, STM32, USB HID, FreeRTOS)",
"Fire alarm system (ARM, STM32)",
"MTUTA: Telemetry of vending machines (ARM, FreeRTOS, USB, SD, SIMCom, GSM, Ethernet, FTP)"
]
}
],
"volunteer": [],
"education": [
{
"institution": "ITMO University",
"url": "https://en.itmo.ru/",
"area": "Intelligent Technologies in Robotics",
"studyType": "Master",
"startDate": "2016",
"endDate": "2018",
"courses": []
},
{
"institution": "ITMO University",
"url": "https://en.itmo.ru/",
"area": "Intelligent Technologies in Robotics",
"studyType": "Bachelor",
"startDate": "2012",
"endDate": "2016",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Python Development",
"level": "Advanced",
"keywords": [
"FastAPI",
"Pydantic",
"ORM",
"WAMP protocol",
"Async",
"Threading"
]
},
{
"name": "C++ Development",
"level": "master",
"keywords": [
"CMake",
"Make",
"STL",
"Concepts",
"C++17",
"C++20"
]
},
{
"name": "Embedded Development",
"level": "Master",
"keywords": [
"C/C++",
"Zephyr",
"FreeRTOS",
"STM32",
"Nordic",
"Real-time protocols",
"Industrial protocols",
"Stack only programming"
]
},
{
"name": "CI/CD",
"level": "Intermediate",
"keywords": [
"Docker",
"Docker Compose",
"Github Actions",
"Gitlab Pipelines"
]
},
{
"name": "Web Development",
"level": "Intermediate",
"keywords": [
"HTML",
"CSS",
"JavaScript",
"Typescript",
"React",
"Parcel",
"Rollup"
]
},
{
"name": "Databases",
"level": "Intermediate",
"keywords": [
"PostgreSQL",
"SQLAlchemy",
"PonyORM",
"SQL"
]
},
{
"name": "Rust",
"level": "Beginner",
"keywords": [
"Tauri"
]
},
{
"name": "Common",
"level": "",
"keywords": [
"Git",
"Gitlab",
"Github",
"Reviewing",
"Linux",
"Reading schematics",
"Datasheet exploring"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "Russian",
"fluency": "Native Speaker"
}
],
"interests": [
{
"name": "Games",
"keywords": []
},
{
"name": "Books",
"keywords": []
},
{
"name": "Traveling",
"keywords": []
},
{
"name": "Hobby programming",
"keywords": [
"Rust",
"Typescript",
"Rescript"
]
}
],
"references": [],
"projects": [
{
"name": "Pastilda",
"summary": "Open-source hardware designed to manage our credentials in handy and secure way.",
"highlights": [],
"keywords": [
"C++",
"Embedded",
"Open-source"
],
"startDate": "2016",
"endDate": "2017",
"url": "https://bitbucket.org/thirdpin_team/pastilda",
"roles": [
"Developer"
],
"entity": "Entity",
"type": "application"
},
{
"name": "Just Run My Debugger!",
"summary": "Pet project, simple GUI for OpenOCD debugger.",
"highlights": [],
"keywords": [
"Rust",
"Rescript",
"Tauri",
"React"
],
"startDate": "2021",
"url": "https://github.com/ila-embsys/justrunmydebugger",
"roles": [
"Developer"
],
"entity": "Entity",
"type": "application"
}
]
}