-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
68 lines (52 loc) · 2.79 KB
/
index.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@bashorov">
<meta name="twitter:title" content="Zalim's home page">
<meta name="twitter:description" content="">
</head>
<body>
<!-- Generated from index.md using https://marked.js.org/demo/ -->
<h3 id="hi">Hi!</h3>
<p>I'm <strong>Zalim Bashorov</strong>
(aka <a rel="me" href="https://x.com/bashorov">@bashorov</a>@𝕏
& <a rel="me" href="https://bsky.app/profile/bashorov.bsky.social">@bashorov.bsky.social</a>@🦋
& <a rel="me" href="https://mastodon.online/@bashorov">@bashorov@mastodon.online</a>@🐘).
</p>
<p>
🏷 I'm interested in compilers, interpreters, VMs, WebAssembly.<br />
👨💻 I'm working at <a href="https://x.com/jetbrains">@JetBrains</a>, writing <a href="https://x.com/kotlin">@Kotlin</a> in Kotlin for more than 10 years 🙀.<br />
🛸 Now leading Kotlin/Wasm to the Moon... 🌝
</p>
<p>On the internet, you can recognize me by avatar:<br />
<img src="./resources/zalim-avatar.png" alt="zalim's avatar" style="max-width: 50px;" />
</p>
<p>---</p>
<h3 id="my-contacts">My contacts</h3>
<p>If you want to know <strong>what I do</strong> mostly at work and sometimes as a hobby, take a look at
<a href="https://x.com/bashorov">https://x.com/bashorov</a>
and
<a href="https://github.com/bashor">https://github.com/bashor</a>.
</p>
<p>If you want to know <strong>about my professional experience</strong> check out <a href="https://zal.im/linkedin">https://zal.im/linkedin</a> or <a href="https://zal.im/cv">https://zal.im/cv</a>.</p>
<p>If you want to <strong>offer me a job</strong> prefer <a href="https://zal.im/linkedin">LinkedIn</a>.</p>
<p>If (and only if) <strong>you know me PERSONALLY</strong> feel free to write to <a href="https://zal.im/telegram">https://zal.im/telegram</a>.</p>
<p>If you still <strong>don't know which option is for you</strong> try email (bashorov gmail com)</p>
<p>---</p>
<h3 id="demos">Kotlin/Wasm Demos</h3>
If you're looking for Kotlin/Wasm demos, here you are:
<ul>
<li><a href="/wasm/jetsnack" class="current">JetSnack</a></li>
<li><a href="/wasm/iv">Image Viewer</a></li>
<li><a href="/wasm/example">Simple</a></li>
<li><a href="/wasm/hello">Hello</a></li>
</ul>
<p>---</p>
<p>Have a wonderful day!</p>
</body>
<!-- Track visits with respect to privacy -->
<script data-goatcounter="https://zalim.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<noscript><img src="https://zalim.goatcounter.com/count?p=/"></noscript>
</html>