-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
44 lines (40 loc) · 1.62 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
---
layout: default
title: About
permalink: /:basename
---
<h1 class="page-title pb-8">
About Thomas
</h1>
<div class="container blogpost pt-4">
<p class="about-p">
I am Thomas Depierre, a software developer and SRE. If you think i could
help you, <href href="mailto:[email protected]"> hit me up </a>.
I am always happy to exchange on the way i could help
your projects.I can lead your teams or projects as well as just come to
teach some best practice to your teams around my main skills, especially
for teams new to the Elixir language.
</p>
<p class="about-p">
I have a particular love for the Elixir language, and functional
languages in general. I am also really interested in what keep our
complex software beating and running, and consequently spend a lot of
time writing code for the infrastructure that runs software.
</p>
<p class="about-p">
You can find me in multiple place over the Internet and you will find
all the contact you may need in the footer of this website. I am open to
any professional inquiries via email.
</p>
<p class="about-p">
I studied software engineering at multiple engineering schools in France
and worked for multiple companies. I am specialized in complex and
distributed systems. I am particularly good at "cleaning" existing
products. If your software became a tangled mess over time, and you
are not too sure how to make it works as you would like, you are right my
alley.
</p>
<p class="about-p">
This site is my personal writing. All the grammar mistakes are mine.
</p>
</div>