今天Today
接着上次那一节Pick up where you left off
五个分类Five categories
看整条路线 →See the whole route →分类整理的是科目,引导计划把几个分类里的东西排成一条推荐顺序。Tracks organise subjects. A guided plan puts work from several tracks into one recommended order.
- 基础Foundations地基 · 项目与语言Foundations · project and language一个 JavaScript 项目是怎么跑起来的:Node、npm、scripts、测试。再补上两门考试真正要用的 JS 与 TypeScript。How a JavaScript project actually runs: Node, npm, scripts, tests. Then just the JavaScript and TypeScript the two exams really use.
- 前端FrontendReact 考试React exam跟着 react-notes-app 这个真实项目走:一个增删改的 Notes Manager,一个带并发上限的任务调度器。Built on the real react-notes-app project: a Notes Manager that adds, edits and deletes, and an async runner with a concurrency limit.
- 后端BackendFederation 考试Federation exam一个 Apollo Federation subgraph 加一个 Spring Boot 服务。从「GraphQL 是什么」讲到能在空目录里重建它。One Apollo Federation subgraph plus one Spring Boot service. From what GraphQL is to rebuilding it in an empty directory.
- 前端FrontendCab BookingCab Booking一个用 Context 管全局状态的打车小应用:四个页面、一个 Provider、四个测试。A small cab-booking app that keeps its global state in one Context: four pages, one Provider, four tests.
- 全栈Full stack平行支线Parallel track面试八股Interview questions按 HTML / CSS / JavaScript / React / Node / 网络分组的面试问答。每道给一句话答案、展开讲解,以及会被追问什么。Interview questions grouped by HTML, CSS, JavaScript, React, Node and networking. Each one gets a one-sentence answer, a full explanation, and the follow-ups to expect.