-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
510 lines (439 loc) · 23.5 KB
/
index.html
File metadata and controls
510 lines (439 loc) · 23.5 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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="ppfrog.gif" type="image/gif">
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Altair47</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Personal - v2.1.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1><a href="index.html">Nick Petropoulos</a></h1>
<h2><a>System & Software Engineer</a></h2>
<h2 style="color:#FF420F">Interested in: <span class="typing" style="color:#FFF420"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header"> <span>Home</span></a></li>
<li><a href="#about"><span>About</span></a></li>
<li><a href="#education"> <span>Education</span></a></li>
<li><a href="#experience"> <span>Experience</span></a></li>
<li><a href="#skills"> <span>Skills</span></a></li>
<li><a href="#contacts"> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="social-links">
<a href="https://www.linkedin.com/in/altair47" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.github.com/altair47" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="https://steamcommunity.com/id/Altair77" target="_blank" class="github"><i class="bx bxl-steam"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/me.gif" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p>BSc Graduate on Software Engineering at University of Peloponnese, with work experience on System/Software
automation(Python,Bash), ICT security, Game Development(Unity/C#),CMS management, maintenance/troubleshoot.
Looking for new challenges. Captivated with automation, efficiency, bug-free and futureproof code. I like
learning new things and I'm always ready for new opportunities to gain knowledge and experience.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Birthday:</strong> 02 February 1995</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>City:</strong> Athens, Greece.</li>
</ul>
</div>
</div>
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-code-s-slash-fill" style="color: #28a745;"></i>
<h3>Software Engineering</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-gamepad-fill" style="color: #a2c1f7;"></i>
<h3>Game Develoment</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-article-line" style="color: #e80368;"></i>
<h3>Web Scrapping</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-fingerprint-2-line" style="color: #1c7d32;"></i>
<h3>Privacy and Security</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-global-line" style="color: #ffbb2c;"></i>
<h3>Web 3.0</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #f1081f;"></i>
<h3>Monitoring</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #47aeff;"></i>
<h3>Algorithms</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #5578ff;"></i>
<h3>Machine Learning</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-server-line" style="color: #7a741c;"></i>
<h3>Systems</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-book-open-fill" style="color: #c5cfe0;"></i>
<h3>Open Source</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-cpu-line" style="color: #4b0273;"></i>
<h3>Hardware</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-timer-flash-line" style="color: #008f64;"></i>
<h3>Automations</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
</section><!-- End About Section -->
<!-- ======= Education Section ======= -->
<section id="education" class="services">
<div class="container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up" style="display: inline-block;">
<div class="mt-4 mt-md-0" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;display: inline-block;">
<h4 style="text-align:left;padding: 5px 10px;"><a href="https://www.ece.uop.gr/en/home-page/"
target="_blank" style="color:#12d640"><img src="assets/img/education/uop2.svg" class="img-fluid"
alt=""><br>University of Peloponnese</a><br> </h4>
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>BSc in Information and Communication
Technology<br>Specialization: Software Engineer</em></p>
<h5 style="text-align:left;padding: 0px 10px;">2014-2022</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;color:#1FFFFF">Relevant Coursework</h6>
<ul style="text-align:left;color:#fff;">
<li>Database Management Systems</li>
<li>Algorithms & Optimization for Big Data</li>
<li>Parallel programming</li>
<li>CMS management</li>
<li>Android app development</li>
<li>Main subjects covered:</li>
<li>Development Process: Rational Unified Process</li>
<li>Data management systems: SQL, phpMyAdmin</li>
<li>Data mining: Weka</li>
<li>Design: MVC, UML</li>
<li>ERP use: Microsoft Dynamics AX</li>
<li>Web Client-side Programming: jQuery/jQueryMobile/AJAX</li>
<li>Semantic Web: OWL/RDF/SPARQL/RuleML, SOAP/WSDL/UDDI</li>
<li>Parallel Programming: MPI, OpenMP.</li>
<li>Mobile app development : Android Studio</li>
</ul>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;color:#12d640">Projects</h6>
<ul style="text-align:left;color:#fff;">
<li>Android app, developed with the purpose to provide location and time based notifications with</li>
<li>Android Studio.</li>
<li>Website building using Content management systems(CMS).</li>
<li>SQL database creation and use.</li>
<li>Creating a compiler and parser using Flex and Bison from an educationally made programming language to
C.</li>
<li style="color:#12d999">Thesis: Design and development of a complete Video Game using Unity Engine(C#)
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Education Section -->
<!-- Start Experience Section -->
<section id="experience" class="services">
<div class="container">
<div class="section-title">
<h2>Experience</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:center;"><a href=" https://www.synapsecom.gr "><img
src="assets/img/work/logo_synapsecom_w.svg" class="img-fluid" alt="vectorlogo.zone" width="75%"></a><br> </h4>
<h5 style="text-align:left;">2024.01 – now</h5>
<p style="text-align:left;color:#fff"><em>DEVOPS / SYSTEM / PLATFORM ENGINEER</em></p>
<p style="text-align:left;font-weight: bold;">Implemented, Automated, and Engineered In-House Cloud Infrastructure:</p>
<ul style="text-align:left;">
<li>Designed, deployed, and maintained the organization's cloud infrastructure using cutting-edge technologies.</li>
<li>Leveraged immersion-cooled bare metal servers and network equipment for optimal performance and efficiency.</li>
<li>Collaborated with cross-functional teams to ensure seamless integration of software updates and system changes.</li>
<li>Experienced in working with Proxmox Virtual Environment (PVE) for virtualization and container management.</li>
<li>Set up and managed backup solutions.</li>
<li>Configured and optimized HAProxy for load balancing and high availability.</li>
<li>Managed traffic distribution across backend servers.</li>
</ul>
<p style="text-align:left;font-weight: bold;">Continuous Integration and Continuous Deployment (CI/CD):</p>
<ul style="text-align:left;">
<li>Orchestrated CI/CD pipelines to automate software delivery, testing, and deployment.</li>
<li>Streamlined development workflows, reducing time-to-market and enhancing overall efficiency.</li>
</ul>
<p style="text-align:left;font-weight: bold;">Infrastructure as Code (IaC) and High-Level Design:</p>
<ul style="text-align:left;">
<li>Wrote infrastructure code using tools like Ansible to provision and manage resources.</li>
<li>Ensured consistency, scalability, and version control across environments.</li>
<li>Collaborated with architects to create high-level infrastructure designs, considering redundancy, disaster recovery, high availability and performance optimization.</li>
</ul>
<p style="text-align:left;font-weight: bold;">Monitoring and Troubleshooting:</p>
<ul style="text-align:left;">
<li>Implemented robust monitoring solutions (e.g., Prometheus, Grafana, or Zabbix) to proactively identify issues.</li>
<li>Conducted root cause analysis and resolved incidents promptly.</li>
</ul>
<p style="text-align:left;font-weight: bold;">Automation and Scripting:</p>
<ul style="text-align:left;">
<li>Developed automation scripts (e.g., Bash, Python, or PowerShell) to streamline repetitive tasks.</li>
<li>Improved operational efficiency and reduced manual intervention.</li>
</ul>
<p style="text-align:left;font-weight: bold;">Containerization and Orchestration and Microservices:</p>
<ul style="text-align:left;">
<li>Deployed, managed and modified services using Docker Swarm for orchestration.</li>
<li>Ensured load balancing, fault tolerance, and scalability in a Swarm cluster.</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:center;"><a href=" https://www.Threenitas.com "><img
src="assets/img/work/3ntas.svg" class="img-fluid" alt="vectorlogo.zone" width="75%"></a><br> </h4>
<h5 style="text-align:left;">2022.06 – 2024.05</h5>
<p style="text-align:left;color:#fff"><em>CMS PLATFORM MANAGER / QA / SUPPORT SERVICES</em></p>
<ul style="text-align:left;">
<li>Numerous scripts made to automate a variety of tasks [Python, Bash, PowerShell].</li>
<li>Developing scalable modular software for various APIs and applications.</li>
<li>Web scrapping. [Python , Selenium]</li>
<li>Jira configuration and administration.</li>
<li>CMS management: [Salesforce , Umbraco , Wordpress]</li>
<li>Quality Assurance on Web projects.</li>
<li>Google Analytics and Matomo management.</li>
<li>Office 365, Microsoft Azure, Google Workspace Reseller administrator.</li>
<li>Full Stack maintenance [HTML , CSS , JavaScript , SQL]</li>
</ul>
</div>
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:center;"><a href=" https://www.bluesoft.gr "
style="color:#12d640">Bitdefender/Bluesoft & IT </a><br>
</h4>
<h5 style="text-align:left;">2020.02.01 – 2020.11.11</h5>
<p style="text-align:left;color:#fff"><em>ICT SECURITY TECHNICIAN</em></p>
<ul style="text-align:left;">
<li>Developing scripts to automate tasks (Python, Bash, PowerShell).</li>
<li>Administering the IT department’s policies and procedures (Active Directory).</li>
<li>Inspecting and analyzing logs on different SIEM appliances (Bitdefender Cloud Security Console).
</li>
<li>Troubleshooting desktop, application, networks and infrastructure.</li>
<li>Working closely with vendors to resolve issues.</li>
<li>Numerous Webinars provided by Bitdefender.com on cybersecurity and company protection.</li>
</ul>
</div>
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:center;"><a style="color:#12d640">Freelance </a><br>
</h4>
<h5 style="text-align:left;">2019 – 2020</h5>
<p style="text-align:left;color:#fff"><em>CMS Content managing (WORDPRESS)</em></p>
<ul style="text-align:left;">
<li>Build, maintaining and updating websites using WordPress.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Experience Section -->
<!-- Start Skills Section -->
<section id="skills" class="services">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="background:rgb(1, 201, 252)">
<h4 style="text-align:left;color:#09203a">Languages and Databases</h4>
<p style="text-align:left;">
<img src="assets/img/skill/python-horizontal.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/C_Programming_Language.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/c-sharp.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/rust-lang-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/java-horizontal.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/javascript-horizontal.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/w3_html5-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/CSS3_logo_and_wordmark.svg" alt="upload.wikimedia.org" height="50">
<img src="assets/img/skill/bash-logo.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/my-sql.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/lua-icon.svg" alt="vectorlogo.zone" height="50">
</p>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="lefade-up" data-aos-delay="100"
style="background:rgba(236, 197, 66, 1)">
<h4 style="text-align:left;color:#09203a">Frameworks/Engines</h4>
<p style="text-align:left;">
<img src="assets/img/skill/unity3d-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/pocoo_flask-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/djangoproject-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/nodejs-horizontal.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/wordpress-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/salesforce-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/logo_umbraco_icon.svg" alt="vectorlogo.zone" height="50">
</p>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="lefade-up" data-aos-delay="100"
style="background:rgb(253, 252, 252)">
<h4 style="text-align:left;color:#09203a">Tools/OSs/Platforms</h4>
<p style="text-align:left;">
<img src="assets/img/skill/git-scm-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/github-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/linux-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/amazon_aws-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/google_cloud-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/jupyter-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/steamworks-svgrepo-com.svg" alt="vectorlogo.zone" height="120">
<img src="assets/img/skill/atlassian_jira-ar21.svg" alt="vectorlogo.zone" height="70">
<img src="assets/img/skill/microsoft_azure-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/redhat-ar21.svg" alt="vectorlogo.zone">
<img src="assets/img/skill/VMware_logo.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/qemu-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/virtualbox-ar21.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/windows8-original.svg" alt="vectorlogo.zone" height="50">
<img src="assets/img/skill/vim-ar21.svg" alt="vectorlogo.zone" height="50">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<!-- Start Contact Section -->
<section id="contacts" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>Address</h3>
<p>Agia Paraskevi</p>
<p>Athens, Attica</p>
<p>Greece</p>
<p>Earth 🌍</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/altair47" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.github.com/altair47" target="_blank" class="github"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Vendor JS Files -->
<!-- cursor effect: <script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script> -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script>
var typed = new Typed('.typing', {
strings: ["Coding", "Privacy", "FOSS", "Security", "Game Development", "Automation", "Back-end", "Smart Things", "Hacking", "AI", "Blockchain", "Hardware", "Systems", "DevOps"],
loop: true,
typeSpeed: 20,
backSpeed: 5
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>