-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
50 lines (40 loc) · 2.98 KB
/
about-me.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/main.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TBTYV2YN7V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TBTYV2YN7V');
</script>
</head>
<body>
<div id="top" >
<p><a href="/" title="Robert Sidor">-Robert Sidor-</a> <a href="/about-me.html" title="about me" class="active">-about me-</a></p>
</div>
<div style="overflow:auto">
<div class="main">
<h2>_About me</h2>
<p>Hi, My name is Robert and it's really nice that you dropped by!</p>
<p>A bit about me: I've been closely connected to the IT and technology world for almost 25 years and it's been my professional daily routine for the last 15. I started my commercial career as a classical web technology programmer (php+js+html+css), gradually increasing the level of challenges, starting with small websites and ending up with high-performance systems that are exposed to high traffic and process large amounts of data. After a while, I became involved with the technical aspect of the advertising world, which quickly turned into a fascination with big data technologies, high performance, and scalability of systems.</p>
<p>I have always worked with programmers, architects, so people with very strict but always open minds, which after a while opened my interest in effectively managing this established order. I started my management career quite a while ago, but to this day it is an experience that I continue to develop and from which I draw a lot of useful knowledge.</p>
<p>Currently, the IT world is so wide and dynamically developing in different directions that it is difficult for me to answer the question of which area of this field I am most closely related to. Nevertheless, approaching my daily challenges purely binary, it will definitely be DevOps Engineering, Cloud Computing and the broadly understood Software Development Life Cycle (SDLC).</p>
<p>My latest private project perfectly combines and grounds my technical and management knowledge, drawing upon the MBA studies with a specialization in Cybersecurity Management that I completed a few months ago.</p>
</div>
<div class="right">
<h2>_blog posts</h2>
<a href="competency-management.html" title="" class="smaller active">- Competency Management</a>
<a href="devops-is-more-than-you-think.html" title="" class="smaller active">- DevOps is more than you think</a>
<a href="dora.html" title="" class="smaller active">- About the team not the metrics (DORA)</a>
<a href="space.html" title="" class="smaller active">- About the team not the metrics (SPACE)</a>
<a href="inner-source.html" title="" class="smaller active">- Inner Source</a>
</div>
</div>
<div id="footer"><p>© 2024, Robert Sidor</p></div>
</body>
</html>