-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
415 lines (372 loc) · 17.3 KB
/
index.html
File metadata and controls
415 lines (372 loc) · 17.3 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
---
layout: home
title: Primož Hadalin
lang: en
description: Experienced software engineer building purposeful software.
keywords:
- engineer
- developer
- programmer
- product design
- software architect
- cv
- resume
- full-stack
- remote
- software
- frontend
- backend
- ai
- web
- javascript
- typescript
- angular
- vuejs
- python
- django
- slovenia
- slovenija
---
<div class="home">
<!-- ########################################################################################### -->
<!-- ################ Hi. If you intend to reuse the layout, give credit maybe? ################ -->
<!-- ########################################################################################### -->
<div class="container">
<div class="row">
<div class="col-12 text-center">
<p>
<img src="{{ '/assets/img/hadalin.jpg' | relative_url }}" class="profile-pic" alt="Primož Hadalin">
</p>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<h1 class="name">Primož Hadalin</h1>
</div>
</div>
<div class="row d-print-none">
<div class="col-12 text-center social">
<a href="{{ site.github }}">GitHub</a>
<a href="{{ site.gitlab }}">GitLab</a>
<a href="{{ site.linkedin }}">LinkedIn</a>
<a href="{{ '/posts' | relative_url }}">Posts</a>
<a href="mailto:{{ site.email }}">E-Mail</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 desc">
<p>
Hey, I'm Primož, a full-stack developer with two decades of hands-on engineering experience. I love
building from scratch and seeing ideas come to life. From robust backends and cloud infrastructure to web
interfaces and mobile apps, I build products that feel seamless and solid, with code that's clean, secure,
and built with purpose.
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-sm-3">
<h2 class="section-title">Personal Info</h2>
</div>
<div class="col-12 col-sm-9">
<table class="table section-table borderless">
<tbody>
<tr>
<td class="td-title">Location</td>
<td class="td-info"><a class="no-print-link" href="https://en.wikipedia.org/wiki/Slovenia">Slovenia</a></td>
</tr>
<tr>
<td class="td-title">Nationality</td>
<td class="td-info">Slovenian</td>
</tr>
<tr>
<td class="td-title">Time Zone</td>
<td class="td-info">Central European Time (CET)</td>
</tr>
<tr>
<td class="td-title">Languages</td>
<td class="td-info">native Slovene, fluent English</td>
</tr>
<tr>
<td class="td-title">Availability</td>
<td class="td-info">Prefers full-time remote roles</td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-sm-3">
<h2 class="section-title">Skills</h2>
</div>
<div class="col-12 col-sm-9 skills">
<div>
<h3 class="subsection-title">Backend</h3>
<ul>
<li>Quarkus (Java)</li>
<li>Django (Python)</li>
</ul>
</div>
<div>
<h3 class="subsection-title">Frontend</h3>
<ul>
<li>TypeScript, JavaScript</li>
<li>Vue.js</li>
<li>Angular</li>
<li>Cypress</li>
</ul>
</div>
<div>
<h3 class="subsection-title">Mobile</h3>
<ul>
<li>Android (Kotlin)</li>
<li>Appium</li>
</ul>
</div>
<div>
<h3 class="subsection-title">Cloud & Infrastructure</h3>
<ul>
<li>Google Cloud</li>
<li>Terraform</li>
<li>Docker</li>
<li>CI/CD Pipelines (GitLab CI, GitHub Actions)</li>
</ul>
</div>
<div>
<h3 class="subsection-title">AI & Integration</h3>
<ul>
<li>OpenAI API</li>
<li>LangChain</li>
</ul>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-sm-3">
<h2 class="section-title">Experience</h2>
</div>
<div class="col-12 col-sm-9">
<div class="position">
<h3 class="section-info-bigger"><a href="https://www.logineko.com">LoginEKO</a></h3>
<p class="section-info-mid">
Mission: Build sustainable, ecological field-crop production that serves as a globally scalable model for agriculture.
</p>
<div class="subsection">
<div class="subsubsection">
<h3 class="subsection-title"><b>Backend Engineer</b></h3>
<span class="section-info-small">2024 – present</span>
<ul>
<li>Built and maintained backend services.</li>
<li>Designed APIs and data models for large-scale field operations.</li>
<li>Operated and released services across cloud infrastructure.</li>
<li>Collaborated with product, mobile, and frontend teams to deliver end-to-end features.</li>
</ul>
</div>
<div class="subsubsection">
<h3 class="subsection-title"><b>Mobile Engineer</b></h3>
<span class="section-info-small">2022 – 2024</span>
<ul>
<li>Developed Android app for field data capture and on-farm workflows.</li>
<li>Implemented mobile QA automation and CI test pipelines.</li>
</ul>
</div>
<div class="subsubsection">
<h3 class="subsection-title"><b>Frontend Engineer</b></h3>
<span class="section-info-small">2020 – 2022</span>
<ul>
<li>Delivered web interfaces for agronomy and operations.</li>
<li>Introduced E2E testing and improved DX via tooling, linting, and CI checks.</li>
</ul>
</div>
</div>
</div>
<div class="position">
<h3 class="section-info-bigger"><a href="https://reciprocity.com">Reciprocity</a></h3>
<p class="section-info-mid">
Mission: Deliver a user-friendly GRC platform that simplifies enterprise compliance and risk management.
</p>
<div class="subsection">
<div class="subsubsection">
<h3 class="subsection-title"><b>Software Engineer</b></h3>
<span class="section-info-small">2019 – 2020</span>
<ul>
<li>Full-stack development on ZenGRC.</li>
<li>Led feature delivery from spec to release.</li>
<li>Collaborated across engineering and product to streamline compliance workflows.</li>
<li>Participated in support rotation to resolve customer issues.</li>
</ul>
</div>
</div>
</div>
<div class="position">
<h3 class="section-info-bigger"><a href="https://www.genialis.com">Genialis</a></h3>
<p class="section-info-mid">
Mission: Provide an exceptional UX for biologists with robust, reproducible large-scale data analysis.
</p>
<div class="subsection">
<div class="subsubsection">
<h3 class="subsection-title"><b>Software Engineer</b>, Web Team Lead</h3>
<span class="section-info-small">2016 – 2020</span>
<ul>
<li>Built frontend and backend for the Genialis Platform.</li>
<li>Contributed to product design and software architecture.</li>
<li>Led a small web team using Scrumban.</li>
<li>Implemented scientific visualizations and 3rd-party integrations.</li>
</ul>
</div>
</div>
</div>
<div class="position">
<h3 class="section-info-bigger"><a href="https://www.xlab.si">XLAB</a></h3>
<p class="section-info-mid">
Mission: Innovate across distributed systems, cloud computing, P2P networks, and 3D visualization, with a strong R&D focus.
</p>
<div class="subsection">
<div class="subsubsection">
<h3 class="subsection-title"><b>Software Engineer</b></h3>
<span class="section-info-small">2006 – 2016</span>
<ul>
<li>Developed web applications and business logic for commercial software.</li>
<li>Implemented data visualizations, payment integrations, and server management.</li>
<li>Built deployment/provisioning scripts and contributed to EU research projects.</li>
</ul>
</div>
</div>
</div>
<div class="position">
<h3 class="section-info-bigger">Smarteh</h3>
<p class="section-info-mid">
Mission: Develop robotized production lines and industrial automation solutions.
</p>
<div class="subsection">
<div class="subsubsection">
<h3 class="subsection-title"><b>Internship</b></h3>
<span class="section-info-small">2006</span>
<ul>
<li>Programmed microcontroller firmware for industrial automation use cases.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-sm-3">
<h2 class="section-title">Education</h2>
</div>
<div class="col-12 col-sm-9">
<p>
<a href="https://www.uni-lj.si">University of Ljubljana</a><br>
<b><a href="https://www.fri.uni-lj.si">Faculty of Computer and Information Science</a></b><br>
<span>B.Sc., Software</span><br>
<span>Thesis <em>Implementing business web application considering the specifics of different web browsers</em> [<a href="{{ '/files/hadalin-bsc-thesis-sl.pdf' | absolute_url }}">PDF</a>]</span><br>
<span class="section-info-small">2001 – 2007</span>
</p>
<p>
<b>Secondary School of Electrotechnology and Computer Science, Nova Gorica</b><br>
<span class="section-info-small">1997 – 2001</span>
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-sm-3">
<h2 class="section-title">Side projects</h2>
</div>
<div class="col-12 col-sm-9">
<ul class="side-projects">
<li>
<b><a href="https://hidefedora.hadalin.me">Hide Fedora browser extension</a></b> (discontinued)
<div>
Open source and free browser extension that removed annoying YouTube troll comments.
It was quite popular among <a class="no-print-link" href="https://www.reddit.com/r/chrome/comments/2m1wxu/got_annoyed_by_all_fedora_youtube_comments_so_i/">Reddit</a> users,
80000 people were using it at its peak and was featured in Lifehacker Australia.
</div>
<a class="side-project-tag" href="https://github.com/hadalin/chrome-hidefedora">Open Source</a>
</li>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-sm-3">
<h2 class="section-title">Publications</h2>
</div>
<div class="col-12 col-sm-9">
<p>
<span><a href="https://link.springer.com/chapter/10.1007%2F978-3-642-24755-2_34">SLA-enabled Enterprise IT</a> (co-author)</span><br>
<span class="section-info-small">2011</span>
</p>
<p>
<span><a href="https://link.springer.com/chapter/10.1007%2F978-1-4419-7320-7_4">SLA-aware Resource Management</a> (co-author)</span><br>
<span class="section-info-small">2010</span>
</p>
</div>
</div>
<hr>
<div class="d-none d-print-block">
<div class="row contact">
<div class="col-sm-12 col-md-3">
<h2 class="section-title">Contact</h2>
</div>
<div class="col-sm-12 col-md-4">
<table class="table table-sm borderless">
<tbody>
<tr>
<td>
<a class="no-print-link" href="mailto:{{ site.email }}">E-Mail {{ site.email }}</a>
</td>
</tr>
<tr>
<td>
<a class="no-print-link" href="{{ site.url }}">Webpage {{ site.url }}</a>
</td>
</tr>
<tr>
<td>
<a class="no-print-link" href="{{ '/posts' | relative_url }}">Posts {{ '/posts' | absolute_url }}</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-12 col-md-5">
<table class="table table-sm borderless">
<tbody>
<tr>
<td>
<a class="no-print-link" href="{{ site.github }}">GitHub {{ site.github }}</a>
</td>
</tr>
<tr>
<td>
<a class="no-print-link" href="{{ site.gitlab }}">GitLab {{ site.gitlab }}</a>
</td>
</tr>
<tr>
<td>
<a class="no-print-link" href="{{ site.linkedin }}">LinkedIn {{ site.linkedin }}</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
</div>
<footer class="d-print-none text-center">
<div>
Powered by <a href="https://jekyllrb.com">Jekyll</a>, <a href="https://getbootstrap.com">Bootstrap</a>
and <a href="https://www.cloudflare.com">Cloudflare</a>.
Hosted on <a href="https://github.com">GitHub</a>.
</div>
<div class="contains-js">
<a href="javascript:void(0)" onclick="window.print()">Print / Save as PDF</a>
</div>
</footer>
</div>
</div>