-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (146 loc) · 6.92 KB
/
Copy pathindex.html
File metadata and controls
159 lines (146 loc) · 6.92 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Alyona Tammur - CV</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<h1>ALYONA TAMMUR</h1>
<h3>Product Engineer | DevRel | Decentralized Consumer Apps</h3>
<div class="contact">
<p>Berlin, Germany</p>
</div>
</header>
<section class="about">
<h2>Professional Summary</h2>
<p>Product engineer building consumer-facing web and mobile products across decentralized ecosystems. Grand Prix Winner, Algorand Hackathon Berlin; co-founder of Sunsettings; selected for Base Batches 002. Background in React/TypeScript, C/C++ and product UX.</p>
</section>
<section class="projects">
<h2>Projects</h2>
<article>
<h3><a href="https://catch.sunsettings.app/">Sunsettings</a> — Co-Founder & Product Engineer (2025–Present)</h3>
<p>Consumer app for predicting, capturing, and collecting real-world sunset moments.</p>
<ul>
<li>Built React product flows for predictions, submissions, collecting, and user onboarding.</li>
<li>Integrated Privy embedded wallets, ERC-4337 smart-wallet flows, and sponsored transactions via CDP Paymaster.</li>
<li>Implemented NFT minting plus IPFS/Pinata metadata storage.</li>
<li>Owned product direction, UX, visual identity, frontend implementation, and technical coordination.</li>
<li>Grand Prix Winner — Algorand Hackathon Berlin, 2025.</li>
<li>Selected for Base Batches 002; completed Incubase 002.</li>
</ul>
</article>
<article>
<h3><a href="https://www.ditherthat.xyz/">DitherThat</a> — Founder (2025–Present)</h3>
<p>Privacy-first browser image-processing tool.</p>
<ul>
<li>Built a fully client-side app: images are processed locally and never uploaded to a server.</li>
<li>Implemented several dithering algorithms, including Floyd–Steinberg, Atkinson, Bayer ordered dithering, and additional error-diffusion methods.</li>
<li>Built the product UI, controls, export flow, visual identity, and WASM-powered image-processing pipeline.</li>
</ul>
</article>
</section>
<section class="roles-awards">
<h2>Work Experience</h2>
<h3>DevRel Educator — Dev3Pack (2025–Present)</h3>
<ul>
<li>Technical education and builder support across Web3 ecosystems.</li>
</ul>
<h3>Base DevRel Advocate (2025–Present)</h3>
<ul>
<li>Supporting Base builders with developer education, ecosystem advocacy, and onboarding.</li>
</ul>
<h3>Midnight Ambassador (2025–Present)</h3>
<ul>
<li>Community growth and ecosystem advocacy.</li>
</ul>
<h3>Video Engineer / Producer — EdTech (8+ years)</h3>
<ul>
<li>End-to-end production for educational video and live formats: filming, technical setup, editing, publishing, and stakeholder coordination.</li>
</ul>
<h2>Hackathons & Recognition</h2>
<ul>
<li><strong>Grand Prix Winner — Algorand Hackathon, Berlin, 2025.</strong></li>
<li><strong>Best Mini App — Starknet × 42 Hackathon, 2024.</strong></li>
<li><strong>4th Place — AI Agents Summit Hackathon, 2025.</strong></li>
<li><strong>Partner Prize Recipient — ETHGlobal Prague.</strong></li>
<li><strong>Selected Team — Base Batches 002.</strong></li>
<li><strong>Graduate — Incubase 002.</strong></li>
</ul>
</section>
<section class="skills">
<h2>Technical Skills</h2>
<div class="skills-grid">
<div>
<h3>Frontend</h3>
<ul>
<li>TypeScript</li>
<li>JavaScript</li>
<li>React</li>
<li>Next.js</li>
<li>React Native</li>
<li>Tailwind CSS</li>
</ul>
</div>
<div>
<h3>Systems</h3>
<ul>
<li>C</li>
<li>C++</li>
<li>Unix</li>
<li>Algorithms</li>
<li>Graphics Programming</li>
<li>WebAssembly</li>
</ul>
</div>
<div>
<h3>Decentralized Apps</h3>
<ul>
<li>Wallet integration</li>
<li>Account abstraction</li>
<li>Transaction sponsorship</li>
<li>NFT minting</li>
<li>IPFS</li>
<li>Pinata</li>
</ul>
</div>
<div>
<h3>Product</h3>
<ul>
<li>UX</li>
<li>Feature Scoping</li>
<li>Prototyping</li>
<li>Visual Identity</li>
<li>Technical Pitching</li>
</ul>
</div>
</div>
</section>
<section class="education">
<h2>Education</h2>
<div class="education-item">
<h3>42 Berlin — Software Engineering</h3>
<p>2024–Present</p>
<p>Project-based curriculum in C/C++, Unix processes, graphics, algorithms, memory management, and object-oriented programming.</p>
<p>Selected projects: minishell, FdF, pipex, push_swap, ft_printf, get_next_line, libft, and C++ Modules.</p>
</div>
<div class="education-item">
<h3>GuideDao — Web Development Course</h3>
<p>2022</p>
<p>HTML, CSS, JavaScript, React</p>
</div>
<div class="education-item">
<h3>Saint Petersburg University of Humanities and Social Sciences</h3>
<p>Bachelor’s Degree in Linguistics</p>
<p>Theory and Practice of Intercultural Communication — English and Spanish</p>
</div>
</section>
</div>
<footer>
<a href="https://github.com/alyonafuria" target="_blank">github.com/alyonafuria</a>
</footer>
</body>
</html>