kevin@gamez · ~/dev · 1452 × 902
live · build a7f3c91 ← exit dev mode
1workspace
2scratchpad
3changelog
utc-5 · bogotá · 04°35′N
stack.ts ×
about.ts ×
life.rs ×
README.md ×
1// kevin-gamez/src/stack.ts
2// what i actually use, kept honest by being read.
3
4import type Tool from "./types";
5
6export const stack = {
7 runtime: ["node 22", "bun 1.1", "cf workers"],
8 languages: {
9 production: ["typescript", "rust", "python", "sql"],
10 learning: ["zig", "coq", "lean"],
11 },
12 storage: ["postgres 16", "redis", "r2", "meilisearch"],
13 models: ["claude", "openai", "ollama"],
14 delivery: ["gh actions", "cf pages", "sentry"],
15 tools: ["neovim", "ghostty", "linear", "figma"],
16} as const satisfies Record<string, Tool[]>;
17
18export const summary = () =>
19 "small, sharp tools that compound.";
20
21/* runtime: see /api/now for the live picture */
zsh
build:watch
tail -f prod.log
⎘ split ⊕ new ↗ pop-out
1~ whoami
2kevin gámez · founding engineer @ enttor · 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 ✓ clean typescript · 5.4
p50 38ms · p95 142ms · err 0.02% synthetic UTF-8 · LF · Ln 6, Col 24