Product Engineering
How do you build what the maps describe?
WORKFLOW → QUALITY → STACK
│ │ │
▼ ▼ ▼
Process Gates Tools
Flow Maps Tests Next.js
Types Perf React
Product engineering bridges pictures to products. Jobs to be done tells you WHAT to build. Design tells you what it LOOKS like. Engineering tells you HOW — from maps to running code.
Development Workflow
How you work. Process that compounds.
| Method | Question | What It Produces |
|---|---|---|
| Flow Engineering | How do pictures become products? | Five maps from outcome to orchestration |
| Type-First Development | How does the compiler guide the build? | Domain-first, layer-by-layer constraint satisfaction |
The chain: Flow maps produce domain contracts. Types encode those contracts. Tests prove the types. Generators scaffold the implementation. Each entity commissioned improves the generator for the next.
Best Practices
What you ensure. Quality gates that prevent rework.
| Gate | What It Catches |
|---|---|
| Performance | Core Web Vitals, bundle size, render blocking |
| Anti-Patterns | Architecture violations, barrel blowouts, config drift |
| Security | OWASP Top 10, auth, input validation |
| Memory | Leaks, hydration costs, DOM size |
| Costs | Serverless invocations, bandwidth, edge |
| Testing | Layer model, selection rules, hexagonal testing advantage |
| Mastery Roadmap | The critical path from RSCs to production |
Stack Reference
What you build with. Framework-specific patterns.
| Area | Covers |
|---|---|
| AI Coding | Claude, Cursor, V0 — precision prompting, context control |
| App Router | Layout, rendering, streaming, SEO |
| Services | Server components, actions, middleware, DTOs |
| State Management | React Query, Zustand, data fetching |
| UI Components | TailwindCSS, shadcn, headless patterns |
| Mobile | React Native cross-platform |
| Onchain | Web3 notifications, data indexers |
🗃️ Best Practices
6 items
🗃️ Development Workflow
3 items
🗃️ App Router
4 items
🗃️ Onchain Interaction
2 items
🗃️ Services
7 items
🗃️ State Management
4 items
🗃️ Components
6 items
📄️ React Native
<iframe
Context
- Pictures — Maps that make thinking visible
- Products — Great products deliver great outcomes
- Jobs To Be Done — What to build
- Product Design — Design checklists with pass/fail thresholds
- AI Products — What changes when your product thinks
- Software — SaaS to VSaaS to RaaS
- Platform Engineering — Infrastructure beneath the product
- Software Architecture — Architectural patterns