-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
86 lines (84 loc) · 2.77 KB
/
about.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
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
---
layout: page
permalink: /about/
title: About
---
<article>
<figure class="avatar avatar--about">
<img
src="/assets/img/avatar.jpg"
class="avatar__image"
title="Thanos Kolovos"
alt="Thanos Kolovos"
/>
</figure>
<main>
<h2>Hello all!</h2>
<p>
My name is Thanos Kolovos, I currently live in Athens, Greece, and work at
<a href="https://www.transifex.com" target="_blank">Transifex</a> as a
Director of Engineering.
</p>
<p>
From 2005 I have worked with a lot of digital agencies and either small or
big companies in Greece as a Frontend or Backend Engineer, so I'm positive
I have my share of security holes out there.
</p>
<p>
Over the years I have become keen on performance optimization, UX and
consistency. Stating the obvious, when I joined a product company, I
became interested in how a product works and evolves and how great teams
work.
</p>
<p>
It was when I became a Scrum Master that I figured out I am fascinated
about people, what makes them tick, what triggers them.
</p>
<p>
After that, it has become my mission to better understand people, help
them grow in any way I can, and of course, evolve as an individual during
the process.
</p>
<h2>This place</h2>
<p>
Codegaze, is something that was inspired by
<a href="https://en.wikipedia.org/wiki/Shoegazing" target="_blank"
>Shoegazing</a
>
and Rants, is something that I find descriptive of my writings and funny
at the same time.
</p>
<p>
I find it liberating to write about things. I started writing about
coding, but right now I have expanded on other subjects, like people,
management, or leadership.
</p>
<p>
This place is my personal playground. Every single word is my own. It
doesn't represent opinions of any company, project, or person, that I
interact with.
</p>
<p>
Any of the stories I write, may be originated from my experiences - a bit
overdramatised - or be completely fictitious.
</p>
<div>
<p>
This is me around the internet. Feel free to drop a line if you have any
kind of feedback, or just want to get in touch:
</p>
<p>
<a href="mailto:[email protected]">Email</a><br />
<a href="https://www.twitter.com/codegaze" target="_blank">Twitter</a
><br />
<a href="https://github.com/codegaze" target="_blank">Github</a><br />
<a
href="https://www.linkedin.com/in/thanos-kolovos-95110592/"
target="_blank"
>LinkedIn</a
>
<em><small>(I do share more short-form content there)</small></em>
</p>
</div>
</main>
</article>