This is the twentieth day of my participation in The More text Challenge. For more details, see more text Challenge

This article introduces the front end of the actual work used in most of the content and related knowledge points, you can collect carefully read slowly see ~

  • A collection of common Git operations
  • Git branch management specification and release process
  • Basic front-end knowledge system
  • ECMAScript body of knowledge
  • Browser Knowledge system
  • Front-end performance optimization principle and practice
  • JavaScript Design Patterns
  • Data structure and algorithm knowledge system
  • Design draft restore relevant knowledge
  • Typescript knowledge
    • Based on article
    • Project report
    • Practical article
  • React Knowledge system
  • Webpack body of knowledge
  • Node Knowledge system

Git

A collection of common Git operations

Click to view the original

This mind map mainly contains

  • How to do Git basic configuration before use
  • .gitA brief analysis of a few files under the folder
  • Common Git operations at work
    • How do I associate a remote repository
    • How to follow the Git commit specification
    • What are the branch management rules in Git
    • How to use Git commands to rename files
    • How to delete files using Git command
    • How to modify Git history
    • How do I restore to a specified version of the history
    • How do YOU compare the differences between Git history 📝
    • .

Git branch management specification and release process

Click to see the full mind map

Basic front-end knowledge system

Click to view the original

The basic front-end knowledge system is mainly divided into four parts

  • HTML
  • JavaScript
  • CSS
  • API
    • Browser environment
    • Applet environment
    • The Node environment
    • .

Related articles:

  • JavaScript knowledge base of arrays
  • Collection of 30 commonly used JS array operations
  • Three ways to flip a JavaScript string
  • Cliche -” closures “are not completely resolved

ECMAScript body of knowledge

Click to view the original

The authors spent more than two weeks reviewing and cataloguing the new features of ECMAScript from ES5 to ES13

Related articles:

  • ECMAScript ES2022-ES13

Browser Knowledge system

Click to view the original

Front-end performance optimization principle and practice

Click to view the original

JavaScript Design Patterns

Click to view the original

Data structure and algorithm knowledge system

Click to view the original

Design draft restore relevant knowledge

Click to view the original

Related articles:

  • As a front end, what you should know about resolution/logical pixels/physical pixels/Retina display 🧐

Typescript knowledge

Based on article

Click to view the original

Project report

Click to view the original

Practical article

Click to view the original

Related articles

  • Building Typescript Knowledge System (iii)-TS class analysis
  • Building the Typescript body of Knowledge (v)- Generic classes/interfaces/functions

React Knowledge system

Click to view the original

Webpack body of knowledge

Click to view the original

Node Knowledge system

Click to view the original