flowchart LR
B1["WEB APPS<br/>React · Next.js"]
B2["APIs<br/>REST · GraphQL"]
B3["DATA<br/>auth · modeling"]
B4["AI IN APPS<br/>LLM features"]
E1["AI PRODUCTS"]
E2["RAG · AGENTS"]
E3["AUTOMATION"]
E4["SCALE"]
B1 --> B2 --> B3 --> B4 -.-> E1 --> E2 --> E3 --> E4
classDef b fill:#F5D76E,stroke:#CC8800,color:#111827,stroke-width:2px
classDef e fill:#F9C5E0,stroke:#E85AAB,color:#111827,stroke-width:2px
class B1,B2,B3,B4 b
class E1,E2,E3,E4 e
flowchart LR
S["SIMPLE<br/>smallest thing<br/>that works"]
U["USEFUL<br/>solve a real<br/>problem"]
C["CURIOUS<br/>know how it<br/>actually works"]
I["ITERATE<br/>build → test<br/>→ improve"]
S --> U --> C --> I
I -.->|CONTINUE| S
classDef simple fill:#F5D76E,stroke:#CC8800,color:#111827,stroke-width:2px
classDef useful fill:#E8C36A,stroke:#B8860B,color:#111827,stroke-width:2px
classDef curious fill:#B8E6F0,stroke:#5EC8D8,color:#111827,stroke-width:2px
classDef iterate fill:#F9C5E0,stroke:#E85AAB,color:#111827,stroke-width:2px
class S simple
class U useful
class C curious
class I iterate
# open_to=( collaborations internships software_engineering_projects )| SLOT | LOADOUT |
|---|---|
# extra.slots
lang+=( sql bash )
srv+=( rest jwt websockets )
ai+=( openai langchain rag )