tomoya06 / web-developer-guidance

Actually it's just a notebook for keeping down some working experience.
4 stars 0 forks source link

Review guidance #2

Open tomoya06 opened 4 years ago

tomoya06 commented 4 years ago

Web Developer Guide by myself:

0. Computer Science

1. Programming language basic

keypoints:

  1. List, Dictionary,
  2. apply Quick Sorting
  3. Multi-thread/Multi-process/Sync
  4. Garbage Collection, VM

2. Algorithm

3. Middleware

keypoints:

  1. what can it do;
  2. how does it work;
  3. work flow

System Design

Framework

Advance

tomoya06 commented 4 years ago

前端计划:

  1. JS基础
    1. 前端进阶之道
    2. 小册-前端面试之道
    3. 前端工匠博客-JS
  2. CSS基础
    1. 前端工匠博客-CSS
  3. Vue基础
    1. 小册-Vue内部机制
  4. 浏览器
    1. 前端工匠博客-浏览器
tomoya06 commented 4 years ago

有些疑问?

~- [vue]data为什么是函数返回 -[前端]mvvm mvc详解和比较~ ~- [HTTP]http1.0 vs 1.1 vs 2.0~

TODO

~- IO模型~