1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Jesse He
-- Electrical Engineering @ UIUC
local stack = {
dev = {"Rust", "JavaScript", "Java"},
infra = {"Linux", "Docker", "Proxmox"}
}
-- Links
local projects = {
{
name = "dino.sweep.rs",
link = "https://dino.sweep.rs",
-- A real-time multiplayer version of the Chrome Dino game
tech = {"HTML", "Rust", "JavaScript"}
}
}
{
"email": "jesse@jessehe.net",
"location": "Urbana, IL"
}