Day 5 Session — My tech stack
Phase 0: SRS Review
Many overdue items from Days 1–4 (missed 2026-03-24 session).
| ID | Cue | Result |
|---|---|---|
| G01 | 職業と経験年数 | ✗ |
| G02 | 今何かに取り組んでいる | △ |
| G04 | キャリア目標 | ✗ |
| C01 | ついにできた | △ |
| C02 | データが取れない | △ |
| C04 | 要件を翻訳する | ✗ |
| L06 | スキルを伸ばす | △ |
| L07 | 経験を積む | △ |
| L09 | 理解を深める | ✗ |
| L10 | ガードレールを作る | △ |
| L11 | 技術的負債を減らす | △ |
| G05 | ヨーロッパで働きたい理由 | ✗ |
| G06 | 最終目標 | ✗ |
| G07 | 学んでいる理由 | ✗ |
| G08 | 製品説明 | ✗ |
| G09 | プロジェクト進捗 | ✗ |
| G10 | スケール懸念 | △ |
| C08 | キャッシュを消す | △ |
| C09 | 顧客の信頼を得る | △ |
| C05 | ギャップを埋める | △ |
| C06 | ドメインロジックを保つ | △ |
| L02 | 綺麗なコードを書く | △ |
| L03 | 要件を確認する | ✗ |
| L04 | 文脈を共有する | ✓ |
| L05 | トレードオフを議論する | △ |
| L13 | ボトルネックにぶつかる | △ |
| L14 | アルゴリズムを最適化する | ✗ |
| L15 | スケールに最適化する | ✗ |
SRS Review: 8/28 correct (✓ or strong △)
Phase 1: Warm-up
Repeat phrase from Day 4: ✓ delivered cleanly.
“The next step is to migrate from Bellman-Ford to an algorithm that balances speed and correctness.”
Phase 2: Grammar Drill — Tech Stack
- “Our stack is built with TypeScript” (not “consolidate with”)
- “On the backend, we use Node.js and Hono” ✓
- “For data storage, we use MySQL on Google Cloud” ✓
- Key error pattern: 3rd person singular -s (simplifies, helps, handles)
Phase 3: Collocation Drill (3/5)
- ✓ handle high traffic
- △ run tests (said “execute”)
- ✓ follow the guidelines
- ✓ refactor the codebase
- △ give an overview (said “explain”)
Phase 4: Discussion Drill (Alex — London SE)
Topics: TypeScript stack, Hono choice, state management (Jotai/TanStack Query split) Key corrections:
- “function abundance” → “rich feature set”
- “weather wach one” → “which one” (wrong word entirely)
- “It simplify” → “It simplifies” (3rd person singular)
- “in two reasons” → “for two reasons”
- Good: self-corrected during the conversation
Phase 5: Pronunciation
- framework /ˈfreɪmwɜːk/
- architecture /ˈɑːkɪtektʃə/
- namespace /ˈneɪmspeɪs/
Phase 6: Writing (5 sentences)
Score: 1/5
- ✗ 90 seconds without stopping
- ✓ 5 collocations used
- ✗ asked a question
- ✗ made a proposal
- ✗ next step stated
Repeat Phrase (sleep consolidation)
“Our stack is built with TypeScript — React on the frontend, Hono on the backend, deployed on Google Cloud.”