I build it,
I run it.
I design, build, and deploy complete web products, from the interface down to the cloud infrastructure. Comfortable owning a project solo, start to finish.
➜ ~ cat server.ts
import { link } from './hyrule';
let rupees = 0;
if (rupees >= 10) {
log("buy 5 arrows?");
}
link.listen("old-man", () => {
shout("IT'S DANGEROUS TO GO ALONE!");
});➜ ~

