-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
65 lines (62 loc) · 2.19 KB
/
about.html
File metadata and controls
65 lines (62 loc) · 2.19 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
---
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>
I’m <strong>Thanos Kolovos</strong>, based in Athens, Greece, and
currently the <strong>Associate Director of Engineering at GWI</strong>.
Before that, I worked at Causaly and Transifex, leading and growing teams
while shaping the engineering function. Earlier in my career, I worked
with digital agencies and companies across Greece as both a Frontend and
Backend Engineer, so yes, I’ve probably left a few security holes behind.
</p>
<p>
What drives me is not just code but how teams and products evolve. Over
the years, I’ve become fascinated by the human side of tech. What makes
people tick, how great teams thrive, and how to help individuals grow
while growing myself and creating amazing products.
</p>
<p>
<strong>This is my writing space.</strong> I started with
<strong>coding topics</strong>, but now I explore
<strong>leadership, management</strong>, and the
<strong>human side of building products</strong>.
</p>
<p>
This space is my personal playground.
<strong
>Every word is mine, and nothing here reflects the views of any company,
project, or person I work with.</strong
>
Stories may come from real experiences, be slightly dramatized, or
entirely imagined.
</p>
<div>
<p>I’m around the web and always happy to connect or hear feedback:</p>
<p>
<a href="mailto:thanos@codegazerants.com">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>