gitmyhub

jstraining

★ 20k updated 1y ago

全栈工程师培训材料

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.

JavaScriptReactNode.jsExpresssetup: easycomplexity 2/5

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