-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 3.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wr1159</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<div>
<h1><a href="https://www.github.com/wr1159">wr1159</a></h1>
<h3 class="subheading">
contact me through my <a href="mailto:[email protected]">email</a> or
connect with me on <a href="https://www.linkedin.com/in/wei-rong-chu/">LinkedIn</a>
</h3>
</div>
<div>
<p>
penultimate student studying computer science at <a href="https://www.nus.edu.sg/">national university of singapore</a> <br>
</p>
<h2>work experience</h1>
<ul>
<li><a href="https://www.switcheo.com/"><cite>switcheo labs</cite></a>: summer 2024 internship - full-stack (go, <a href="https://github.com/cosmos/cosmos-sdk">cosmos-sdk</a>, react)</li>
<li><a href="https://geckoterminal.com"><cite>coingecko - geckoterminal</cite></a>: summer 2023 internship + freelance - frontend (nextjs, tailwind)</li>
</ul>
<h2>past projects</h1>
<ul>
<li><a href="https://github.com/marcuspang/only-frames"><cite>only-frames</cite></a>: frame on <a href="https://warpcast.com/">warpcast</a> with smart contracts on <a href="https://www.base.org/">base</a> to monetise content</li>
<li><a href="https://otamatone.vercel.app/"><cite>otamatone pwa</cite></a>: PWA to play the <a href="http://otamatone.com/">otamatone</a> virtually</li>
<li><a href="https://github.com/wr1159/r2auto_nav"><cite>can delivery robot</cite></a>: ROS2 turtlebot3 and esp32 dispenser that communicate via MQTT</li>
<li><a href="https://github.com/wr1159/url-shortener"><cite>url shortener</cite></a>: url shortener built with ruby</li>
<li><a href="https://devpost.com/software/knock-it-down"><cite>knock it down</cite></a>: webapp with an ML model that only counts proper push ups</li>
<li><a href="https://github.com/wr1159/TheBotThatCancelsYou"><cite>the bot that cancels you</cite></a>: telegram bot that lets people cancel each other in a group via a poll</li>
<li><a href="https://github.com/wr1159/TheBotThatDoesNothing"><cite>the bot that does nothing</cite></a>: telegram bot that does nothing or maybe...</li>
<li><a href="https://github.com/wr1159/Chopsticks-Trainer"><cite>chopsticks trainer</cite></a>: python implementation of mini-max for chopsticks, a game i enjoyed</li>
</ul>
<h2>writings</h1>
<ul>
<li><a href="https://syntheticnftmarket.gitbook.io/synthetic-nft-market-gitbook"><cite>nft synthetic market</cite></a>: documentation for nft synthetic market built by a team of 8</li>
<li><a href="https://medium.com/@nusfintech.bc/importance-of-blockchain-analytics-tools-in-todays-context-93765ff295fb"><cite>blockchain analytic tools</cite></a>: an article about dune analytics and the state of blockchain analyic tools</li>
<li><a href="https://wiki.defillama.com/wiki/Main_Page"><cite>defillama wiki</cite></a>: ex-contributor at defillama wiki</li>
</ul>
</div>
</body>
</html>