jstraining
全栈工程师培训材料
Training slides and exercises for a two-day full-stack JavaScript bootcamp covering React, Node.js, and front-end engineering practices. Written in Chinese and aimed at learners who already know basic HTML and CSS.
This repository contains training materials for a full-stack JavaScript developer bootcamp, written in Chinese. The description translates to "full-stack engineer training materials." The course is structured as four lectures designed to fit a two-day workshop format, aimed at learners who already have basic knowledge of HTML, JavaScript, CSS, and the command line — it is not for complete beginners.
The four sessions cover: the history and evolution of front-end development; React fundamentals and application architecture; Node.js back-end development including RESTful APIs and the Express framework; and front-end engineering practices including continuous integration, static code analysis, unit testing, and functional testing using Travis CI. Hands-on exercises accompany the lectures. The materials are licensed under GPL v3.
Where it fits
- Run a two-day JavaScript workshop for learners who know basic HTML and CSS but have not used a framework before.
- Follow the exercises to learn React and Node.js fundamentals in a structured four-session order.
- Adapt the lecture slides to teach front-end engineering and CI/CD practices at your company.