-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
134 lines (123 loc) · 5.08 KB
/
Copy pathwork.html
File metadata and controls
134 lines (123 loc) · 5.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work — Aydin Abedinia</title>
<meta name="description" content="Work experience — PhD researcher at JD-ICE (UniGe/UC3M/QMUL), AI Platform and backend engineering at Snapp and GSM Group.">
<link rel="stylesheet" href="styles.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3QX5RKQZKW"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-3QX5RKQZKW');</script>
</head>
<body>
<nav class="nav">
<div class="nav__inner">
<a href="index.html" class="nav__brand">Aydin Abedinia</a>
<div class="nav__links">
<a href="work.html" class="active">work</a>
<a href="research.html">research</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a>
</div>
</div>
</nav>
<div class="wrap">
<header class="page-head">
<h1>Work</h1>
<p>Eight years across AI platform engineering and distributed backend systems, from regional service to national-scale infrastructure. Currently a PhD researcher at a joint European doctorate program.</p>
</header>
<section class="section">
<div class="section-label">experience</div>
<!-- JD-ICE -->
<div class="job">
<div class="job__head">
<span class="job__co">JD-ICE Doctorate</span>
<span class="job__when">Nov 2025 – Present</span>
</div>
<div class="job__ctx">Joint Doctorate in Interactive & Cognitive Environments — UniGe (IT) · UC3M (ES) · QMUL (UK)</div>
<div class="role">
<div class="role-row">
<span class="title">PhD Researcher — VLM, ViT & LLM Systems</span>
<span class="span">Nov 2025 – Present</span>
</div>
<p class="role-note">Research on Vision-Language Models, Vision Transformers, and Large Language Models — with a focus on hardware-aware inference, precision trade-offs, and real-time edge deployment for resource-constrained environments.</p>
</div>
<div class="chips">
<span class="chip">Python</span>
<span class="chip">VLM</span>
<span class="chip">ViT</span>
<span class="chip">LLM</span>
<span class="chip">QLoRA</span>
<span class="chip">FP16 / INT8</span>
<span class="chip">Edge Inference</span>
</div>
</div>
<!-- Snapp -->
<div class="job">
<div class="job__head">
<span class="job__co">Snapp</span>
<span class="job__when">Jun 2017 – Aug 2025</span>
</div>
<div class="job__ctx">Iran’s largest ride-hailing platform — 50M+ users, ~4M rides/day at peak</div>
<div class="role">
<div class="role-row">
<span class="title">Technical Lead — Backend & AI Platform</span>
<span class="span">Jun 2023 – Aug 2025</span>
</div>
<div class="role-row">
<span class="title">Senior AI / ML Software Engineer</span>
<span class="span">Jun 2020 – Jun 2023</span>
</div>
<div class="role-row">
<span class="title">Senior Software Engineer — Backend</span>
<span class="span">Jun 2017 – Jun 2020</span>
</div>
</div>
<div class="chips">
<span class="chip">Python</span>
<span class="chip">Go</span>
<span class="chip">Kubernetes</span>
<span class="chip">gRPC</span>
<span class="chip">Kafka / NATS</span>
<span class="chip">Redis</span>
<span class="chip">Airflow</span>
<span class="chip">MLflow</span>
<span class="chip">vLLM</span>
<span class="chip">Prometheus</span>
</div>
</div>
<!-- GSM -->
<div class="job">
<div class="job__head">
<span class="job__co">GSM Group</span>
<span class="job__when">Sep 2016 – Jun 2017</span>
</div>
<div class="job__ctx">Telecom / data-services company — Tehran</div>
<div class="role">
<div class="role-row">
<span class="title">Senior Software Engineer — Backend</span>
<span class="span">Sep 2016 – Jun 2017</span>
</div>
</div>
<div class="chips">
<span class="chip">Django</span>
<span class="chip">PHP</span>
<span class="chip">MySQL</span>
<span class="chip">Redis</span>
</div>
</div>
</section>
</div>
<footer class="foot">
<div class="wrap foot__inner">
<div class="foot__lead"><b>Aydin Abedinia</b> — AI platform & backend engineer</div>
<div class="foot__links">
<a href="https://github.com/abedinia" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.linkedin.com/in/aydin-abedinia-96b2276b/" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://scholar.google.com/citations?user=B1SRyKwAAAAJ&hl=en" target="_blank" rel="noopener">Scholar</a>
</div>
</div>
</footer>
<script src="site.js"></script>
</body>
</html>