-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
398 lines (392 loc) · 16.4 KB
/
index.html
File metadata and controls
398 lines (392 loc) · 16.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#0f172a" />
<link rel="canonical" href="https://rorvik.xyz" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔐</text></svg>"
/>
<link
rel="preload"
href="assets/fonts/Montserrat-Regular.ttf"
as="font"
type="font/ttf"
crossorigin
/>
<link
rel="preload"
href="assets/fonts/Montserrat-SemiBold.ttf"
as="font"
type="font/ttf"
crossorigin
/>
<link
rel="preload"
href="assets/fonts/Montserrat-Bold.ttf"
as="font"
type="font/ttf"
crossorigin
/>
<link rel="stylesheet" href="styles.css" />
<title>Mathias Rørvik | Security Engineer & Full-Stack Developer</title>
<meta
name="description"
content="Security engineer and full-stack developer at Bekk Consulting. Specializing in secure development, vulnerability research, and Rust."
/>
<meta name="author" content="Mathias Rørvik" />
<meta
name="keywords"
content="security engineer, full-stack developer, Rust, Oslo, Bekk, vulnerability research"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rorvik.xyz/" />
<meta
property="og:title"
content="Mathias Rørvik | Security Engineer & Full-Stack Developer"
/>
<meta
property="og:description"
content="Security engineer and full-stack developer at Bekk Consulting. Specializing in secure development, vulnerability research, and Rust."
/>
<meta
property="og:image"
content="https://rorvik.xyz/assets/og-image.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://rorvik.xyz/" />
<meta
name="twitter:title"
content="Mathias Rørvik | Security Engineer & Full-Stack Developer"
/>
<meta
name="twitter:description"
content="Security engineer and full-stack developer at Bekk Consulting. Specializing in secure development, vulnerability research, and Rust."
/>
<meta
name="twitter:image"
content="https://rorvik.xyz/assets/og-image.png"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Mathias Rørvik",
"url": "https://rorvik.xyz",
"jobTitle": "Manager, Security Engineer",
"worksFor": {
"@type": "Organization",
"name": "Bekk Consulting AS"
},
"alumniOf": {
"@type": "Organization",
"name": "University of Oslo"
},
"knowsAbout": [
"Security Engineering",
"Rust",
"Vulnerability Research",
"Full-Stack Development"
],
"sameAs": [
"https://github.com/cyanboy",
"https://www.linkedin.com/in/mathiasror"
]
}
</script>
</head>
<body>
<a class="skip-link" href="#content">Skip to content</a>
<header class="site-header">
<div>
<p class="eyebrow">Resume snapshot</p>
<h1>Mathias Rørvik</h1>
<p class="lead">
Security Engineer, builder of tools, breaker of assumptions,
endlessly curious.
</p>
<div class="contact">
<a href="mailto:hello@rorvik.xyz">hello@rorvik.xyz</a>
<span aria-hidden="true">•</span>
<a
href="https://github.com/cyanboy"
rel="noopener noreferrer"
target="_blank"
aria-label="GitHub (opens in new tab)"
>GitHub<span
class="external-link-icon"
aria-hidden="true"
>
↗</span
></a
>
<span aria-hidden="true">•</span>
<a
href="https://www.linkedin.com/in/mathiasror"
rel="noopener noreferrer"
target="_blank"
aria-label="LinkedIn (opens in new tab)"
>LinkedIn<span
class="external-link-icon"
aria-hidden="true"
>
↗</span
></a
>
</div>
</div>
<nav aria-label="Page sections">
<ul class="inline-nav">
<li><a href="#summary">Summary</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
</ul>
</nav>
</header>
<main id="content" class="page">
<section id="summary" class="card">
<h2>Summary</h2>
<p>
I'm a security engineer and full-stack developer driven by
curiosity and a strong will to understand how things work at
every layer. My day-to-day revolves around helping teams
write more secure software, enabling scanning and detection
tooling, responding to incidents, and performing hands-on
security testing. Outside of work, I build tools, experiment
with Rust, and explore creative technical projects.
</p>
</section>
<section id="experience" class="card">
<h2>Experience</h2>
<article class="role">
<header>
<div>
<h3>Manager — Bekk Consulting AS</h3>
<p class="tenure">2025–present · Oslo</p>
</div>
</header>
<ul>
<li>
Lead security development initiatives across
multiple teams and products.
</li>
<li>
Support teams with incident response, vulnerability
assessment, and security testing.
</li>
<li>
Drive adoption of automated code scanning,
dependency scanning, and secret scanning.
</li>
<li>
Train engineers and build organisational security
competence.
</li>
</ul>
</article>
<article class="role">
<header>
<div>
<h3>
Senior Consultant — Bekk Consulting AS
</h3>
<p class="tenure">2019–2024 · Oslo</p>
</div>
</header>
<ul>
<li>
Implemented automated security scanning and
monitoring across multiple codebases and platforms.
</li>
<li>
Performed offensive security testing and deep
technical vulnerability assessments.
</li>
<li>
Designed and developed internal tools to improve
security visibility and posture tracking.
</li>
<li>
Provided security guidance to high-impact,
high-availability product teams handling critical
workloads.
</li>
<li>
Drove security culture and competency building
across teams as a Security Champion.
</li>
</ul>
</article>
<article class="role">
<header>
<div>
<h3>Consultant — Bekk Consulting AS</h3>
<p class="tenure">2019–2022 · Oslo</p>
</div>
</header>
<ul>
<li>
Delivered full-stack development across backend,
frontend, cloud services, and DevOps pipelines.
</li>
<li>
Took responsibility for secure development practices
within product teams and cross-team forums.
</li>
<li>
Built and maintained systems with strict
requirements for uptime, performance, and privacy.
</li>
<li>
Supported product teams in threat modeling, secure
implementation, and operational reliability.
</li>
<li>
Worked autonomously in cross-functional teams to
ship features and improve developer experience.
</li>
</ul>
</article>
<article class="role">
<header>
<div>
<h3>Developer — Inligo AS</h3>
<p class="tenure">2018–2019 · Oslo</p>
</div>
</header>
<ul>
<li>
Developed internal and external web applications
across modern frontend and backend stacks.
</li>
</ul>
</article>
<article class="role">
<header>
<div>
<h3>Summer Intern — Bekk Consulting AS</h3>
<p class="tenure">2018 · Oslo</p>
</div>
</header>
<ul>
<li>
Built a production-grade Android TV application
using Kotlin.
</li>
<li>
Collaborated closely with designers and developers
to refine user experience and functionality.
</li>
<li>
Practiced modern CI workflows and collaborative
software delivery in a professional environment.
</li>
</ul>
</article>
</section>
<section id="skills" class="card">
<h2>Core Skills</h2>
<article>
<h3>Programming</h3>
<ul class="pill-list">
<li>Rust</li>
<li>Kotlin</li>
<li>Java</li>
<li>TypeScript / JavaScript</li>
<li>Python</li>
</ul>
<h3>Tools & Platforms</h3>
<ul class="pill-list">
<li>GitHub</li>
<li>GitHub Advanced Security</li>
<li>GitLab</li>
<li>Burp Suite</li>
<li>Docker</li>
<li>Kubernetes</li>
<li>AWS</li>
<li>GCP</li>
<li>Datadog</li>
</ul>
<h3>Security & Methodologies</h3>
<ul class="pill-list">
<li>Ethical Hacking</li>
<li>Secure Development Practices</li>
<li>Threat Modeling</li>
<li>Incident Response</li>
<li>Vulnerability Research</li>
<li>Product Development</li>
<li>Agile</li>
<li>Cloud Security Fundamentals</li>
</ul>
</article>
</section>
<section id="projects" class="card">
<h2>Projects</h2>
<article class="project">
<header>
<div>
<h3>Abacus</h3>
<p class="tenure">Rust · MIT License</p>
</div>
<a
href="https://github.com/cyanboy/abacus"
rel="noopener noreferrer"
target="_blank"
aria-label="View Abacus on GitHub (opens in new tab)"
class="project-link"
>View on GitHub<span
class="external-link-icon"
aria-hidden="true"
>
↗</span
></a
>
</header>
<p>
The mathemagical programming language. Abacus is an
experimental, interpreted functional programming
language with a pleasant REPL. Features include
pattern-matched function definitions, persistent REPL
environment with history, and helpful diagnostics that
pinpoint exactly where evaluation failed.
</p>
<ul class="pill-list">
<li>Rust</li>
<li>Interpreter</li>
<li>REPL</li>
<li>Functional Programming</li>
</ul>
</article>
</section>
<section id="education" class="card">
<h2>Education</h2>
<article class="education">
<h3>MSc in Computer Science</h3>
<p class="tenure">2017–2019 · University of Oslo</p>
<p class="thesis">
Thesis:
<i
>Investigation of x64 glibc heap exploitation
techniques on Linux</i
>
</p>
</article>
<article class="education">
<h3>BSc in Computer Science</h3>
<p class="tenure">2013–2017 · University of Oslo</p>
</article>
</section>
</main>
<footer class="site-footer">
<small>
Last updated <time datetime="2025-12-04">Dec 4, 2025</time>.
Copyright © 2025 | All Rights Reserved
</small>
</footer>
</body>
</html>