-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume-data.tsx
More file actions
213 lines (212 loc) · 6.49 KB
/
resume-data.tsx
File metadata and controls
213 lines (212 loc) · 6.49 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
import type { ResumeData } from "@/lib/types";
export const RESUME_DATA: ResumeData = {
name: "Nerea Kalandadze",
initials: "NK",
location: "Barcelona, Spain, CET",
locationLink: "https://www.google.com/maps/place/barcelona",
about: "SecDevOps, SRE Engineer and Pentester",
summary: (
<>
Experienced SecDevOps/SRE Engineer and Sysadmin. I have deployed, improved, maintained secure and reliable cloud
infrastructure in providers like GCP and AWS using IaC tools like Terraform. I have experience in CICD pipelines in native cloud
products like CloudBuild CodePipeline. I also have experience in cybersecurity, improving security in client environments and
testing it against possible vulnerabilities.
</>
),
avatarUrl: "https://cdn.yellowumbrella.dev/pic.png",
personalWebsiteUrl: "https://sigterm.vodka",
contact: {
email: "me@sigterm.vodka",
tel: "+34611588382",
social: [
{
name: "GitHub",
url: "https://github.com/NereaCassian",
icon: "github",
},
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/nerea-kalandadze/",
icon: "linkedin",
},
],
},
education: [
{
school: "ULL",
degree: "Computer Science Degree",
start: "2016",
end: "2020",
},
{
school: "CESUR",
degree: "Game Dev Professional Course",
start: "2020",
end: "2022",
},
],
certifications: [
{
name: "Cloud Architect",
issuer: "Amazon Web Services",
date: "2025",
expiryDate: "2028",
},
{
name: "Cloud Architect",
issuer: "Google Cloud",
date: "2025",
expiryDate: "2028",
},
],
work: [
{
company: "Typsa",
link: "https://www.typsa.com/",
badges: ["DevOps", "Onprem to Cloud", "CI/CD", "AD", "Security", "GCP"],
title: "Fullstack Developer and DevOps",
start: "2022",
end: "2022",
description: (
<>
<ul className="list-inside list-disc">
<li>
I migrated an old on premise set of microservice to GCP improving security and reliability of the
services. Creating development, preview and production environments and improved the code delivery
process, reducing code issues and downtime
</li>
<li>
I developed a CICD pipeline using Jenkins, so developers could deploy new versions of the services.
</li>
<li>
I reworked and secured the company Active Directory and solved the present security issues.
</li>
<li>
I developed a IAM, onboarding and developer access management system to make permission
management easier and more secure, and dispositions of accounts for new employees.
</li>
</ul>
</>
),
},
{
company: "GIGAS Hosting",
link: "https://gigas.com/",
badges: [
"Sysadmin",
"Linux",
"KVM",
"Qemu",
"Virtualization",
"Windows",
"Linux",
"Security",
"Own Cloud"
],
title: "LV2 Support and Sysadmin",
start: "2022",
end: "2023",
description: (
<>
<ul className="list-inside list-disc">
<li>
Offered advanced support for clients that were hired products and virtual machines that ran on KVM
and Qemu. I helped them deploy software to the virtual machines like databases, ORM, CMS, and also
helped them manage and maintain those products.
</li>
<li>
Improved the process and the software used for the virtual machines' orchestration, managing and
disposition, reducing downtime and improving its performance
</li>
<li>
Improved security in internal software used for daily internal tasks like accounting and VM and
infrastructure management
</li>
</ul>
</>
),
},
{
company: "Making Science",
link: "https://www.makingscience.com/",
badges: ["Remote", "DevOps", "GCP & AWS", "Kubernetes", "Terraform", "Ansible", "Python", "Security"],
title: "DevSecOps Engineer",
start: "2023",
end: "2025",
description: (
<>
<ul className="list-inside list-disc">
<li>
Worked deploying, maintaining, securing, improving and monitoring cloud infrastructure orchestrated using
Terraform and Ansible, both for clients and internal products of the company
</li>
<li>
Pentested and improved security in client environments, managing IAM and monitoring events.
</li>
<li>
Implemented monitoring and alert systems for client environments and participated in the On Call rotation.
</li>
<li>
Developed CICD pipelines and code delivery procedures.
</li>
<li>
Deployed and maintained cost optimized Kubernetes Clusters.
</li>
<li>
Developed AI solutions like chatbots, ad and Social Media content creators, and Marketing analysis tools
</li>
</ul>
</>
),
},
{
company: "KaveTech",
link: "https://kavehome.com/",
badges: ["Remote","IAC", "Kubernetes", "Terraform", "Python", "Security", "GCP", "On Premise"],
title: "DevSecOps Engineer and Cibersecurity analyst",
start: "2025",
end: "Present",
description: (
<>
<ul className="list-inside list-disc">
<li>
Lead in the adoption of IAC tools like Terraform to deploy and manage the company's infrastructure.
</li>
<li>
Lead the efforts to improve the security of the company's infrastructure, on premise servers, office security, etc.
</li>
<li>
Maintain and improve the company's Kubernetes Clusters.
</li>
</ul>
</>
),
},
],
skills: [
"DevOps",
"GCP & AWS",
"Kubernetes",
"Terraform",
"Ansible",
"Python",
"Security",
"On Premise",
"CI/CD",
"AD",
"Linux",
"Windows",
"Virtualization",
"Qemu",
"KVM",
"Pentesting",
"AI",
"SecOps",
"SRE",
"Sysadmin",
"RedTeam",
"BlueTeam"
],
projects: [
],
} as const;