forked from xriley/pillar-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
564 lines (527 loc) · 48.8 KB
/
index.html
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pillar - Bootstrap 4 Resume/CV Template for Developers</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Resume Template">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/pillar-1.css">
</head>
<body>
<article class="resume-wrapper text-center position-relative">
<div class="resume-wrapper-inner mx-auto text-left bg-white shadow-lg">
<header class="resume-header pt-4 pt-md-0">
<div class="media flex-column flex-md-row">
<img class="mr-3 img-fluid picture mx-auto" src="assets/images/profile1.jpg" alt="">
<div class="media-body p-4 d-flex flex-column flex-md-row mx-auto mx-lg-0">
<div class="primary-info">
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase">Andrej Matijevic</h1>
<div class="title mb-3">Senior Full Stack Engineer</div>
<ul class="list-unstyled">
<li class="mb-2"><a href="#"><i class="far fa-envelope fa-fw mr-2" data-fa-transform="grow-3"></i>[email protected]</a></li>
<li><a href="#"><i class="fas fa-mobile-alt fa-fw mr-2" data-fa-transform="grow-6"></i>+49 174 4 666 965</a></li>
</ul>
</div><!--//primary-info-->
<div class="secondary-info ml-md-auto mt-2">
<ul class="resume-social list-unstyled">
<li class="mb-3"><a href="https://www.linkedin.com/in/amatijevic/"><span class="fa-container text-center mr-2"><i class="fab fa-linkedin-in fa-fw"></i></span>linkedin.com/in/amatijevic</a></li>
<li class="mb-3"><a href="https://github.com/AMatijevic"><span class="fa-container text-center mr-2"><i class="fab fa-github-alt fa-fw"></i></span>github.com/AMatijevic</a></li>
<li class="mb-3"><a href="https://stackoverflow.com/story/amatijevic"><span class="fa-container text-center mr-2"><i class="fab fa-stack-overflow fa-fw"></i></span>stackoverflow.com/story/amatijevic</a></li>
<li><a href="https://twitter.com/andrej00004"><span class="fa-container text-center mr-2"><i class="fab fa-twitter"></i></span>twitter.com/andrej00004</a></li>
</ul>
</div><!--//secondary-info-->
</div><!--//media-body-->
</div><!--//media-->
</header>
<div class="resume-body p-5">
<section class="resume-section summary-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Career Summary</h2>
<div class="resume-section-content">
<p class="mb-0">Hello! My name is Andrej and I am a pragmatic programmer/engineer with a strong passion for software architecture. More than ten years of experience working on different projects and technologies with different teams from all around the world gives me enough confidence to claim that I can tackle any technical challenge (in a rational time frame of course :) ), but also the awareness that I need to learn and contribute more.
<br/><br/>
I have a master’s degree in software engineering and a strong background in product development, maintenance, publishing and monitoring, for industries like healthcare, leisure, travel & tourism, communications, e-commerce, etc.
My main development experience until now was mostly designing and implementing scalable Web Applications and APIs using C#, AWS, Azure, SQL, NoSQL, and various UI JavaScript frameworks. Besides Web, I have also worked with wide variety of other languages and technologies oriented to developing phone or desktop applications, like WPF, Unity, Python etc.
<br/><br/>
Overall, a passionate techie team player who likes diversity, discipline and good developer habits.
</p>
</div>
</section><!--//summary-section-->
<section class="resume-section skills-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Skills & Tools</h2>
<div class="resume-section-content row">
<div class="resume-skill-item col-lg-3">
<h4 class="resume-skills-cat font-weight-bold">Backend</h4>
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-skill-name">C#</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 98%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">.NET Core</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 95%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">ASP.NET MVC</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 96%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">WPF</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 77%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Python</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 57%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item col-lg-3">
<h4 class="resume-skills-cat font-weight-bold">Frontend</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">JavaScript</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 85%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Angular</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">React</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Typescript</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 77%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">HTML/CSS/SASS/LESS</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 86%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item col-lg-3">
<h4 class="resume-skills-cat font-weight-bold">Tools</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">Visual Studio</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 98%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Visual Studio Code</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 90%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Jenkins</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 84%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Git</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 92%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Docker</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 62%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item col-lg-3">
<h4 class="resume-skills-cat font-weight-bold">Others</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-light">DevOps</span></li>
<li class="list-inline-item"><span class="badge badge-light">Azure</span></li>
<li class="list-inline-item"><span class="badge badge-light">AWS</span></li>
<li class="list-inline-item"><span class="badge badge-light">EF / EF Core</span></li>
<li class="list-inline-item"><span class="badge badge-light">TDD</span></li>
<li class="list-inline-item"><span class="badge badge-light">MicroServices</span></li>
<li class="list-inline-item"><span class="badge badge-light">Serverless functions (Azure & AWS)</span></li>
<li class="list-inline-item"><span class="badge badge-light">SQS</span></li>
<li class="list-inline-item"><span class="badge badge-light">Kafka</span></li>
<li class="list-inline-item"><span class="badge badge-light">NATS</span></li>
<li class="list-inline-item"><span class="badge badge-light">ELK</span></li>
<li class="list-inline-item"><span class="badge badge-light">Grafana</span></li>
<li class="list-inline-item"><span class="badge badge-light">Vue.js</span></li>
<li class="list-inline-item"><span class="badge badge-light">ReactNative</span></li>
<li class="list-inline-item"><span class="badge badge-light">Microsoft SQL Server</span></li>
<li class="list-inline-item"><span class="badge badge-light">Postgresql</span></li>
<li class="list-inline-item"><span class="badge badge-light">Couchbase DB</span></li>
<li class="list-inline-item"><span class="badge badge-light">SQL</span></li>
<li class="list-inline-item"><span class="badge badge-light">Unity</span></li>
<li class="list-inline-item"><span class="badge badge-light">Code Review</span></li>
<li class="list-inline-item"><span class="badge badge-light">Scrum</span></li>
<li class="list-inline-item"><span class="badge badge-light">Kanban</span></li>
<li class="list-inline-item"><span class="badge badge-light">Jira</span></li>
<li class="list-inline-item"><span class="badge badge-light">Github</span></li>
</ul>
</div><!--//resume-skill-item-->
</div><!--resume-section-content-->
</section><!--//skills-section-->
<section class="resume-section certification-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Certifications</h2>
<div class="resume-section-content row">
<div class="resume-skill-item col-lg-6">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">Programming in C#</div>
<div class="resume-degree-org">Microsoft</div>
<div class="resume-degree-time">April 2014 - Current</div>
</li>
<li>
<div class="resume-degree font-weight-bold">Developing ASP.NET MVC 4 Web Applications</div>
<div class="resume-degree-org">Microsoft</div>
<div class="resume-degree-time">January 2014 - Current</div>
</li>
<li>
<div class="resume-degree font-weight-bold">Programming in HTML5 with JavaScript and CSS3</div>
<div class="resume-degree-org">Microsoft</div>
<div class="resume-degree-time">May 2013 - Current</div>
</li>
<li>
<div class="resume-degree font-weight-bold">MCPS: Microsoft Certified Professional</div>
<div class="resume-degree-org">Microsoft</div>
<div class="resume-degree-time">April 2013 - Current</div>
</li>
</ul>
</div>
<div class="resume-skill-item col-lg-6">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">C# Expert</div>
<div class="resume-degree-org">Pluralsight IQ</div>
<div class="resume-degree-time">April 2020 - Current</div>
</li>
<li>
<div class="resume-degree font-weight-bold">ASP.NET Core Expert</div>
<div class="resume-degree-org">Pluralsight IQ</div>
<div class="resume-degree-time">February 2020 - Current</div>
</li>
<li>
<div class="resume-degree font-weight-bold">ASP.NET MVC 5 Expert</div>
<div class="resume-degree-org">Pluralsight IQ</div>
<div class="resume-degree-time">January 2017 - Current</div>
</li>
</ul>
</div>
</div>
</section><!--//certification-section-->
<section class="resume-section experience-section mb-5 page-break-before">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Work Experience</h2>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Senior Software Engineer/Lead</h3>
<div class="resume-company-name ml-auto">PowerDiary</div>
</div><!--//row-->
<div class="resume-position-time">Jun 2020 - Current</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>I'm working as a fully employed remote senior software engineer and lead. Mostly responsible for the team of four people introducing Scrum and improving, refactoring, and redesigning existing monolith healthcare system based in Australia.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Lead the Web application and API migration from .NET 4.8 to .NET Core 5</li>
<li>Lead the transformation from Database first mindset to code first approach</li>
<li>Transform multiple MSSQL stored procedures to the C# (Linq, EFCore) code</li>
<li>Introduce EFCore 5.0 and automatic schema migrations</li>
<li>Introduce TDD</li>
<li>Improved monitoring and alerting using AWS CloudWatch logging infrastructure</li>
<li>Introduce scrum culture and practices (daily standup, two weeks sprint, planing, grooming, estimating)</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP NET Core API </span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP NET MVC 5 </span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">PostgresSQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MSSQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Entity Framework Core</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Entity Framework 6</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">TeamCity</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">AWS EC2</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">AWS CloudWatch</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Senior Software Engineer</h3>
<div class="resume-company-name ml-auto">Dreamlines</div>
</div><!--//row-->
<div class="resume-position-time">Dec 2018 - Apr 2020</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>I was working as a remote/on-site freelance consultant mostly on improving, refactoring, and redesigning existing content API (ASP NET Core, Angular 8) used by the company website in more than 10 countries (world-wide). If you are wondering why I left the company, I would just say CORONA vs. cruising industry 1:0.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Lead the API migration from .NET Core 1.1 to .NET Core 3.1</li>
<li>Improved speed and structure of unit and acceptance tests (more than 5000 test cases used to run for more than 30 minutes, after the optimization and refactoring, less than 10 minutes)</li>
<li>Lead creation of AI microservice project in Python for autonomous detection of cabins on deck images with the accuracy of more than 80% </li>
<li>Improved monitoring and alerting of the system using ELK stack (reduced number of bugs in production for 17%)</li>
<li>Established a knowledge-sharing culture between company developers with regular bi-weekly "show and tell" sessions </li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP NET Core API </span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Angular 8</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Typescript</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Python</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">PostgresSQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Couchbase DB</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Entity Framework Core</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ELK</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Kafka</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">SQS</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">AWS</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Docker</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Jenkins</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Senior Software Architect & Engineer</h3>
<div class="resume-company-name ml-auto">Bilbayt</div>
</div><!--//row-->
<div class="resume-position-time">Apr 2018 - Dec 2018</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>In this six month contract period as an architect and software engineer, my main focus was on restructuring and updating the old monolith service-based catering e-commerce system to a cloud-oriented microservice system using CQRS architecture. </p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements</h4>
<ul>
<li>First-time full remote position with a fully remote team from different parts of the world (Egypt, Spain, Kuwait, Germany, Croatia)</li>
<li>System transformation and migration from old ASP.NET Web Forms tech to ASP.NET MVC / API Core 2.0 tech stack hosted on Azure with the test coverage of more than 80%</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.NET Web Forms</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.NET MVC/API Core</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Angular</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Vue.js</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MSSQL database</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Entity Framework</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Azure</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Azure Functions</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Azure Service bus</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">BenchmarkDotNet</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Co-Founder & Lead Software Engineer</h3>
<div class="resume-company-name ml-auto">Think'n'Dye</div>
</div><!--//row-->
<div class="resume-position-time">Sep 2017 - Current</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Except for the architecture and setting up the ground algorithmic structure of the game written with C# scripts inside Unity, for the first time I was involved in project and product management as a product owner, communicating and deciding product features with the management board.</p>
<p>The game is available on both Android and iOS marketplaces, and I encourage you to visit <a href="https://www.thinkndye.com/">thinkndye.com</a> website, download the game, play it, and send me your feedback! </p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Unity</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Visual Studio team services</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5 page-break-before">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Software Engineer</h3>
<div class="resume-company-name ml-auto">Dreamlines</div>
</div><!--//row-->
<div class="resume-position-time">Jul 2014 - Apr 2018</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>I was hired by a small startup company that, at that point, had only 2 developers working on ASP.NET MVC 2 CRM (Customer-Relationship-Management) system, which was the most crucial product for company growth and business. My main responsibility was maintaining and updating the product with new features. After slightly more than 4 years, the company grows to more than 400 employees and is spreading the business to more than 10 countries all over the world. My CRM team grows from 3 to 20 developers split into 4 teams. Being part of that whole process made me grow as a developer on the same scale as a company.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Transferring CRM product (in production for 4 years) from Azure to AWS cloud provider without losing any data and no downtime</li>
<li>Creating email marketing microservice for sending, tracking and building newsletter templates for more than hundred thousand customers, incorporating Sendgrid and Mailgun</li>
<li>Improved BI team work with a tool for integrating data from other entities acquired by the company and various other sources to our AWS Redshift Data Warehouse</li>
<li>As early pioneers of ASP.NET Core, we created customer facing website for displaying offers and handling payments with external providers and doing semi-direct booking</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.NET MVC/API</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Angular</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JavaScript</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">TypeScript</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MSSQL Databse</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Entity Framework</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">PostgresSQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Azure</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">AWS</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MailGun</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Sendgrind</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Junior Software Engineer</h3>
<div class="resume-company-name ml-auto">Clarity Consulting</div>
</div><!--//row-->
<div class="resume-position-time">Jun 2012 - Jun 2014</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>At my first job, I had a great opportunity to work for an USA consultant company from my home city Rijeka and learn from experienced colleagues how to be a professional software developer and how to incorporate my individual developer qualities into the team environment. During these two years, I had worked on projects for some very big companies like McDonald's, Mondelez, Microsoft LINQ and Clarity Connect, and learned lots of valuable practices and skills which I am still using today.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.NET MVC</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">WPF</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">XAML</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JavaScript</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML/CSS</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MSSQL Database</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">SQL</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
</section><!--//experience-section-->
<section class="resume-section experience-section mb-5 page-break-before">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3 extra-margin-top">Personal projects</h2>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Founder And Software Engineer</h3>
<div class="resume-company-name ml-auto">NSeed</div>
</div><!--//row-->
<div class="resume-position-time">Jun 2019 - Current</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>After many different projects in many different domains, one thing kept reapperaring: a need for creating and seeding data in a structured way. This is the idea behind NSeed, an intelligent open-source tool for data creation and seeding using CLI or Visual Studio Extension. I work on it together with my colleague and friend, an experienced programmer and software architect. Project is currently in its testing phase, for more information please visit <a href="https://nseed.io">nseed.io</a> or <a href="https://github.com/nseedio">github.com/nseedio</a>.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">C#</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">.NET Core Tools</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">CommandLineUtils</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Nuke</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">PowerShell</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">WSL2</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">User Group Co-Leader And Speaker</h3>
<div class="resume-company-name ml-auto">Microsoft Developers User Group Rijeka, Croatia</div>
</div><!--//row-->
<div class="resume-position-time">May 2018 - Current</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>I joined the group five years ago as a tech enthusiast and two years ago I got the opportunity to become one of the co-organizers. The group is now counting more than 400 members and we usually organize one talk per month, where (an experienced) speaker is talking about some of the current tech topics (one of my talks, "Progressive Web Applications: What, How, Why", you can find on the GitHub page mentioned below).</p>
<p>You can contact us on <a href="https://www.meetup.com/Microsoft-Developer-User-Group-Rijeka/">meetup.com/Microsoft-Developer-User-Group-Rijeka</a> or give us a star on our GitHub repository <a href="https://github.com/microsoft-developer-user-group-rijeka/predavanja">github.com/microsoft-developer-user-group-rijeka/predavanja</a>.</p>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
</section><!--//experience-section-->
<section class="resume-section education-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Education</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">MSc in Computer Science</div>
<div class="resume-degree-org">Information and Communication Systems</div>
<div class="resume-degree-org">University of Rijeka Croatia, Departments of Informatics</div>
<div class="resume-degree-time">2010 - 2013</div>
</li>
<li>
<div class="resume-degree font-weight-bold">BSc in Computer Science</div>
<div class="resume-degree-org">University of Rijeka Croatia, Departments of Informatics</div>
<div class="resume-degree-time">2007 - 2010</div>
</li>
</ul>
</div>
</section><!--//education-section-->
<div class="row">
<section class="resume-section language-section mb-5 col-lg-6">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Language</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-lang-list">
<li class="mb-2"><span class="resume-lang-name font-weight-bold">Croatian</span> <small
class="text-muted font-weight-normal">(Native)</small></li>
<li class="mb-2"><span class="resume-lang-name font-weight-bold">English</span> <small
class="text-muted font-weight-normal">(Professional)</small></li>
<li class="mb-2 align-middle"><span class="resume-lang-name font-weight-bold">German</span> <small
class="text-muted font-weight-normal">(Basic)</small></li>
</ul>
</div>
</section>
<!--//language-section-->
<section class="resume-section interests-section mb-5 col-lg-6">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Interests</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-1">Basketball</li>
<li class="mb-1">Running</li>
<li class="mb-1">SUP</li>
<li class="mb-1">Cycling</li>
<li class="mb-1">Reading</li>
</ul>
</div>
</section>
<!--//interests-section-->
</div>
</div><!--//resume-body-->
</div>
</article>
<footer class="footer text-center pt-2 pb-5">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>
</body>
</html>