-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.html
More file actions
445 lines (286 loc) · 16 KB
/
Copy pathresult.html
File metadata and controls
445 lines (286 loc) · 16 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
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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="wrapper">
<h1 class="container logo">
Miloš Radić
</h1>
<h2 class="container job green">
Senior Ruby Developer
</h2>
<ul class="container contacts">
<li class="attribute"><i class="icon fas fa-phone"></i>+381 637342747</li>
<li class="attribute"><i class="icon fas fa-at"></i>milosrt2011@gmail.com</li>
<li class="attribute"><i class="icon fab fa-linkedin"></i>milos-radic-a26830b4</li>
<li class="attribute"><i class="icon fas fa-map-marker-alt"></i>Belgrade Serbia</li>
</ul>
<div class="container content-wrapper">
<div class="left-container">
<header class="header">Projects</header>
<section class="custom-ordering">
<h2>Nine Internet Solutions AG</h2>
<p>Currently working as a Senior Software Engineer on an internal, micro services based, infrastructure for one of the leading cloud providers in Switzerland</p>
<ul>
<li>Designing and implementing new features and maintaining of the existing ones across 100+ Ruby projects (web, CLI, gems, etc...)</li>
<li>Designed and initially implemented new deployment system for web apps with Ansible, Docker and GItlabCI</li>
<li>Tightly working with Operations, Sales and Finance departments</li>
<li>Technologies used:
<span class="pill"><i>Ruby</i></span>
<span class="pill"><i>Ruby on Rails</i></span>
<span class="pill"><i>Sinatra</i></span>
<span class="pill"><i>Grape</i></span>
<span class="pill"><i>AMQP</i></span>
<span class="pill"><i>Shell</i></span>
<span class="pill"><i>Linux</i></span>
<span class="pill"><i>Docker</i></span>
<span class="pill"><i>PostGres</i></span>
<span class="pill"><i>LDAP</i></span>
<span class="pill"><i>Rspec</i></span>
<span class="pill"><i>Capybara</i></span>
</li>
</ul>
<span><i class="fas fa-link"></i> https://www.nine.ch</span>
</section>
<section class="custom-ordering">
<h2>Porter & Sail</h2>
<p>Hotel operations and concierge startup Porter & Sail has build a consumer-facing app for guests at luxury hotels.</p>
<ul>
<li>Worked daily with clients on web application elaboration as backend lead</li>
<li>Mantainig on AWS Infrastructure</li>
<li>Mantained and improved RESTfull API and admin CMS</li>
<li>Wrote Rspec tests for varius application parts (Services, API's, Models...)</li>
<li>Worked on planing SQL database schema</li>
<li>Implemented dockersiation of CircleCi integration tests</li>
<li>Worked on refactoring and speed performance optimization for varius services</li>
<li>Implemented payment processing system using stripe</li>
<li>Writing Rspec test as part of TDD</li>
<li>Technologies used:
<span class="pill"><i>Ruby</i></span>
<span class="pill"><i>Ruby on Rails</i></span>
<span class="pill"><i>Redis</i></span>
<span class="pill"><i>Resque</i></span>
<span class="pill"><i>Grape</i></span>
<span class="pill"><i>MySql</i></span>
<span class="pill"><i>CircleCi</i></span>
<span class="pill"><i>Swagger</i></span>
<span class="pill"><i>Rspec</i></span>
<span class="pill"><i>Capybara</i></span>
</li>
</ul>
<span><i class="fas fa-link"></i> https://www.porterandsail.com</span>
</section>
<section class="custom-ordering">
<h2>MixBank</h2>
<p>The MixBANK platform is designed for DJs (and producers), rights holders, and music services to share mixes and remixes online, creating a new marketplace and new revenue for the entire industry.</p>
<ul>
<li>Designed and developed RESTfull API from scratch</li>
<li>Implemented and maintained OAuth system using Doorkeeper</li>
<li>Implemented from strach solution for resolving user access rights for API resources</li>
<li>Worked on planing MongoDB database 'schema'</li>
<li>Worked on speed performance optimization for MongoDB queries and analythic models</li>
<li>Worked on various web scraping tools for data mining</li>
<li>Developed few frontend features using AngularJS</li>
<li>Technologies used:
<span class="pill"><i>Ruby</i></span>
<span class="pill"><i>Ruby on Rails</i></span>
<span class="pill"><i>Redis</i></span>
<span class="pill"><i>Resque</i></span>
<span class="pill"><i>Grape</i></span>
<span class="pill"><i>Doorkeeper</i></span>
<span class="pill"><i>MySql</i></span>
<span class="pill"><i>MongoDB</i></span>
<span class="pill"><i>Angular</i></span>
</li>
</ul>
<span><i class="fas fa-link"></i> https://www.mixbank.com</span>
</section>
<section class="custom-ordering">
<h2>City Booklet</h2>
<p>Social network for connecting people from different cities</p>
<ul>
<li>Working with client on developing his ideas</li>
<li>Desiging and planing technical solutions</li>
<li>Developed RESTfull API from scratch</li>
<li>Speed and performance improvments for varous NoSQL queries</li>
<li>Setting up AWS infrastructure and deployment process</li>
<li>Technologies used:
<span class="pill"><i>Ruby</i></span>
<span class="pill"><i>Ruby on Rails</i></span>
<span class="pill"><i>Grape</i></span>
<span class="pill"><i>MongoDB</i></span>
<span class="pill"><i>AWS</i></span>
</li>
</ul>
</section>
<section class="custom-ordering">
<h2>Atenti</h2>
<p>Mobile marketing network for supermarket chains, discount department stores, and grocery stores.</p>
<ul>
<li>Part of weekly meetings with clients and project planing</li>
<li>Involved in development of Rails RESTfull backend API using grape</li>
<li>Developed android moble app</li>
<li>Worked on mobile API manager for integration with Rails API</li>
<li>Implemented offline mode</li>
<li>Technologies used:
<span class="pill"><i>Ruby</i></span>
<span class="pill"><i>Ruby on Rails</i></span>
<span class="pill"><i>Redis</i></span>
<span class="pill"><i>Resque</i></span>
<span class="pill"><i>Grape</i></span>
<span class="pill"><i>MySql</i></span>
<span class="pill"><i>Android</i></span>
</li>
</ul>
</section>
<section class="custom-ordering">
<h2>IR detecor</h2>
<p>R&D project that was solving problem with multiple remote controles by creating one centralized device that could be accesed via mobile phone bluetooth</p>
<ul>
<li>Developed WinForm osciloscop/generator application for IR signal analysis</li>
<li>Worked on arduino IR signal detection and transimtion</li>
<li>Technologies used:
<span class="pill"><i>C#</i></span>
<span class="pill"><i>C</i></span>
<span class="pill"><i>Arduino</i></span>
</li>
</ul>
</section>
<section class="custom-ordering">
<h2>VISER info system</h2>
<p>This system was intendet to easy up student access to crutal informations</p>
<ul>
<li>Technologies used:
<span class="pill"><i>C#</i></span>
<span class="pill"><i>ASP .NET</i></span>
<span class="pill"><i>WPF</i></span>
<span class="pill"><i>Git</i></span>
<span class="pill"><i>Win</i></span>
</li>
</ul>
<span><i class="fas fa-link"></i> https://www.viser.edu.rs</span>
</section>
</div>
<div class="right-container">
<div class="container">
<header class="header">Skills</header>
<ul class="skills">
<li class="attribute pill">Ruby</li>
<li class="attribute pill">Ruby on Rails</li>
<li class="attribute pill">Sinatra</li>
<li class="attribute pill">Linux</li>
<li class="attribute pill">Shell</li>
<li class="attribute pill">Git</li>
<li class="attribute pill">GitLab</li>
<li class="attribute pill">Docker</li>
<li class="attribute pill">PostgresSql</li>
<li class="attribute pill">MySql</li>
<li class="attribute pill">Redis</li>
<li class="attribute pill">AMQP</li>
<li class="attribute pill">Oauth2</li>
<li class="attribute pill">Rspec</li>
<li class="attribute pill">CircleCi</li>
</ul>
</div>
<div class="container">
<header class="header">Experience</header>
<section class="container custom-ordering">
<h3>Consulteer</h3>
<h4><a class="green">Senior Ruby Developer</a></h4>
<div class="container">
<div class="attribute"><i class="icon far fa-calendar-alt"></i> 1.10.2018
- present</div>
<div class="attribute"><i class="icon fas fa-map-marker-alt"></i> Belgrade, Serbia</div>
</div>
<p>Near-shoring software development company, focused on Switcherland and German IT market.</p>
<ul>
<li>Invovled in overseeing internal internship program</li>
<li>Mentoring junior developers & knowledge sharing</li>
</ul>
</section>
<section class="container custom-ordering">
<h3>Red Black Tree</h3>
<h4><a class="green">Software Developer</a></h4>
<div class="container">
<div class="attribute"><i class="icon far fa-calendar-alt"></i> 1.2.2014
- 1.9.2018</div>
<div class="attribute"><i class="icon fas fa-map-marker-alt"></i> Belgrade, Serbia</div>
</div>
<p>Serbian outsourcing software development company, primaraly focused on American IT market.</p>
<ul>
<li>Working in demanding envoirment with flexible requirements and deadlines</li>
<li>Lead backend developer on one project</li>
<li>Mentoring junior developers & knowledge sharing</li>
<li>Started as intern and climb my way up senior ruby developer</li>
</ul>
</section>
<section class="container custom-ordering">
<h3>VISER</h3>
<h4><a class="green">Software Developer</a></h4>
<div class="container">
<div class="attribute"><i class="icon far fa-calendar-alt"></i> 1.2.2013
- 1.9.2014</div>
<div class="attribute"><i class="icon fas fa-map-marker-alt"></i> Belgrade, Serbia</div>
</div>
<p>Member of advanced student group that worked on VSER info system</p>
<ul>
</ul>
</section>
</div>
<div class="container">
<header class="header">Languages</header>
<section class="container">
<div class="container">
<span>English</span>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon far fa-circle"></i>
<a class="language">Proficient</a>
</div>
</section>
<section class="container">
<div class="container">
<span>Serbian</span>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<i class="language-icon fas fa-circle"></i>
<a class="language">Native</a>
</div>
</section>
</div>
<div class="container">
<header class="header">Educations</header>
<section class="container">
<h3>The School of Electrical and Computer Engeneering of Applied Sience</h3>
<h4><a class="green">B.A.Sc</a> - Computer Sience</h4>
<div class="container">
<div class="attribute"><i class="icon far fa-calendar-alt"></i> 1.9.2011
- 1.6.2015</div>
<div class="attribute"><i class="icon fas fa-map-marker-alt"></i> Belgrade, Serbia</div>
</div>
</section>
<section class="container">
<h3>Electrical high scool - Nikola tesla</h3>
<h4><a class="green">High school</a> - Electronic Engeneering</h4>
<div class="container">
<div class="attribute"><i class="icon far fa-calendar-alt"></i> 1.6.2017
- 1.6.2011</div>
<div class="attribute"><i class="icon fas fa-map-marker-alt"></i> Belgrade, Serbia</div>
</div>
</section>
</div>
</div>
</div>
</div>
</body>
</html>