各種設計模式和編程范式!!
架構是從:代碼放在哪里,數據放在哪里,各個模塊如何通信,如何高內聚低耦合等等。
軟件工程是從:可維護性、可擴展性、高可用性等來決絕這些問題。
他們的核心問題并不是解決產品的問題,而是解決高效人和人溝通、理解、維護代碼的問題。簡而言之:解決多人持續迭代產生的種種沖突。
框架是算法主調數據結構。類庫是沒有數據結構,算法被調。
1000個div,長列表等問題
```

```
免費編程學習資料
https://github.com/justjavac/free-programming-books-zh_CN
函數式編程指南
https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/
面試 數據結構 算法
https://wizardforcel.gitbooks.io/the-art-of-programming-by-july/content/
前端手冊
https://leohxj.gitbooks.io/front-end-database/content/index.html
算法題
https://soulmachine.gitbooks.io/algorithm-essentials/content/java/
網絡基本功
https://wizardforcel.gitbooks.io/network-basic/content/
webpack中文指南
https://zhaoda.gitbooks.io/webpack/content/
正則
https://luke0922.gitbooks.io/learnregularexpressionin30minutes/content/
數據挖掘入門
https://wizardforcel.gitbooks.io/guide-to-data-mining/content/index.html
git
https://kingofamani.gitbooks.io/git-teach/content/
typescript
https://ts.xcatliu.com/
前端開發指南2017
https://sqrtthree.gitbooks.io/front-end-handbook-2017/content/
2018
https://frontendmasters.com/books/front-end-handbook/2018/
vscode
https://jeasonstudio.gitbooks.io/vscode-cn-doc/content/
nodejs api
https://davidcai1993.gitbooks.io/nodejs-api-doc-in-chinese/content/
Electron 中文文檔
https://wizardforcel.gitbooks.io/electron-doc/content/
妙味課堂
https://study.miaov.com/study
妙味游戲案例
https://miaov.com/index.php/example/exampleList
支付寶沙盒
https://openhome.alipay.com/platform/appDaily.htm?tab=info
ast語法樹
https://astexplorer.net
培訓機構整理
https://github.com/ZGWS88/TI
前端數據結構
https://github.com/yangshun/lago
前端面試題
https://github.com/yangshun/front-end-interview-handbook/blob/master/Translations/Chinese/README.md
- 初級前端題
- 必會
- http協議
- 跨域
- cookie與storage
- 移動端問題
- 性能優化
- Vue全家桶
- 有哪些常用的es6語法?
- 項目
- 閉包
- JSON
- 數據類型與運算
- 數組
- DOM
- 字符串
- 要會
- async與await
- 正則
- this
- 數據加密
- 實時獲取數據
- 原生ajax
- 異步打印
- css相關
- 雜七雜八
- webpack
- 一般
- mvvm模式
- 異步請求
- XSS
- 其他dom問題
- 冷門
- 瀏覽器緩存機制
- 新
- 瀏覽器事件輪詢
- Promise
- 樹的深度優先與廣度優先
- 拷貝
- 繼承
- Vue
- 跨域
- 排序
- 瀏覽器
- 瀏覽器入門
- 瀏覽器內核知識
- 瀏覽器渲染原理
- 瀏覽器性能調優
- 自動化構建
- 字符編碼
- git
- 一些題目
- 其他
- 邏輯思維題
- 互聯網公司招聘信息如何閱讀
- bat面試