-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
348 lines (339 loc) · 24.3 KB
/
Copy pathindex.html
File metadata and controls
348 lines (339 loc) · 24.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="#" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.css" integrity="sha512-yzjXBpg50JPauUI6Y7KGhRILx8jusBy1GyW6eHW2VXWv063AC7onqnkR8Jacy69usMOuAcztBY3zRF5n+EL4Qg==" crossorigin="anonymous" />
<link rel="stylesheet" href="static/css/style.css">
<title>Zacharias Georgopoulos - Portfolio</title>
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<nav class="navbar navbar-expand-sm navbar-dark sticky-top bg-dark border-bottom border-white">
<button class="navbar-toggler justify-content-right" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="#navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarContent">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link pr-5 active" id="about_nav" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link pr-5" id="experience_nav" href="#section2">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link pr-5" id="projects_nav" href="#section3">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link pr-5" id="experience_nav" href="#section4">Contact</a>
</li>
</ul>
</div>
</nav>
<section class="text-center p-3 border-bottom border-warning" id="about_top_section">
<div class="typewriter">
<h1 id="name">ZACHARIAS GEORGOPOULOS</h1>
<h2 id="job_title">Site Reliability Engineer</h2>
</div>
</section>
<div class="page-section container mt-4 mb-5">
<div class="d-flex flex-column flex-wrap align-items-stretch justify-content-around mb-2">
<div class="p-2 flex-fill mb-auto bg-white">
<div class="d-flex flex-row align-items-center justify-content-start mb-4 flex_head">
<i class="fas fa-user-alt fa-2x" id="section_icon"></i>
<h1 id="section_head">About</h1>
</div>
<p class="about_p">
Self-motivated, goal-oriented and passionate Software Engineer with the ability of learning new programming languages and technologies,
having graduated with a MEng in Computer Engineering and Informatics at University of Patras.
Great background in math and programming logic being able to work in different projects simultaneously under pressure.
</p>
<p class="about_p">
Also, having the ability to understand what is needed for a project to be compatible with the demands of the customer.
Excellent collaboration and problem solving skills gained through my participation in teamwork projects,
being accurate and paying particular attention to detail due to many projects.
</p>
<div class="columns download">
<p class="about_p">
<span >Download my CV
<a href="images/pdf/Zacharias_Georgopoulos_CV.pdf" class="cv_button" download>here</a>.
</span>
</p>
</div>
</div>
<div class="p-2 flex-fill bg-white mt-4">
<div class="d-flex flex-row align-items-center justify-content-start mb-2 flex_head" >
<i class="fas fa-code fa-2x" id="section_icon"></i>
<h1 id="section_head"><span>Skills: </span></h1>
<div class="wordCarousel" >
<div>
<ul class="flip4">
<li>Agile Methodologies</li>
<li>Problem Solving</li>
<li>Analytical Skills</li>
<li>Team Player</li>
<li>Presentations</li>
</ul>
</div>
</div>
</div>
<div class="d-flex justify-content-around flex-wrap mt-4">
<div class="p-2 skill_icon"><i class="fab fa-python fa-lg" data-toggle="tooltip" data-placement="bottom" title="Python"></i></div>
<div class="p-2 skill_icon"><i class="fas fa-terminal fa-lg" data-toggle="tooltip" data-placement="bottom" title="Shell Scripting"></i></div>
<div class="p-2 skill_icon"><i class="fas fa-cubes fa-lg" data-toggle="tooltip" data-placement="bottom" title="Terraform"></i></div>
<div class="p-2 skill_icon"><i class="fas fa-project-diagram fa-lg" data-toggle="tooltip" data-placement="bottom" title="Puppet"></i></div>
<div class="p-2 skill_icon"><i class="fab fa-yammer fa-lg" data-toggle="tooltip" data-placement="bottom" title="YAML"></i></div>
<div class="p-2 skill_icon"><i class="fab fa-linux fa-lg" data-toggle="tooltip" data-placement="bottom" title="Linux"></i></div>
<div class="p-2 skill_icon"><i class="fas fa-cloud fa-lg" data-toggle="tooltip" data-placement="bottom" title="Azure"></i></div>
<div class="p-2 skill_icon"><i class="fab fa-aws fa-lg" data-toggle="tooltip" data-placement="bottom" title="AWS"></i></div>
<div class="p-2 skill_icon"><i class="fab fa-google fa-lg" data-toggle="tooltip" data-placement="bottom" title="Google Cloud"></i></div>
<div class="p-2 skill_icon"><i class="fab fa-jenkins fa-lg" data-toggle="tooltip" data-placement="bottom" title="Jenkins"></i></div>
<div class="p-2 skill_icon"><i class="fas fa-database fa-lg" data-toggle="tooltip" data-placement="bottom" title="SQL"></i></div>
<div class="p-2 skill_icon"><i class="fab fa-git fa-lg" data-toggle="tooltip" data-placement="bottom" title="Git"></i></div>
</div>
</div>
</div>
</div>
<section class="page-section text-center pt-4 mt-4 pb-3" id="sec2">
<div class="container" id="section2">
<div class="d-flex flex-row align-items-center justify-content-start flex_head" id="experience_head">
<i class="fas fa-briefcase fa-2x" id="section_icon"></i>
<h1 id="section_head">Work Experience</h1>
</div>
<div class="flex flex-row justify-content-center align-items-center mt-3" id="experience_section">
<span class="company_name">NetScaler</span>
<ul id="main_work_info">
<li>Job Title: Junior Site Reliability Engineer</li>
<li>Duration: December 2022 - April 2023</li>
<li><i class="fas fa-caret-down fa-2x" id="pointer_4"></i></li>
</ul>
<ul id="work_details_4">
<li>Deploying and configuring servers using IaC technologies, such as terraform, puppet and ansible.</li>
<li>Create CI/CD pipelines using Jenkins.</li>
<li>Monitoring systems, incident responder.</li>
<li>Create monitors and alerts in both Datadog and Newrelic.</li>
<li>Deploy helm charts to kubernetes.</li>
<li>Technologies: Terraform, Puppet, YAML, Shell Scripting, Linux, Cloud Providers, Jenkins</li>
</ul>
</div>
<div class="flex flex-row justify-content-center align-items-center mt-3" id="experience_section">
<span class="company_name">Citrix</span>
<ul id="main_work_info">
<li>Job Title: Junior Site Reliability Engineer</li>
<li>Duration: March 2022 - Novmeber 2022</li>
<li><i class="fas fa-caret-down fa-2x" id="pointer_3"></i></li>
</ul>
<ul id="work_details_3">
<li>Deploying and configuring servers using IaC technologies, such as terraform, puppet and ansible.</li>
<li>Create CI/CD pipelines using Jenkins.</li>
<li>Monitoring systems, incident responder.</li>
<li>Cloud administrator in Microsoft Azure, AWS and Google Cloud.</li>
<li>Technologies: Terraform, Puppet, YAML, Shell Scripting, Linux, Cloud Providers, Jenkins</li>
</ul>
</div>
<div class="flex flex-row justify-content-center align-items-center mt-3" id="experience_section">
<span class="company_name">Citrix</span>
<ul id="main_work_info">
<li>Job Title: Software Engineer I</li>
<li>Duration: July 2021 - February 2022</li>
<li><i class="fas fa-caret-down fa-2x" id="pointer_2"></i></li>
</ul>
<ul id="work_details_2">
<li>Q&A testing of microservice.</li>
<li>Create testcases for Sanity Suite and report bugs.</li>
<li>Technologies: Python</li>
</ul>
</div>
<div class="flex flex-row justify-content-center align-items-center mt-3" id="experience_section">
<span class="company_name">Citrix</span>
<ul id="main_work_info">
<li>Job Title: Software Engineer Intern</li>
<li>Duration: July 2020 - September 2020</li>
<li><i class="fas fa-caret-down fa-2x" id="pointer_1"></i></li>
</ul>
<ul id="work_details_1">
<li>Evaluation and assessment of existing traffic components and mechanisms (bot detection).</li>
<li>Design and build a high performance platform.</li>
<li>Technologies: Python, Bash</li>
</ul>
</div>
</div>
</section>
<section class="page-section p-3 mt-4" id="sec3">
<div class="container" id="section3">
<div class="d-flex flex-row align-items-center flex_head" id="projects_head">
<i class="fas fa-laptop-code fa-2x" id="section_icon"></i>
<h1 id="section_head">Projects</h1>
</div>
<div class="row mt-4">
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Malware Analysis of Android OS</h5>
<div class="card-body">
<p class="card-text text-left">
In my Diploma thesis, I developed a tool of automated static, dynamic Analysis
and creation of the corresponding reports, based on the Mobile Security Framework.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> Python, Shell Scripting, Mobile Security Framework</cite>
</p>
<a href="https://github.com/ZachGeo/Automation-MobSF" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Covid19 API</h5>
<div class="card-body">
<p class="card-text text-left">
It's a REST API, which contains data about covid19 in greece and worldwide.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> Python, Flask API, SQLAlchemy, Data Scraping</cite>
</p>
<a href="https://github.com/ZachGeo/covidGR_API" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Crowdsourcing Web Dashboard</h5>
<div class="card-body">
<p class="card-text text-left">
It's actually a web dashboard, which manipulates and visualizes
Google geolocation data of users.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> HTML, CSS, Bootstrap, Javascript, PHP</cite>
</p>
<a href="https://github.com/apr0vleptos/web_project" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Password Manager</h5>
<div class="card-body">
<p class="card-text text-left">
It's a command line password manager, which can host passwords for multiple users.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> Python, PostgreSQL</cite>
</p>
<a href="https://github.com/ZachGeo/Password_Manager" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Data Analysis Portfolio</h5>
<div class="card-body">
<p class="card-text text-left">
It's a bunch of projects, which data have been analyzed and visualized using
python libraries, such as Pandas, Matplotlib and Seaborn.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> Python (Pandas, Matplotlib, Seaborn)</cite>
</p>
<a href="https://github.com/ZachGeo/DataAnalysis-Portfolio" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Parallel Processing</h5>
<div class="card-body">
<p class="card-text text-left">
Goal of this project was to create a set of parallel implementations of the algorithm
and compare them to their performance.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> OpenMP</cite>
</p>
<a href="https://github.com/ZachGeo/ParPro" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Manage Log file using Bash</h5>
<div class="card-body">
<p class="card-text text-left">
It's a bash script, which prints specific data of registered people in a social-network from a log file.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> Bash</cite>
</p>
<a href="https://github.com/ZachGeo/O.S.-Event.dat" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Implementation of functions in Matlab</h5>
<div class="card-body">
<p class="card-text text-left">
It's a bunch of Matlab scripts, which execute some functions and methods of matrices.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> MATLAB</cite>
</p>
<a href="https://github.com/ZachGeo/Scientific_Computation" class="btn btn-sm">Github</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card text-center">
<h5 class="card-header">Personal Portfolio</h5>
<div class="card-body">
<p class="card-text text-left">
My personal (one page) portfolio, which you are currently watching.
</p>
<p class="card-text text-left technology_info">
<span>Technologies:</span><cite> HTML, CSS, Bootstrap, Javascript</cite>
</p>
<a href="https://github.com/ZachGeo/portfolio" class="btn btn-sm">Github</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-section text-center pt-5 pb-4 mt-3 mb-4" id="sec4">
<!-- <div class="d-flex flex-row align-items-center justify-content-start flex_head" id="contact_head">
<i class="far fa-address-book fa-2x"></i>
<h1 id="section_head">Contact</h1>
</div> -->
<div class="container" id="section4">
<div class="d-flex flex-row align-items-center justify-content-center pt-3" id="contact_icons">
<div class="icon_link px-5">
<a href="mailto:georgopouloszach@gmail.com"><i class="fa fa-envelope fa-8x"></i></a>
</div>
<div class="icon_link px-5">
<a href="https://www.linkedin.com/in/zacharias-georgopoulos-195609194/"><i class="fab fa-linkedin-in fa-8x"></i></a>
</div>
<div class="icon_link px-5">
<a href="https://github.com/ZachGeo"><i class="fab fa-github fa-8x"></i></a>
</div>
</div>
</div>
</section>
<footer class="d-flex flex-column justify-content-center text-center text-white bg-dark" id='footer'>
<div id="footer_files">
<a href="images/pdf/Terms & Conditions.pdf" target="_blank">Terms & Conditions</a>
<a href="images/pdf/Privacy Policy.pdf" target="_blank">Privacy Policy</a>
</div>
<div><p id="copyright">Copyright © 2021-2023 Zacharias Georgopoulos Portfolio</p></div>
</footer>
</div>
</div>
<script data-cfasync="false" src="form_submission_handler.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="static/js/main.js"></script>
</body>
</html>