-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
about.html
83 lines (72 loc) · 2.93 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
layout: default
title: About - Alexandru Nedelcu
permalink: /about/
redirect_from:
- /pages/about.html
description: >-
Software developer, focused on building
low-latency, high-throughput web services,
Scala, Haskell, functional programming enthusiast.
has_full_title: true
---
<div class="post about">
<h1>About</h1>
<h2 id="alexelcu">Alexandru Nedelcu</h2>
<p class="intro">
Software developer, author of <a href="https://monix.io">Monix</a>, <a href="https://typelevel.org/">Typelevel</a> contributor, focused on building low-latency, high-throughput web services, JVM (Scala, Kotlin), and functional programming enthusiast.
</p>
<img src="{% link /assets/logo/512px-bordered.png %}" align="right" class="avatar" />
<h2 id="elsewhere">Elsewhere</h2>
<ul class="links-with-icons">
<li>
<a rel="me" href="{{ site.author.mastodon }}"><span class="link-logo"><img src="{% link /assets/logo/mastodon.svg %}" /></span>Mastodon</a>
</li>
<li>
<a rel="me" href="https://github.com/{{ site.author.github }}"><span class="link-logo"><img src="{% link /assets/logo/github.svg %}" /></span>GitHub</a>
</li>
<li>
<a rel="me" href="{{ site.author.bluesky }}"><span class="link-logo"><img src="{% link /assets/logo/cloud.svg %}" /></span>Bluesky</a>
</li>
<li>
<a rel="me" href="https://www.youtube.com/alexelcu/"><span class="link-logo"><img src="{% link /assets/logo/youtube.svg %}" /></span>YouTube</a>
</li>
<li>
<a rel="me" href="https://www.linkedin.com/in/{{ site.author.linkedin }}/"><span class="link-logo"><img src="{% link /assets/logo/linkedin.svg %}" /></span>LinkedIn</a>
</li>
<li>
<a rel="me" href="https://x.com/{{ site.author.twitter }}/"><span class="link-logo"><img src="{% link /assets/logo/x.svg %}" /></span>X-Twitter</a>
</li>
</ul>
<h2 id="donate">Donate</h2>
<p>
Help cover ongoing website costs, or buy me coffee ☕️😋 <br/>
<a href="https://www.patreon.com/bePatron?u=6102596" target="_blank" class="patreon-button">
<img label="Become a Patron!" alt="Become a Patron!" title="Become a Patron!" src="{% link /assets/media/buttons/patreon.png %}" />
</a>
</p>
<h2 id="contact">Contact</h2>
<!--sse-->
<div class="content">
<script id="email-script">
(function () {
var lhs = "{{ site.contact.email.username }}";
var rhs = "{{ site.contact.email.domain }}";
var d = document;
var a = d.createElement("a");
a.setAttribute("target", "_blank");
a.setAttribute("href", "mailto:" + lhs + "@" + rhs);
a.text = lhs + "@" + rhs;
var es = d.getElementById("email-script");
es.parentNode.insertBefore(a, es);
})();
</script>
<noscript>
<em>Email address is protected via JavaScript, activate it to see it!</em>
</noscript>
<div class="small-note">
The address is changed periodically to avoid spam.
</div>
</div>
<!--/sse-->
</div>