-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (61 loc) · 3 KB
/
index.html
File metadata and controls
67 lines (61 loc) · 3 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
66
67
---
layout: default
title: ""
description: Data Platform Consultant & Engineering Leader
---
<header>
<h1>{{ site.author.name }}</h1>
<p class="tagline">{{ site.description }}</p>
</header>
<section class="intro">
<p>
I help companies solve their toughest data infrastructure problems.
10+ years building and scaling data platforms at Booking.com, Swiss Re, and others.
Now running <a href="https://gemin.us" target="_blank" rel="noopener">Geminus</a>, a data platform consulting practice.
</p>
</section>
<section class="links">
<h2>{% include icons.html name="link" %} Links</h2>
<ul>
<li><a href="{{ '/resume/' | relative_url }}">{% include icons.html name="document" %} Resume</a></li>
<li><a href="{{ '/ricardo-gemignani-resume.pdf' | relative_url }}" download>{% include icons.html name="download" %} PDF</a></li>
<li><a href="https://github.com/{{ site.social.github }}" target="_blank" rel="noopener">{% include icons.html name="github" %} GitHub</a></li>
<li><a href="{{ '/blog/' | relative_url }}">{% include icons.html name="pen" %} Blog</a></li>
<li><a href="https://linkedin.com/in/{{ site.social.linkedin }}" target="_blank" rel="noopener">{% include icons.html name="linkedin" %} LinkedIn</a></li>
</ul>
</section>
<section class="writing">
<h2>{% include icons.html name="pen" %} Writing</h2>
<ul>
<li>
<a href="https://medium.com/@{{ site.social.medium }}/from-mandrake-to-microsoft-a-journey-of-os-love-00cf193cc5ca" target="_blank" rel="noopener">From Mandrake to Microsoft: A Journey of OS Love</a>
<span class="desc">A personal history through operating systems</span>
</li>
</ul>
</section>
<section class="projects">
<h2>{% include icons.html name="folder" %} Projects</h2>
<ul>
<li>
<a href="https://github.com/{{ site.social.github }}/Windows-Setup" target="_blank" rel="noopener">Windows-Setup</a>
<span class="desc">PowerShell scripts to customize Windows the way I like it</span>
</li>
<li>
<a href="https://github.com/{{ site.social.github }}/aisd" target="_blank" rel="noopener">aisd</a>
<span class="desc">Documentation format optimized for AI consumption</span>
</li>
<li>
<a href="https://github.com/{{ site.social.github }}/dotfiles" target="_blank" rel="noopener">dotfiles</a>
<span class="desc">macOS dotfiles with GNU Stow and 1Password integration</span>
</li>
<li>
<a href="https://github.com/{{ site.social.github }}/fortunes" target="_blank" rel="noopener">fortunes</a>
<span class="desc">Quotes and insights worth remembering</span>
</li>
</ul>
</section>
<section class="contact">
<p>
{% include icons.html name="mail" size=16 %} <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a> · {% include icons.html name="location" size=16 %} {{ site.author.location }}
</p>
</section>