-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.typ
More file actions
182 lines (149 loc) · 4.6 KB
/
Copy pathmain.typ
File metadata and controls
182 lines (149 loc) · 4.6 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
#import "template/cv.typ": (
cv, education, experience, github_card, hrule, organization, skill, tag,
)
#import "template/lib.typ": *
#import "alias.typ": *
#show: cv.with(
name: "Diogo Vala Correia",
photo: image("photos/me3.jpg"),
info: (
email: "dv_correia@hotmail.com",
phone: "+351 915800676",
location: "Aveiro, Portugal",
homepage: "dvcorreia.com",
linkedin: "diogovalacorreia",
github: "dvcorreia",
),
)
#grid(
columns: (60%, auto),
gutter: 20pt,
)[
== Experience
#experience(
title: "Senior Open-Source Engineer",
company: siemens,
period: (
start: datetime(day: 22, month: 5, year: 2025),
end: datetime.today(),
),
location: "Remote to Zug, Switzerland",
)[
Part of the #code-siemens team, contributing across multiple projects in what the Siemens developers need and find important.
#let siemens-ai-post = link(
"https://blog.siemens.com/2025/10/our-sovereign-ai-journey-building-a-self-contained-sustainable-and-cost-effective-llm-platform/",
"open weight AI models",
)
- Work through incoming issues, contributing internally and upstream
- Host #gitlabce and #siemens-ai-post for everyone at #siemens
- Drive upstream-first mindset and open source work practices
]
#tag(python) #tag(django) #tag(go) #tag(terraform) #tag(typescript)
#hrule()
#experience(
title: "Software Engineer",
company: metacell,
period: (
start: datetime(day: 1, month: 6, year: 2024),
end: datetime(day: 23, month: 4, year: 2025),
),
location: "Remote to Cambridge, US",
)[
Worked on neuroscience applications for medical research and pharmaceutical companies.
- Maintained #neuroglass and codebases like #ohif, Google's #neuroglancer and #nvidia's #monailabel server
#tag(python) #tag(django) #tag(typescript) #tag(reactjs)
]
#hrule()
#experience(
title: "Product Technical Lead",
company: wavecom,
period: (
start: datetime(day: 1, month: 12, year: 2022),
end: datetime(day: 1, month: 6, year: 2024),
),
location: "Aveiro, Portugal",
)[
Oversaw the technical direction for the real-time location systems (#rtls) and #uhf #rfid products.
- Ensured cohesion and quality over the lifecycle of the product and infused engineering best practices throughout the team
- Worked in the #rtls standardization effort with the #omlox consortium, part of the #profibus
#tag(go) #tag(typescript) #tag(reactjs) #tag(k8s)
]
#v(space.med)
#experience(
title: "Software Engineer",
company: wavecom,
period: (
start: datetime(day: 1, month: 4, year: 2021),
end: datetime(day: 1, month: 12, year: 2022),
),
location: "Aveiro, Portugal",
)[
Worked on real-time location systems (#rtls) and ultra-high frequency radio identification (#uhf #rfid) products for industry and healthcare.
- Transformed a prototype into a production platform handling thousands of #ble and #uwb devices
#tag(go) #tag(python) #tag(java) #tag(k8s)
]
][
== Education
#education(
degree: [B.Sc. and M.Sc. in #et],
institution: ua,
period: "2014 - 2020",
)[
// Dissertation: #emph["#epcglobal Architecture:
// Smart Shelf Implementation for Retail Inventory Management"]
]
#education(
degree: "Exchange Student",
institution: polito,
period: "2018 - 2019",
)[
#icts with focus on automotive, IoT applications and machine learning.
]
== Skills & Tools
#tag(go)
#tag(python)
#tag(django)
#tag(typescript)
#tag(reactjs)
#tag(nix)
#tag(wasm)
#hrule()
#tag(k8s)
#tag[#docker / #podman]
#tag(helm)
#tag(postgres)
#tag(terraform)
== Projects
#github_card("wavecomtech", "omlox-client-go")
#hrule()
#github_card("NixOS", "nixpkgs", desc: "Package maintainer")
== Languages
#skill("Portuguese (Native)", 5)
#skill("English (C1)", 4.5)
== Organizations
#organization(
title: "Vice President",
org: hardwarecity,
period: (
start: datetime(day: 1, month: 10, year: 2023),
),
)[
Create an open and sustainable community around product development.
]
// #organization(
// title: "Logistics",
// org: eestec,
// period: (
// start: datetime(day: 1, month: 12, year: 2019),
// end: datetime(day: 1, month: 12, year: 2020)
// )
// )[#tag[Workshops]]
// #organization(
// title: "Electronics and Electric Powertrain",
// org: engenius,
// period: (
// start: datetime(day: 1, month: 10, year: 2017),
// end: datetime(day: 1, month: 9, year: 2019)
// )
// )[#tag[CAN Bus] #tag[BMS Systems]]
]