-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
396 lines (361 loc) · 13.4 KB
/
index.html
File metadata and controls
396 lines (361 loc) · 13.4 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
---
layout: default
title: Home
---
<script src="assets/js/site.js" defer></script>
<div class="notebook">
<section id="about" class="paper">
<h2>Welcome to My GitHub Pages Site</h2>
<p>Hello! I'm Guy, a computer science researcher at the University of Washington. I enjoy working on distributed systems, algorithms, and optimization problems.</p>
</section>
<section id="skills" class="paper">
<h2>Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<div class="skill-category-header">
<div class="skill-icon" id="icon-languages"></div>
<h3>Languages</h3>
</div>
<ul>
<li>Python</li>
<li>JavaScript</li>
<li>TypeScript</li>
<li>SQL</li>
<li>Java</li>
<li>C <- best one</li>
<li>C++</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-category-header">
<div class="skill-icon" id="icon-frontend"></div>
<h3>Frontend</h3>
</div>
<ul>
<li>React</li>
<li>Tailwind</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-category-header">
<div class="skill-icon" id="icon-backend"></div>
<h3>Backend & APIs</h3>
</div>
<ul>
<li>Node.js</li>
<li>Express</li>
<li>Flask</li>
<li>Springboot</li>
<li>FastAPI</li>
<li>GraphQL</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-category-header">
<div class="skill-icon" id="icon-data"></div>
<h3>Data</h3>
</div>
<ul>
<li>SQLite</li>
<li>Postgres</li>
<li>MongoDB</li>
<li>Kafka</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-category-header">
<div class="skill-icon" id="icon-cloud"></div>
<h3>Cloud/DevOps</h3>
</div>
<ul>
<li>AWS</li>
<li>Azure</li>
<li>GCP</li>
<li>Docker</li>
<li>MultiPaxos</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-category-header">
<div class="skill-icon" id="icon-ai"></div>
<h3>AI/ML</h3>
</div>
<ul>
<li>PyTorch</li>
<li>NumPy</li>
<li>Matplotlib</li>
<li>LangGraph</li>
<li>CrewAI</li>
</ul>
</div>
</div>
</section>
<!-- <section id="car-break" class="car-container">
<div class="toy-car">
<svg viewBox="0 0 120 70" xmlns="http://www.w3.org/2000/svg">
<path d="M 15 35 Q 14 34 15 33 L 18 33 Q 19 32 20 33 L 30 33 Q 31 32 32 33 L 32 20 Q 31 19 32 18 L 40 18 Q 41 17 42 18 L 70 18 Q 71 17 72 18 L 72 33 Q 73 32 74 33 L 85 33 Q 86 32 87 33 L 90 33 Q 91 34 90 35 L 90 45 Q 91 46 90 47 L 15 47 Q 14 46 15 45 Z"
fill="#ff6b6b"
stroke="#2b2b2b"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"/>
<path d="M 38 23 Q 37 22 38 21 L 50 21 Q 51 22 50 23 L 50 30 Q 51 31 50 32 L 38 32 Q 37 31 38 30 Z"
fill="#87ceeb"
stroke="#2b2b2b"
stroke-width="2"
opacity="0.7"/>
<path d="M 55 23 Q 54 22 55 21 L 67 21 Q 68 22 67 23 L 67 30 Q 68 31 67 32 L 55 32 Q 54 31 55 30 Z"
fill="#87ceeb"
stroke="#2b2b2b"
stroke-width="2"
opacity="0.7"/>
<g class="wheel-left" transform-origin="30 50">
<circle cx="30" cy="50" r="10"
fill="#333"
stroke="#2b2b2b"
stroke-width="2.5"/>
<circle cx="30" cy="50" r="5"
fill="#666"
stroke="#2b2b2b"
stroke-width="2"/>
<line x1="30" y1="45" x2="30" y2="40"
stroke="#2b2b2b"
stroke-width="2"
stroke-linecap="round"/>
</g>
<g class="wheel-right" transform-origin="75 50">
<circle cx="75" cy="50" r="10"
fill="#333"
stroke="#2b2b2b"
stroke-width="2.5"/>
<circle cx="75" cy="50" r="5"
fill="#666"
stroke="#2b2b2b"
stroke-width="2"/>
<line x1="75" y1="45" x2="75" y2="40"
stroke="#2b2b2b"
stroke-width="2"
stroke-linecap="round"/>
</g>
<circle cx="88" cy="38" r="4"
fill="#ffeb3b"
stroke="#2b2b2b"
stroke-width="2"/>
<line x1="52" y1="35" x2="58" y2="35"
stroke="#2b2b2b"
stroke-width="2"
stroke-linecap="round"/>
</svg>
</div>
</section> -->
<section id="experience">
<h2>My Journey</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Oct. 2022 – Dec. 2022</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://inabia.com/inabia-new/wp-content/uploads/2024/10/logo-inabia-white.png" alt="Inabia" class="company-logo">
<div>
<h3>Data Science Intern</h3>
<p class="company">Inabia Solutions & Consulting Inc. • Redmond, WA</p>
</div>
</div>
<ul>
<li>My first internship!</li>
<li>Finetuned models and automated data pipelines</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Jun. 2023</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://www.bellevuecollege.edu/wp-content/uploads/sites/23/2019/12/PRI_BC_Bulldog-Head_CMYK.png" alt="BC" class="company-logo">
<div>
<h3>Running Start</h3>
<p class="company">Bellevue College • Bellevue, WA</p>
</div>
</div>
<ul>
<li>Finished my last class at my favorite school :(</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Sep. 2023</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/1/17/Washington_Huskies_logo.svg" alt="UW" class="company-logo">
<div>
<h3>Starting my undergrad journey</h3>
<p class="company">University of Washington • Seattle, WA</p>
</div>
</div>
<ul>
<li>Took my first CS classes at UW: Discrete Math and Hardware & Software Interface</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Oct. 2024 – Nov. 2024</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/1/17/Washington_Huskies_logo.svg" alt="UW" class="company-logo">
<div>
<h3>Mentor</h3>
<p class="company">CSEED Buildspace @ UW • Seattle, WA</p>
</div>
</div>
<ul>
<li>Helped students build cool stuff :)</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Sep. 2024 – Dec. 2024</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://appexchange.salesforce.com/image_host/2170dced-8905-4f5c-8595-5cf3d38fbee4.png" alt="Worknet" class="company-logo">
<div>
<h3>Software Engineer Intern</h3>
<p class="company">Worknet • Seattle, WA</p>
</div>
</div>
<ul>
<li>Developed agent chatbots for customer support</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Dec. 2024 – Jun. 2025</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/1/17/Washington_Huskies_logo.svg" alt="UW" class="company-logo">
<div>
<h3>Research Assistant</h3>
<p class="company">Programmable Matter Lab, University of Washington • Seattle, WA</p>
</div>
</div>
<ul>
<li>Created Block, a Python library for visualizing and evaluating magnetic configurations for programmable materials research.</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Jun. 2025 – Aug. 2025</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/3b/Expedia_Logo_2023.svg" alt="Expedia" class="company-logo">
<div>
<h3>Data Engineer Intern</h3>
<p class="company">Expedia Group • Seattle, WA</p>
</div>
</div>
<ul>
<li>Developed notification service for real-time workforce metrics</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Dec. 2025</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/1/17/Washington_Huskies_logo.svg" alt="UW" class="company-logo">
<div>
<h3>Graduation</h3>
<p class="company">University of Washington • Seattle, WA</p>
</div>
</div>
<ul>
<li>Completed my Bachelor's degree in Computer Science</li>
<li>Finished my last class ever as an undergrad, CSE 452 Distributed Systems :0</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">
<span class="date-badge">Aug. 2026 - Present</span>
</div>
<div class="timeline-content">
<div class="experience-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/3b/Expedia_Logo_2023.svg" alt="Expedia" class="company-logo">
<div>
<h3>Data Engineer</h3>
<p class="company">Expedia Group • Seattle, WA</p>
</div>
</div>
<ul>
<li>;)</li>
</ul>
</div>
</div>
</div>
</section>
<section id="facts" class="card paper">
<h2>Some facts from me:</h2>
</section>
<section id="seattle-weather" class="card paper">
<h2>Weather in Seattle</h2>
<div id="weather-status">Loading latest hourly forecast...</div>
<div id="weather-list"></div>
</section>
<section id="seattle-time" class="card paper">
<h2>local time in Seattle</h2>
<div id="time-display" style="font-size: 2rem; text-align: center; font-family: 'Inconsolata', monospace;"></div>
</section>
<section id="dad-joke" class="card paper" style="position: relative;">
<h2>Dad Joke of the Moment</h2>
<div id="joke-status">Loading joke...</div>
<div id="joke-text" style="font-family: 'Inconsolata', monospace; font-size: 1.2rem; margin: 1.5rem 0; line-height: 1.6;"></div>
<div id="new-joke-btn" style="position: absolute; bottom: 1rem; right: 1rem; cursor: pointer; width: 36px; height: 36px; transition: transform 0.3s ease;" title="Get new joke">
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
<path d="M 50 20 C 65 20 78 33 78 48 C 78 63 65 76 50 76"
stroke="#2b2b2b"
stroke-width="4"
stroke-linecap="round"
fill="none"/>
<path d="M 50 76 C 35 76 22 63 22 48 C 22 33 35 20 50 20"
stroke="#2b2b2b"
stroke-width="4"
stroke-linecap="round"
stroke-dasharray="4 4"
fill="none"/>
<path d="M 50 15 L 50 25 M 50 15 L 56 21"
stroke="#2b2b2b"
stroke-width="3.5"
stroke-linecap="round"/>
<path d="M 50 81 L 50 71 M 50 81 L 44 75"
stroke="#2b2b2b"
stroke-width="3.5"
stroke-linecap="round"/>
</svg>
</div>
</section>
<section id="social-links">
<h2>Connect with Me</h2>
<div class="social-links-container">
<a href="https://github.com/guyco3" class="social-icon"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/guy-cohen12" class="social-icon"><i class="fab fa-linkedin"></i></a>
<a href="https://medium.com/@gcohen.dev" class="social-icon"><i class="fab fa-medium-m"></i></a>
</div>
</section>
</div>