kevin@gamez, ~/dev, 1452 × 902
live, build a7f3c91← exit dev mode
1workspace
2scratchpad
3changelog
utc-5, bogotá, 13:07
stack.ts ×
about.ts ×
conway.ts ×
README.md ×
1// kevin-gamez/src/stack.ts
2// what i actually use.
3
4import type Tool from "./types";
5
6export const stack = {
7 runtime: ["node 22"],
8 languages: {
9 production: ["typescript", "python", "sql"],
10 },
11 storage: ["postgres 16", "supabase"],
12 models: ["openai", "claude"],
13 delivery: ["gh actions", "vercel"],
14} as const satisfies Record<string, Tool[]>;
15
16export const summary = () =>
17 "mostly typescript and postgres, plus whatever the job needs.";
zsh
build:watch
tail -f demo.log
⎘ split ⊕ new ↗ pop-out
1~ whoami
2kevin gámez, founding engineer, bogotá / utc-5
3~ curl -s api.github.com/users/kevingamez | jq
4{ "public_repos": 28, "followers": 14, "created_at": "2019-04-16" }
5~ help
6commands: about work stack repos contact life vim clear
7~
~ $↵ run, ↑ history, ⌃L clear
● NORMAL⎇ main✓ cleantypescript, 5.4
p50 38ms, p95 142ms, err 0.02% syntheticUTF-8, LF, Ln 6, Col 24