-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (59 loc) · 2.86 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.typekit.net/btc5uph.css">
<link rel="stylesheet" href="css/styles.css">
<title>Eyal Trabelsi</title>
</head>
<body>
<header>
<div class='card'>
<img src='img.jpg' />
</div>
<ul class='links'>
<li>
<a href='https://tinyletter.com/indatawetrust'>Newsletter</a>
</li>
<li>
<a href='https://medium.com/@Eyaltra'>Writing</a>
</li>
<li>
<a href='https://www.youtube.com/playlist?list=PLwjed5sB6PMSXOTHWCpyhNLGI7nSKKaNX'>Talks</a>
</li>
<li>
<a href='https://github.com/eyaltrabelsi'>Github</a>
</li>
<li>
<a href='https://linkedin.com/in/eyaltrabelsi'>LinkedIn</a>
</li>
<li>
<a href='https://twitter.com/eyaltra'>Twitter</a>
</li>
</ul>
</header>
<section class='about-me'>
<p>
Hi, I’m Eyal. I specialize in data architectures. You can read more about some of the work I’ve done <a href='https://medium.com/@Eyaltra'>here</a>.
</p>
<p> This blog is a mix of deep dives into scale, performance and useful tools in the data realms which I find interesting. If you see anything wrong with a post I wrote, please let me know! If you have something to say about a post in general, please let me know!
</p>
<p>
I’m gonna follow in the footsteps of much smarter <a href='https://www.hillelwayne.com/about/ '>people</a> than me and have an open invite to <em><a href="mailto:[email protected]">email me</a></em>. If you want to talk data or software, I want to talk to you. Some of the things I find interesting:
<b></br>
* Making software easy!</br>
* Making data easy!</br>
* Making machine learning easy!</br>
* Making all of these scales, performant, simple, maintainable and FUN. </br>
</b>
</p>
</section>
<ul class='topics'>
<ul>
<!-- <p>Currently I’m not looking for full employment but am available for <a href='https://linkedin.com/in/eyaltrabelsi'>consulting opportunities</a></p> -->
<footer>
<!-- <a href='https://webring.recurse.com'><img src='https://webring.recurse.com/icon.png' class="rcimg"></a> -->
</footer>
</body>
</html>