gitmyhub

jstraining

★ 20k updated 11mo ago

全栈工程师培训材料

Full-stack JavaScript bootcamp training materials covering front-end history, React, Node.js back-ends, and engineering practices for developers with basic web knowledge.

JavaScriptReactNode.jsExpressTravis CIsetup: 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