Concept
The last module turns the course into a portfolio artifact. Each interview answer has a path back to code, tests, transcripts, ADRs, or articles, so the learner can speak from evidence.
Task
- Create INTERVIEW.md as a standalone artifact.
- Render the same map on the course site.
- Link every entry to a concrete repo path or article.
- Confirm the course path marks the full series complete.
Run
npm run verify:m7npm run buildExpected Result
- The interview page renders.
- Every entry has at least one concrete artifact link or path.
Common Traps
- Writing generic interview prep that could belong to any repo.
- Claiming cross-database support without linking the two strategies.
- Forgetting observability and shipping in the final map.
Hint Ladder
Hint 1
The answer is the shortest part; the artifact link is the proof.
Hint 2
Keep the standalone Markdown useful even if the site is unavailable.
Hint 3
Interview confidence comes from being able to open the test.
Solution
See INTERVIEW.md and /interview.