jstraining
全栈工程师培训材料
Full-stack JavaScript bootcamp training materials covering front-end history, React, Node.js back-ends, and engineering practices for developers with basic web knowledge.
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 full-stack JavaScript bootcamp for developers transitioning from front-end to full-stack roles.
- Learn React application architecture and best practices through structured lectures and hands-on coding exercises.
- Set up continuous integration and automated testing pipelines using Travis CI and testing frameworks.
- Understand Node.js back-end development and how to build RESTful APIs with Express.