1/**
2 * About me
3 *
4 * I'm Raahat. I build whole products — the screen
5 * you touch, the API behind it, and the database
6 * underneath. The expensive bugs live in the seams
7 * between those three, and I'd rather own them than
8 * argue about whose side they're on.
9 *
10 * Six years of freelancing taught me the code is the
11 * easy part. The hard part is asking the awkward
12 * question in week one instead of week six.
13 *
14 * Most of my work now is getting AI to behave in
15 * production: retrieval that cites its sources,
16 * agents that fail loudly.
17 *
18 * I work remotely, reply within a few hours, and
19 * tell you when an idea won't work.
20 */
21
22const raahat: Developer = {
23 base: "remote · worldwide",
24 ships: ["web apps", "mobile apps", "ai features", "apis"],
25 languages: ["typescript", "python", "go", "swift", "kotlin"],
26 stack: {
27 web: ["react", "next.js", "typescript", "node.js"],
28 backend: ["node.js", "python", "go"],
29 mobile: ["react-native", "expo", "swift", "kotlin"],
30 ai: ["openai", "claude", "langchain", "rag", "agents"],
31 data: ["postgresql", "pgvector", "mongodb", "redis"],
32 },
33 freelance: "@devemon", // fiverr
34 openToWork: true,
35};