summaryrefslogtreecommitdiff
path: root/content/pages/about.md
blob: 2f987f22441b08c3951715f6347998c58c715749 (plain)
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
Title: About

<style>
figure{
    margin: auto;
    width: 300px;
}
figure img{
    margin: 0;
    height: auto;
    width: 100%;
}
figure figcaption{
    padding: 1rem;
    font-size: 90%;
    font-style: italic;
    width: 100%;
}

@media (min-width: 800px){
    figure{
        float: right;
        margin-left: 30px;
        margin-right: 10px;
    }
}
</style>
<figure>
<img src="{static}/static/images/ekaitz.jpg">
<figcaption>Me in Astorga</figcaption>
</figure>


This is Ekaitz Zárraga, a guy born in 1991[^1] who is based in Bilbao.

I studied Telecommunication Engineering (2009-2014)[^2] in the Faculty of
Engineering in Bilbao at the University of the Basque Country.

Since then I've been working for several companies until I [decided
to][genesis] found ElenQ Technology, what at the moment is a one-person company
where I work as a Research and Development engineer in my areas of knowledge.

...

This blog was born as a way to share what I do at my job at ElenQ Technology,
my thoughts and my decisions, but it's also a way to represent the way I work
and the things I like. Sometimes, I use this space to share stuff I learned
thanks to the R&D projects or as a backlog of what I do.



[genesis]: https://elenq.tech/Genesis.html

[^1]: Around the `663350400` Unix timestamp if you need a more reliable source.
[^2]: At that time Master's Degrees were 5 years long.