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
import { Professional } from './core/identity';
interface AcademicBackground {
institution: string;
degree: string;
focus: string[];
graduationYear: number;
}
school
Ulm University
M.Sc. Computer Science — Oct 2023 – Jun 2026
Thesis: “Assessing the Effectiveness of Large Language Model Support for Generating GDPR ROPA Documentation”
B.Sc. Software Engineering — Oct 2019 – Jul 2023
Thesis: “Comparing different vehicle architectures based on attack path analysis” (co-op with Mercedes-Benz Tech Innovation)
System ArchitectureCybersecurityInteraction DesignLLM Research
// Key Focus Areas
Vehicular Security, Trust Management in VANETs, GDPR Automation, Advanced UI Engineering
Vehicular Security, Trust Management in VANETs, GDPR Automation, Advanced UI Engineering
Skills.json
terminal"languages": [
"Python", "TypeScript", "Java"
],
"Python", "TypeScript", "Java"
],
"frameworks": [
"Next.js", "React.js", "Three.js",
"Framer Motion", "Supabase", "Kafka"
],
"Next.js", "React.js", "Three.js",
"Framer Motion", "Supabase", "Kafka"
],
"tools": [
"Docker", "Git", "Jenkins",
"Kali Linux", "Burp Suite", "Figma"
]
"Docker", "Git", "Jenkins",
"Kali Linux", "Burp Suite", "Figma"
]
export const me: Professional = {
fullName: 'Emilija Kastratović',
status: 'Open to opportunities',
};