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
scratchpad ×
CHANGELOG.md ×