-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
636 lines (512 loc) · 47.5 KB
/
Copy pathindex.html
File metadata and controls
636 lines (512 loc) · 47.5 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
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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Morteza Arezoumandan — Software Engineer</title>
<!-- Tailwired & Google Fonts -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Heroicons / Lucide through CDN -->
<script src="https://cdn.jsdelivr.net/npm/lucide@0.477.0/dist/umd/lucide.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
display: ['Space Grotesk', 'sans-serif'],
mono: ['JetBrains Mono', 'monospace'],
}
}
}
}
</script>
<style>
:root {
--primary-accent: #4f46e5;
--primary-bg: #f5f5f4;
}
html {
scroll-behavior: smooth;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: rgba(100, 116, 139, 0.25);
border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(100, 116, 139, 0.45);
}
</style>
</head>
<body class="bg-stone-50 text-stone-900 font-sans min-h-screen text-[15px] antialiased">
<!-- Container -->
<div class="max-w-4xl mx-auto px-4 py-12 md:py-20 lg:py-24">
<!-- Dynamic G-balance Header Bar -->
<!-- Main Portfolio Header -->
<header class="mb-14 md:mb-16">
<div class="flex flex-col md:flex-row items-start md:items-center justify-between gap-6 md:gap-10">
<div class="space-y-3.5 flex-1">
<h1 class="text-3xl md:text-5xl font-bold font-display tracking-tight text-white" style="color: #1c1917">Morteza Arezoumandan</h1>
<div class="space-y-1.5">
<p class="text-lg md:text-xl font-medium tracking-tight text-indigo-600 font-sans">Software Engineer</p>
<div class="flex items-center gap-1.5 text-xs font-mono font-medium text-stone-505">
<i data-lucide="map-pin" class="w-3.5 h-3.5 text-indigo-500 shrink-0"></i>
<span>Pisa, Italy</span>
</div>
</div>
<p class="text-slate-400 max-w-xl leading-relaxed text-sm md:text-[15px]" style="color: #57534e">Software Engineer focused on Kubernetes, automation, and cloud-native infrastructure. I work with Kubernetes on a daily basis, building software and automation around distributed systems. I'm also an active follower of the CNCF ecosystem and enjoy keeping up with new open-source tools and technologies.</p>
</div>
<div class="relative shrink-0 order-first md:order-last">
<img src="/images/avatar.jpg" alt="Morteza Arezoumandan" class="w-20 h-20 md:w-28 md:h-28 object-cover border-2 border-dashed border-indigo-200 rounded-2xl" onerror="this.src='/avatar.png'">
</div>
</div>
<!-- Social Links Panel -->
<div class="flex flex-wrap gap-4 mt-8 pt-6 border-t border-stone-200/80">
<a href="https://github.com/morarez" target="_blank" class="flex items-center gap-1.5 font-mono text-xs opacity-85 hover:opacity-100 transition-opacity">
<i data-lucide="github" class="w-4 h-4"></i> GitHub
</a>
<a href="https://www.linkedin.com/in/morteza-arezoumandan-79892416a/" target="_blank" class="flex items-center gap-1.5 font-mono text-xs opacity-85 hover:opacity-100 transition-opacity">
<i data-lucide="linkedin" class="w-4 h-4"></i> LinkedIn
</a>
<a href="mailto:alex.rivera@example.com" class="flex items-center gap-1.5 font-mono text-xs opacity-85 hover:opacity-100 transition-opacity">
<i data-lucide="mail" class="w-4 h-4"></i> Email
</a>
<a href="/cv.pdf" target="_blank" class="flex items-center gap-1.5 font-mono text-xs text-indigo-600 hover:underline transition-all font-medium ml-auto">
<i data-lucide="file-text" class="w-4 h-4"></i> View Resume (PDF)
</a>
</div>
</header>
<!-- Dynamic Content Sections -->
<main class="space-y-16">
<!-- Technical Skills -->
<section id="skills" class="space-y-6">
<div class="flex items-center gap-2 mb-6">
<i data-lucide="cpu" class="w-5 h-5 text-indigo-600"></i>
<h2 class="text-xl font-bold font-display tracking-tight" style="color: #1c1917">Technical Capabilities</h2>
</div>
<div class="grid md:grid-cols-3 gap-6">
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<h3 class="font-bold text-[10px] uppercase tracking-wider pb-1.5 border-b font-mono text-slate-400 border-slate-800/20">Programming</h3>
<div class="flex flex-wrap gap-2 pt-1">
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Python
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Java
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
Go
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Advanced">
Bash
</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<h3 class="font-bold text-[10px] uppercase tracking-wider pb-1.5 border-b font-mono text-slate-400 border-slate-800/20">Cloud & Infrastructure</h3>
<div class="flex flex-wrap gap-2 pt-1">
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Kubernetes
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Advanced">
Terraform
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Amazon EKS
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Amazon EC2
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
Docker
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Advanced">
Ansible
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
Helm
</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<h3 class="font-bold text-[10px] uppercase tracking-wider pb-1.5 border-b font-mono text-slate-400 border-slate-800/20">CI/CD & GitOps</h3>
<div class="flex flex-wrap gap-2 pt-1">
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Git
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Expert">
Azure Pipelines
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
ArgoCD
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
Jenkins
</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<h3 class="font-bold text-[10px] uppercase tracking-wider pb-1.5 border-b font-mono text-slate-400 border-slate-800/20">AI / LLM Engineering</h3>
<div class="flex flex-wrap gap-2 pt-1">
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Advanced">
LangChain
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
LangGraph
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
RAG
</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<h3 class="font-bold text-[10px] uppercase tracking-wider pb-1.5 border-b font-mono text-slate-400 border-slate-800/20">Monitoring & Observability</h3>
<div class="flex flex-wrap gap-2 pt-1">
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Advanced">
Prometheus
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
Grafana
</span>
<span class="bg-indigo-50 border border-indigo-150 text-indigo-700 font-mono text-xs px-2.5 py-0.5 rounded-full" title="Level: Intermediate">
OpenSearch
</span>
</div>
</div>
</div>
</section>
<!-- Projects -->
<section id="projects" class="space-y-6">
<div class="flex items-center gap-2 mb-6">
<i data-lucide="folder-git" class="w-5 h-5 text-indigo-600"></i>
<h2 class="text-xl font-bold font-display tracking-tight" style="color: #1c1917">Featured Works</h2>
</div>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-3">
<div class="flex items-start justify-between">
<h3 class="font-bold text-base font-display" style="color: #1c1917">
Trade Wave
</h3>
<div class="flex gap-2">
<a href="https://github.com/morarez/trade-wave/tree/main" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="GitHub Source"><i data-lucide="github" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
</div>
<p class="text-xs leading-relaxed font-sans" style="color: #57534e">AI-powered trading system for price prediction and strategy evaluation, integrating machine learning model training, historical backtesting, a Flask API, and an interactive Vite frontend for comparative performance analysis.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-5 pt-3 border-t border-stone-200/80">
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Python</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Flask</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Vite</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">TypeScript</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">LightGBM</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-3">
<div class="flex items-start justify-between">
<h3 class="font-bold text-base font-display" style="color: #1c1917">
Pandemic Insights
</h3>
<div class="flex gap-2">
<a href="https://github.com/morarez/Pandemic-Insights" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="GitHub Source"><i data-lucide="github" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
</div>
<p class="text-xs leading-relaxed font-sans" style="color: #57534e">Conducted a clustering analysis of countries based on COVID-19 pandemic spread patterns, identifying trends and insights.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-5 pt-3 border-t border-stone-200/80">
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Python</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Scikit-learn</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-3">
<div class="flex items-start justify-between">
<h3 class="font-bold text-base font-display" style="color: #1c1917">
LAM Chat
</h3>
<div class="flex gap-2">
<a href="https://github.com/morarez/LAM-Chat" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="GitHub Source"><i data-lucide="github" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
</div>
<p class="text-xs leading-relaxed font-sans" style="color: #57534e">A distributed chat platform with a fault-tolerant server using Java and Erlang.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-5 pt-3 border-t border-stone-200/80">
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Erlang</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Java</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-3">
<div class="flex items-start justify-between">
<h3 class="font-bold text-base font-display" style="color: #1c1917">
Ceph-Based File Manager
</h3>
<div class="flex gap-2">
<a href="https://github.com/FranDT/CloudComputingProjects/tree/master/CephProject" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="GitHub Source"><i data-lucide="github" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
</div>
<p class="text-xs leading-relaxed font-sans" style="color: #57534e">A distributed cloud storage file-manager based on Ceph.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-5 pt-3 border-t border-stone-200/80">
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Python</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Ceph</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">OpenStack</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-3">
<div class="flex items-start justify-between">
<h3 class="font-bold text-base font-display" style="color: #1c1917">
Arabic Tweet Sentiment Analysis
</h3>
<div class="flex gap-2">
<a href="https://github.com/morarez/Arabic-Sentiment-Analysis" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="GitHub Source"><i data-lucide="github" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
</div>
<p class="text-xs leading-relaxed font-sans" style="color: #57534e">Designed and benchmarked advanced NLP models for Arabic sentiment classification, applying state-of-the-art techniques including BERT and deep neural networks to analyze social media text and identify sentiments.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-5 pt-3 border-t border-stone-200/80">
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Python</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">TensorFlow</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">BERT</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">CNN</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-3">
<div class="flex items-start justify-between">
<h3 class="font-bold text-base font-display" style="color: #1c1917">
Air Pollution Monitoring System
</h3>
<div class="flex gap-2">
<a href="https://github.com/morarez/Air-Pollution-Monitoring" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="GitHub Source"><i data-lucide="github" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
</div>
<p class="text-xs leading-relaxed font-sans" style="color: #57534e">A Monitoring System to program the simulated sensors with CoAP and MQTT Protocols for efficient data transmission, enabling real-time monitoring.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-5 pt-3 border-t border-stone-200/80">
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">C</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">Python</span>
<span class="text-[10px] uppercase font-mono px-1.5 py-0.5 bg-slate-900/10 border border-slate-800/10 text-slate-400 rounded-sm">MQTT</span>
</div>
</div>
</div>
</section>
<!-- Certifications -->
<section id="certifications" class="space-y-6">
<div class="flex items-center gap-2 mb-6">
<i data-lucide="award" class="w-5 h-5 text-indigo-600"></i>
<h2 class="text-xl font-bold font-display tracking-tight" style="color: #1c1917">Certifications & Credentials</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-5">
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-2">
<div class="flex items-start justify-between gap-4">
<h3 class="font-bold text-sm md:text-base font-display" style="color: #1c1917">Certified Kubernetes Administrator (CKA)</h3>
<a href="https://www.credly.com/badges/f77657a1-1812-40b4-b7c4-d6c1f08c789e/public_url" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="Verify Certificate"><i data-lucide="external-link" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
<p class="text-xs font-mono" style="color: #4f46e5">The Linux Foundation</p>
</div>
<div class="mt-4 pt-3 border-t border-stone-200/80 flex items-center justify-between text-xs text-slate-400 font-mono">
<span class="flex items-center gap-1"><i data-lucide="calendar" class="w-3.5 h-3.5"></i> Issued: Mar 2026</span>
<span class="text-emerald-500 font-medium select-none">Verified</span>
</div>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 flex flex-col justify-between">
<div class="space-y-2">
<div class="flex items-start justify-between gap-4">
<h3 class="font-bold text-sm md:text-base font-display" style="color: #1c1917">Certified Kubernetes Application Developer (CKAD)</h3>
<a href="https://www.credly.com/badges/04bfb19e-7152-4f0a-aa56-2f703b9f4346/public_url" target="_blank" class="hover:opacity-100 opacity-60 transition-opacity" title="Verify Certificate"><i data-lucide="external-link" class="w-4 h-4" style="color: #1c1917"></i></a>
</div>
<p class="text-xs font-mono" style="color: #4f46e5">The Linux Foundation</p>
</div>
<div class="mt-4 pt-3 border-t border-stone-200/80 flex items-center justify-between text-xs text-slate-400 font-mono">
<span class="flex items-center gap-1"><i data-lucide="calendar" class="w-3.5 h-3.5"></i> Issued: Dec 2025</span>
<span class="text-emerald-500 font-medium select-none">Verified</span>
</div>
</div>
</div>
</section>
<!-- Publications -->
<section id="publications" class="space-y-6">
<div class="flex items-center gap-2 mb-6">
<i data-lucide="book-open" class="w-5 h-5 text-indigo-600"></i>
<h2 class="text-xl font-bold font-display tracking-tight" style="color: #1c1917">Research & Publications</h2>
</div>
<div class="space-y-4">
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<div class="flex flex-col md:flex-row md:items-start justify-between gap-2">
<div>
<h3 class="font-semibold text-sm md:text-base" style="color: #1c1917">
<a href="https://iris.cnr.it/bitstream/20.500.14243/414394/1/prod_468866-doc_189649.pdf" target="_blank" class="hover:underline flex items-center gap-1.5">Recommender Systems for Science: A Basic Taxonomy <i data-lucide="external-link" class="w-3 h-3 text-slate-400 shrink-0"></i></a>
</h3>
<p class="text-xs text-slate-500 mt-1 font-sans">Ali Ghannadrad, Morteza Arezoumandan, Leonardo Candela, Donatella Castelli</p>
</div>
<span class="inline-block shrink-0 px-2.5 py-0.5 text-xs font-mono uppercase tracking-wider border border-slate-800 bg-slate-950/20 text-slate-400 rounded">
IRCDL (2022)
</span>
</div>
<p class="text-xs text-slate-400 leading-relaxed italic border-l-2 border-indigo-400 pl-3">The ever-growing availability of research artefacts of potential interest for users calls for helpers to assist their discovery. Artefacts of interest vary for the typology, eg papers, datasets, software. User interests are multifaceted and evolving. This paper analyses and classifies studies on recommender systems exploited to suggest research artefacts to researchers regarding the type of algorithm, users and their representations, item typologies and their representation, and evaluation methods used to assess the effectiveness of the recommendations. This study found that most of the current scientific artefacts recommender system focused only on recommending paper to individual researchers, just a few papers focused on dataset recommendation and software recommender system is unprecedented.</p>
</div>
<div class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-5 space-y-3">
<div class="flex flex-col md:flex-row md:items-start justify-between gap-2">
<div>
<h3 class="font-semibold text-sm md:text-base" style="color: #1c1917">
<a href="https://iris.cnr.it/bitstream/20.500.14243/456240/1/prod_478227-doc_195881.pdf" target="_blank" class="hover:underline flex items-center gap-1.5">Virtual research environments ethnography: A preliminary study <i data-lucide="external-link" class="w-3 h-3 text-slate-400 shrink-0"></i></a>
</h3>
<p class="text-xs text-slate-500 mt-1 font-sans">M Arezoumandan, L Candela, D Castelli, A Ghannadrad, D Mangione, P Pagano</p>
</div>
<span class="inline-block shrink-0 px-2.5 py-0.5 text-xs font-mono uppercase tracking-wider border border-slate-800 bg-slate-950/20 text-slate-400 rounded">
IWSG (2022)
</span>
</div>
<p class="text-xs text-slate-400 leading-relaxed italic border-l-2 border-indigo-400 pl-3">Virtual Research Environments, Science Gateways and Virtual Laboratories are systems aiming at serving the needs of their designated communities of practice by providing them with a working environment for performing their tasks. These systems have been proposed and exploited in diverse application domains and scopes ranging from education to simulation, collaboration, and open science. This paper analyses the literature published from 2010 to start characterising this manifold family of systems. In particular, the study identified and analysed a corpus of 1167 research papers to highlight their distribution over time, the most frequent publication venues and the characterising topics.</p>
</div>
</div>
</section>
<!-- Blog Feed Section -->
<!-- Contact -->
<section id="contact" class="bg-white border border-stone-200/60 shadow-sm rounded-xl transition-all duration-300 hover:shadow-md p-6 md:p-8 text-center space-y-4">
<i data-lucide="mail" class="w-8 h-8 mx-auto text-center text-indigo-600"></i>
<h2 class="text-xl font-bold font-display tracking-tight text-white" style="color: #1c1917">Get In Touch</h2>
<p class="text-slate-400 max-w-sm mx-auto text-xs md:text-sm" style="color: #57534e">
Interested in core architectures, consultations, or direct collaborations? Let's talk.
</p>
<div class="pt-2">
<a href="mailto:mortezaarezoomandan@gmail.com" class="bg-stone-900 hover:bg-stone-800 text-white rounded-lg px-4 py-2 font-medium transition-all text-sm">
mortezaarezoomandan@gmail.com
</a>
</div>
</section>
</main>
<!-- Footer -->
<footer class="mt-20 pt-8 border-t border-stone-200/80 flex flex-col md:flex-row items-center justify-between text-xs font-mono text-slate-550 gap-4 mb-4">
<p>© 2026 Morteza Arezoumandan. All systems operational.</p>
<p>Designed with <span class="text-indigo-650">♥</span> dynamically on GitHub Pages</p>
</footer>
</div>
<!-- Interactive Blog Modal Overlay (pure JS engine) -->
<div id="blogModal" class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/80 backdrop-blur-sm hidden animate-fade-in">
<div class="w-full max-w-3xl max-h-[90vh] overflow-y-auto bg-slate-900 text-slate-100 rounded-xl border border-slate-800 shadow-2xl flex flex-col">
<!-- Sticky Header -->
<div class="sticky top-0 bg-slate-900/95 backdrop-blur-md px-6 py-4 border-b border-slate-800 flex items-center justify-between z-10">
<button onclick="closeBlogPost()" class="flex items-center gap-2 text-sm text-slate-400 hover:text-white transition-colors">
<i data-lucide="arrow-left" class="w-4 h-4"></i>
<span>Back to Portfolio</span>
</button>
<button onclick="closeBlogPost()" class="p-1 text-slate-400 hover:text-white rounded-md hover:bg-slate-800 transition-colors">
<i data-lucide="x" class="w-5 h-5"></i>
</button>
</div>
<!-- Content Area -->
<article class="p-6 md:p-8 overflow-y-auto">
<div id="modalTags" class="flex flex-wrap gap-2 mb-4"></div>
<h1 id="modalTitle" class="text-2xl md:text-4xl font-extrabold font-display tracking-tight text-white mb-4"></h1>
<div class="flex items-center gap-4 text-xs font-mono text-slate-400 border-b border-slate-800 pb-6 mb-6">
<span class="flex items-center gap-1.5"><i data-lucide="calendar" class="w-3.5 h-3.5"></i> <span id="modalDate"></span></span>
<span class="flex items-center gap-1.5"><i data-lucide="clock" class="w-3.5 h-3.5"></i> <span id="modalReadTime"></span></span>
</div>
<div id="modalContent" class="text-slate-300 text-sm md:text-base leading-relaxed space-y-4 font-sans"></div>
</article>
<div class="p-5 border-t border-slate-800 bg-slate-950/40 text-center rounded-b-xl text-xs font-mono text-slate-500">
Written by Morteza Arezoumandan — Software Engineer
</div>
</div>
</div>
<!-- JavaScript Data Engine -->
<script>
const PORTFOLIO_DATA = {"about":{"name":"Morteza Arezoumandan","title":"Software Engineer","avatarUrl":"/images/avatar.jpg","bio":"Software Engineer focused on Kubernetes, automation, and cloud-native infrastructure. I work with Kubernetes on a daily basis, building software and automation around distributed systems. I'm also an active follower of the CNCF ecosystem and enjoy keeping up with new open-source tools and technologies.","company":"ION Group","location":"Pisa, Italy","resumeUrl":"/cv.pdf"},"socials":{"github":"https://github.com/morarez","linkedin":"https://www.linkedin.com/in/morteza-arezoumandan-79892416a/","email":"alex.rivera@example.com"},"skills":[{"category":"Programming","skills":[{"name":"Python","level":"Expert"},{"name":"Java","level":"Expert"},{"name":"Go","level":"Intermediate"},{"name":"Bash","level":"Advanced"}]},{"category":"Cloud & Infrastructure","skills":[{"name":"Kubernetes","level":"Expert"},{"name":"Amazon EKS","level":"Advanced"},{"name":"Terraform","level":"Expert"},{"name":"Docker","level":"Intermediate"},{"name":"Ansible","level":"Advanced"},{"name":"Helm","level":"Intermediate"}]},{"category":"CI/CD & GitOps","skills":[{"name":"Git","level":"Expert"},{"name":"Azure Pipelines","level":"Expert"},{"name":"ArgoCD","level":"Intermediate"},{"name":"Jenkins","level":"Intermediate"}]},{"category":"AI / LLM Engineering","skills":[{"name":"LangChain","level":"Advanced"},{"name":"LangGraph","level":"Intermediate"},{"name":"RAG","level":"Intermediate"}]},{"category":"Monitoring & Observability","skills":[{"name":"Prometheus","level":"Advanced"},{"name":"Grafana","level":"Intermediate"},{"name":"OpenSearch","level":"Intermediate"}]}],"publications":[{"id":"pub-1","title":"Recommender Systems for Science: A Basic Taxonomy","authors":"Ali Ghannadrad, Morteza Arezoumandan, Leonardo Candela, Donatella Castelli","venue":"IRCDL","year":"2022","url":"https://iris.cnr.it/bitstream/20.500.14243/414394/1/prod_468866-doc_189649.pdf","abstract":"The ever-growing availability of research artefacts of potential interest for users calls for helpers to assist their discovery. Artefacts of interest vary for the typology, eg papers, datasets, software. User interests are multifaceted and evolving. This paper analyses and classifies studies on recommender systems exploited to suggest research artefacts to researchers regarding the type of algorithm, users and their representations, item typologies and their representation, and evaluation methods used to assess the effectiveness of the recommendations. This study found that most of the current scientific artefacts recommender system focused only on recommending paper to individual researchers, just a few papers focused on dataset recommendation and software recommender system is unprecedented."},{"id":"pub-2","title":"Virtual research environments ethnography: A preliminary study","authors":"M Arezoumandan, L Candela, D Castelli, A Ghannadrad, D Mangione, P Pagano","venue":"IWSG","year":"2022","url":"https://iris.cnr.it/bitstream/20.500.14243/456240/1/prod_478227-doc_195881.pdf","abstract":"Virtual Research Environments, Science Gateways and Virtual Laboratories are systems aiming at serving the needs of their designated communities of practice by providing them with a working environment for performing their tasks. These systems have been proposed and exploited in diverse application domains and scopes ranging from education to simulation, collaboration, and open science. This paper analyses the literature published from 2010 to start characterising this manifold family of systems. In particular, the study identified and analysed a corpus of 1167 research papers to highlight their distribution over time, the most frequent publication venues and the characterising topics."}],"projects":[{"id":"proj-1534","title":"Trade Wave","description":"AI-powered trading system for price prediction and strategy evaluation, integrating machine learning model training, historical backtesting, a Flask API, and an interactive Vite frontend for comparative performance analysis.","tags":["Python","Flask","Vite","TypeScript","LightGBM"],"githubUrl":"https://github.com/morarez/trade-wave/tree/main","liveUrl":"","featured":false},{"id":"proj-1779890238429","title":"Pandemic Insights","description":"Conducted a clustering analysis of countries based on COVID-19 pandemic spread patterns, identifying trends and insights.","tags":["Python","Scikit-learn"],"githubUrl":"https://github.com/morarez/Pandemic-Insights","featured":false,"liveUrl":""},{"id":"proj-1","title":"LAM Chat","description":"A distributed chat platform with a fault-tolerant server using Java and Erlang.","tags":["Erlang","Java"],"githubUrl":"https://github.com/morarez/LAM-Chat","liveUrl":"","featured":false},{"id":"proj-2","title":"Ceph-Based File Manager","description":"A distributed cloud storage file-manager based on Ceph.","tags":["Python","Ceph","OpenStack"],"githubUrl":"https://github.com/FranDT/CloudComputingProjects/tree/master/CephProject","featured":false,"liveUrl":""},{"id":"proj-3","title":"Air Pollution Monitoring System","description":"A Monitoring System to program the simulated sensors with CoAP and MQTT Protocols for efficient data transmission, enabling real-time monitoring.","tags":["C","Python","MQTT"],"githubUrl":"https://github.com/morarez/Air-Pollution-Monitoring","liveUrl":"","featured":false}],"blog":[],"contact":{"email":"mortezaarezoomandan@gmail.com","office":""}};
function openBlogPost(postId) {
const post = PORTFOLIO_DATA.blog.find(p => p.id === postId);
if (!post) return;
// Populate Modal
document.getElementById('modalTitle').innerText = post.title;
document.getElementById('modalDate').innerText = post.date;
document.getElementById('modalReadTime').innerText = post.readTime;
// Tags
const tagsContainer = document.getElementById('modalTags');
tagsContainer.innerHTML = '';
post.tags.forEach(t => {
const tagEl = document.createElement('span');
tagEl.className = 'text-xs font-mono px-2 py-0.5 rounded-full bg-slate-800 border border-slate-700/50 text-slate-300';
tagEl.innerText = '#' + t;
tagsContainer.appendChild(tagEl);
});
// Content parsing with code blocks and headers
const contentEl = document.getElementById('modalContent');
contentEl.innerHTML = '';
const paragraphs = post.content.split('\n\n');
paragraphs.forEach(p => {
const trimmed = p.trim();
const el = document.createElement('div');
if (trimmed.startsWith('### ')) {
el.className = 'text-lg font-semibold font-display mt-6 mb-2 tracking-tight text-white';
el.innerText = trimmed.replace('### ', '');
} else if (trimmed.startsWith('## ')) {
el.className = 'text-xl font-bold font-display mt-8 mb-3 tracking-tight text-white';
el.innerText = trimmed.replace('## ', '');
} else if (trimmed.startsWith('# ')) {
el.className = 'text-2xl font-black font-display mt-10 mb-4 tracking-tight text-white';
el.innerText = trimmed.replace('# ', '');
} else if (trimmed.startsWith('```')) {
const lines = trimmed.split('\n');
const language = lines[0].replace('```', '') || 'code';
const code = lines.slice(1, lines.length - (lines[lines.length-1] === '```' ? 1 : 0)).join('\n');
el.className = 'my-6 rounded-lg overflow-hidden border border-slate-800 bg-slate-950 font-mono text-xs md:text-sm';
el.innerHTML = '<div class="flex items-center justify-between px-4 py-1.5 bg-slate-905 border-b border-slate-850 text-[10px] uppercase text-slate-500 tracking-wider"><span>' + language + '</span><button class="hover:text-slate-300 transition-colors" onclick="navigator.clipboard.writeText(this.parentElement.nextElementSibling.innerText)">Copy</button></div><pre class="p-4 overflow-x-auto text-slate-300 font-mono text-left leading-relaxed"><code>' + code.replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>') + '</code></pre>';
} else if (trimmed.startsWith('- ') || trimmed.startsWith('* ')) {
const listHtml = trimmed.split('\n').map(item => {
const cleanItem = item.replace(/^[-*]\s+/, '');
return '<li class="leading-relaxed text-sm md:text-base">' + cleanItem + '</li>';
}).join('');
el.innerHTML = '<ul class="list-disc pl-5 my-4 space-y-2 text-stone-300">' + listHtml + '</ul>';
} else {
el.className = 'leading-relaxed my-4 text-sm md:text-base text-slate-300 font-sans opacity-95';
// Inline bolding handler
let formatted = trimmed;
const bolds = trimmed.split('**');
if (bolds.length > 1) {
formatted = bolds.map((term, i) => i % 2 === 1 ? '<strong class="font-semibold text-white">' + term + '</strong>' : term).join('');
}
el.innerHTML = formatted;
}
contentEl.appendChild(el);
});
// Show Modal and disable scroll
document.getElementById('blogModal').classList.remove('hidden');
document.body.style.overflow = 'hidden';
safeCreateIcons();
}
function closeBlogPost() {
document.getElementById('blogModal').classList.add('hidden');
document.body.style.overflow = '';
}
// Close modal on escape
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') closeBlogPost();
});
// Initialize Lucide icons
function safeCreateIcons() {
if (typeof lucide !== 'undefined') {
lucide.createIcons();
}
}
// Run immediately
safeCreateIcons();
// Run when DOM is ready
document.addEventListener('DOMContentLoaded', safeCreateIcons);
// Run when fully loaded
window.addEventListener('load', safeCreateIcons);
</script>
</body>
</html>