-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
45 lines (44 loc) · 1.83 KB
/
index.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
---
layout: index
---
<section style="margin: 40px auto">
<p>
Hi, My name is <strong>Moez Bouhlel</strong> and I'm a
<strong>lead software engineer</strong>. My main area of expertise is <strong>back-end and middlewares engineering</strong> and
<strong>web services development</strong>, particularly using <strong>Python</strong> / Django / FastAPI and <strong>Golang</strong>.
I have a proven track record in <strong>designing</strong> and building scalable and efficient <strong>system backends, middlewares, and microservices</strong>.
</p>
<p>
Previously, I was a principal software engineer and co-founder at
<a href="https://tik-services.com/"><strong>TIK</strong></a
>, an IT consulting agency, where I led a team of highly skilled software
engineers undertaking projects for dozens of startups and midsize businesses across a variety of
industry segments.
</p>
<p>
Prior to TIK, I worked as a freelance software developer, I made a couple of
contributions to OSS projects, and I conducted a few workshops and trainings for teachers and professionals.
</p>
<p>
My main interests include <strong>distributed computing</strong>, <strong>performance optimization</strong>, autonomous robotic systems, and <strong>software design and architecture</strong>.
I have a passion for researching, designing, and building scalable and resilient system software, middleware, and backends using modern languages like Python, Golang, Rust, and Scala.
</p>
<p>
Please feel free to reach out if you have any questions or service requests
at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
<style>
p {
line-height: 1.4;
color: #222;
font-weight: 500;
}
strong,
a {
color: rgb(232, 116, 27);
text-decoration: none;
outline: 0;
}
</style>