├── LICENSE ├── README.md └── index.md /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # collection-blog 3 | 4 | 收藏第三方的学习资料和blog 5 | 6 | 7 | [最全学习资料](https://github.com/awesomepeng/collection-blog/blob/master/index.md) 8 | -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | # 学习资料 2 | 3 | 4 | [前端面试之道](https://yuchengkai.cn/docs/frontend/) 5 | 6 | [前端面试题](https://github.com/qiu-deqing/FE-interview) 7 | 8 | [前端面试题整理](http://blog.poetries.top/FE-Interview-Questions/) 9 | 10 | [Daily-Interview-Question](https://github.com/Advanced-Frontend/Daily-Interview-Question/blob/master/datum/summary.md#%E7%AC%AC-32-%E9%A2%98virtual-dom-%E7%9C%9F%E7%9A%84%E6%AF%94%E6%93%8D%E4%BD%9C%E5%8E%9F%E7%94%9F-dom-%E5%BF%AB%E5%90%97%E8%B0%88%E8%B0%88%E4%BD%A0%E7%9A%84%E6%83%B3%E6%B3%95) 11 | 12 | [Tech Interview Guide 技术面试必备基础知识](https://github.com/CyC2018/CS-Notes) 13 | 14 | [Front-end Developer Handbook 2019](https://frontendmasters.com/books/front-end-handbook/2019/) 15 | 16 | [印记中文周刊](https://weekly.docschina.org/javascript/436.html) 17 | 18 | [前端基础漫游指南](https://cheogo.github.io/learn-javascript/) 19 | 20 | [前端面试手册](https://github.com/yangshun/front-end-interview-handbook/blob/master/Translations/Chinese/README.md) 21 | 22 | [前端技能树](https://platform.html5.org/) 23 | 24 | [大前端面试宝典](https://lucifer.ren/fe-interview/#/) 25 | 26 | [前端小白半年准备,成功进入BAT](https://github.com/brickspert/blog/issues/16) 27 | 28 | [前端面试每日 3+1](https://github.com/haizlin/fe-interview) 29 | 30 | [Some interview experience](https://github.com/WsmDyj/Interview) 31 | 32 | [笔试面试知识整理](https://hit-alibaba.github.io/interview/) 33 | 34 | [前端工程师自检清单](https://mp.weixin.qq.com/s/tdUZB_OrSTDoG92M25IGNQ) 35 | 36 | [What Is a Front-End Developer?](https://frontendmasters.com/books/front-end-handbook/2018/what-is-a-FD.html) 37 | 38 | [前端开发者手册](https://dwqs.gitbooks.io/frontenddevhandbook/content/) 39 | 40 | [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks) 41 | 42 | [Front-End Checklist](https://github.com/thedaviddias/Front-End-Checklist) 43 | 44 | [Awesome Interviews](https://github.com/MaximAbramchuck/awesome-interview-questions#angularjs) 45 | 46 | [chinaw3c](http://www.chinaw3c.org/standards.html) 47 | 48 | [Tools for Web Developers](https://developers.google.com/web/tools/chrome-devtools/rendering-tools/?hl=zh-cn) 49 | 50 | [w3c标准](https://www.w3.org/TR/?status=rec) 51 | 52 | [how-javascript-works](https://github.com/Troland/how-javascript-works) 53 | 54 | [Exploring JS: JavaScript book](https://exploringjs.com/) 55 | 56 | [一个有趣的和棘手的 JavaScript 例子列表](https://github.com/denysdovhan/wtfjs) 57 | 58 | [chrome支持的api](https://www.chromestatus.com/features/6522186978295808) 59 | 60 | --- 61 | 62 | [JavaScript 算法与数据结构](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) 63 | 64 | [用JavaScript实现的算法和数据结构,附详细解释和刷题指南](https://github.com/ConardLi/awesome-coding-js) 65 | 66 | [算法实践](https://github.com/qcer/Algo-Practice) 67 | 68 | [All algorithms implemented in Javascript ](https://github.com/TheAlgorithms/Javascript) 69 | 70 | [leetcode刷题 算法练习 JavaScript实现](https://github.com/liusaint/leetcode) 71 | 72 | [Javascript Problems & Solutions](https://github.com/jeantimex/javascript-problems-and-solutions) 73 | 74 | [算法学习笔记](https://github.com/nonstriater/Learn-Algorithms) 75 | 76 | [算法](https://github.com/lessfish/leetcode/tree/master/Algorithms) 77 | 78 | [算法珠玑——一个最精简的题库](http://book.ashan.org/algorithm-essentials/cpp/) 79 | 80 | [leetCode](https://github.com/azl397985856/leetcode) 81 | 82 | [图解算法](https://algorithms.now.sh/quicksort/) 83 | 84 | [js算法](https://github.com/mgechev/javascript-algorithms) 85 | 86 | [Pretty algorithms](https://github.com/jiayihu/pretty-algorithms) 87 | 88 | [Python & JAVA Solutions for Leetcode](https://github.com/qiyuangong/leetcode) 89 | 90 | [常用算法和数据结构讲解,面试算法题/leetcode解题,提供golang/js版本](https://github.com/qieguo2016/algorithm) 91 | 92 | [数据结构和算法必知必会的50个代码实现](https://github.com/wangzheng0822/algo) 93 | 94 | [JS-LeetCode](https://github.com/luxiangqiang/JS-LeetCode) 95 | 96 | [CS-in-JavaScript-by-nzakes](https://github.com/HelloLeeChan/CS-in-JavaScript-by-nzakes) 97 | 98 | [编程之法:面试和算法心得](https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/Readme.md) 99 | 100 | --- 101 | [html5rocks](https://www.html5rocks.com/en/) 102 | 103 | [you-dont-know-JS](https://github.com/getify/You-Dont-Know-JS) 104 | 105 | [2018.stateofjs.com](https://2018.stateofjs.com/cn/introduction/) 106 | 107 | [Awsome-Front-End-Xmind](https://github.com/bailinlin/Awsome-Front-End-Xmind) 108 | 109 | [Code for the book Grokking Algorithms](https://github.com/egonSchiele/grokking_algorithms) 110 | 111 | [JavaScript 前端知识图谱](https://github.com/tsejx/JavaScript-Guidebook) 112 | 113 | [avaScript 进阶问题列表](https://github.com/lydiahallie/javascript-questions/blob/master/README-zh_CN.md) 114 | 115 | [前端生态知识库集锦](https://www.yuque.com/robinson/fe-guide/kw-links) 116 | 117 | [汤姆大叔](https://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) 118 | 119 | [javascript/design-patterns](https://www.dofactory.com/javascript/design-patterns) 120 | 121 | [现代 Web 开发导论](https://github.com/wx-chevalier/Web-Series) 122 | 123 | [阿里前端p7架构图谱](https://juejin.im/post/5cf5f358e51d45778f076ce5?utm_source=gold_browser_extension) 124 | 125 | [前端技术架构图谱](https://github.com/f2e-awesome/knowledge) 126 | 127 | [互联网时代前端"手工艺人"的百宝箱](https://github.com/f2e-journey/treasure) 128 | 129 | [前端技术清单](https://github.com/alienzhou/frontend-tech-list) 130 | 131 | --- 132 | 133 | [30 seconds](https://github.com/30-seconds) 134 | 135 | [30-seconds-of-code-Zh-CN](https://github.com/ConardLi/30-seconds-of-code-Zh-CN) 136 | 137 | --- 138 | 139 | [前端精读周刊](https://github.com/dt-fe/weekly) 140 | 141 | [九部知识库](https://github.com/frontend9/fe9-library) 142 | 143 | [薄荷前端周刊](https://github.com/BooheeFE/weekly) 144 | 145 | [考拉前端前端博客](http://blog.kaolafed.com/) 146 | 147 | [腾讯新闻团队](https://github.com/Tnfe/TNFE-Diagram) 148 | 149 | [xgfe](https://xgfe.github.io/Basics/) 150 | 151 | --- 152 | 153 | [js开发群月报](https://www.kancloud.cn/jsfront/month/82799) 154 | 155 | [前端进阶】优质博文](https://github.com/YvetteLau/Blog) 156 | 157 | [FE-learning](https://github.com/qiu-deqing/FE-learning#%E8%B7%9F%E5%AF%B9%E7%A5%9E) 158 | 159 | [前端真好玩](https://github.com/KieSun/awesome-fe-study-source) 160 | 161 | [优质的技术博客、社区推荐](https://github.com/phpdever/resource-index) 162 | 163 | [50weekly 发现高质量的前端资源](https://github.com/ihtml5/50weekly) 164 | 165 | --- 166 | [kentcdodds](https://github.com/kentcdodds?tab=repositories) 167 | 168 | [叶念博客](https://github.com/jawil/blog/issues/16) 169 | 170 | [小弟调调](https://github.com/jaywcjlove/handbook) 171 | 172 | [小弟调调](https://wangchujiang.com/) 173 | 174 | [冴羽的博客](https://github.com/mqyqingfeng/Blog) 175 | 176 | [王福朋](https://www.cnblogs.com/wangfupeng1988/tag/javascript/) 177 | 178 | [马云云博客](https://github.com/MuYunyun/blog) 179 | 180 | [前端工匠](https://github.com/ljianshu/Blog) 181 | 182 | [阿里王伟](https://github.com/muwoo/blogs) 183 | 184 | [待我代码编成,娶你为妻可好](https://github.com/phodal) 185 | 186 | [朱邦邦的JavaScript学习笔记](https://github.com/anbang/zhubangbang-javascript-notes) 187 | 188 | [木易杨的博客](https://github.com/yygmind/blog) 189 | 190 | [berwin博客](https://github.com/berwin/Blog) 191 | 192 | [Jony的博客](https://github.com/forthealllight/blog) 193 | 194 | [chenjigeng 博客](https://github.com/chenjigeng/blog) 195 | 196 | [安佳 Blog](https://github.com/anjia/blog) 197 | 198 | [记录前端开发中的技巧以及算法知识](https://github.com/louzhedong/blog) 199 | 200 | [灰风GreyWind的技术部落格](https://github.com/huruji/blog) 201 | 202 | [JS的流程图,每一个知识点都会配上相应的博客和面经](https://github.com/laihuamin/JS-total) 203 | 204 | [颜海镜](https://yanhaijing.com/) 205 | 206 | [前端入门和进阶学习笔记](https://github.com/qianguyihao/Web) 207 | 208 | [creeperyang 博客](https://github.com/creeperyang/blog/issues) 209 | 210 | [purplebamboo 博客](https://github.com/purplebamboo/blog/issues) 211 | 212 | [mtonhuang 博客](https://github.com/mtonhuang/blog) 213 | 214 | [xd-tayde 博客](https://github.com/xd-tayde/blog) 215 | 216 | [naice博客](https://blog.naice.me/article) 217 | 218 | [erbing博客](https://github.com/erbing/blog) 219 | 220 | [安安哥博客](https://github.com/sisterAn/blog) 221 | 222 | [洞香春博客](https://wdd.js.org/) 223 | 224 | [mengtuifrontend 博客](https://github.com/mengtuifrontend/Blog) 225 | 226 | [百度侯策](https://juejin.im/user/58305395a22b9d006b83d214/posts) 227 | 228 | [Cyrilszq博客](https://github.com/Cyrilszq/Cyril-Blog) 229 | 230 | [SunShinewyf博客](https://github.com/SunShinewyf/issue-blog) 231 | 232 | [reng99 博客](https://github.com/reng99/blogs) 233 | 234 | [huyaocode 博客](https://github.com/huyaocode/webKnowledge) 235 | 236 | [YvetteLau博客](https://github.com/YvetteLau/Blog) 237 | 238 | [言川的博客-前端精华博客](https://github.com/lihongxun945/myblog) 239 | 240 | [jgchenu 博客](https://github.com/jgchenu/open-blog) 241 | 242 | [学习是自己的事](https://github.com/xiaohesong/TIL) 243 | 244 | [HTML DOM Document 对象](https://www.runoob.com/jsref/dom-obj-document.html) 245 | 246 | [html原型链](https://www.cnblogs.com/venoral/p/5338795.html) 247 | 248 | --- 249 | 250 | [React Fiber Architecture](https://github.com/acdlite/react-fiber-architecture) 251 | 252 | [React in patterns](https://juejin.im/entry/5af0e776518825670c45ddba) 253 | 254 | [React + TypeScript 50 条规范和经验](https://juejin.im/post/5ce24f8ae51d45106477bd45?utm_source=gold_browser_extension) 255 | 256 | [Hooks.guide](https://www.hooks.guide/) 257 | 258 | [build your own React](https://engineering.hexacta.com/didact-learning-how-react-works-by-building-it-from-scratch-51007984e5c5?gi=439de3bf5caa) 259 | 260 | [实现simple-react](https://github.com/hujiulong/simple-react) 261 | 262 | [React 面试题 & 回答](https://github.com/semlinker/reactjs-interview-questions) 263 | 264 | [STORM React Diagrams](https://github.com/projectstorm/react-diagrams) 265 | 266 | [React 性能优化](https://juejin.im/post/5c80b78a5188251ba41a041a?utm_source=gold_browser_extension) 267 | 268 | [国际化](https://github.com/formatjs/react-intl) 269 | 270 | [ssr](https://www.yuque.com/es2049/blog/zy0eq0) 271 | 272 | [剖析 React 源码](https://github.com/KieSun/Dream/issues/18) 273 | 274 | [30 Days of React](https://github.com/fullstackreact/30-days-of-react) 275 | 276 | [react 同构本质](https://github.com/demos-platform/react-server) 277 | 278 | [Electron + Next.js](https://github.com/saltyshiomix/nextron) 279 | 280 | [React Hooks for Axios.js](https://github.com/use-hooks/react-hooks-axios) 281 | 282 | --- 283 | 284 | [HEAD](https://github.com/joshbuchea/HEAD) 285 | 286 | [算法书下载](https://www.jqhtml.com/down/tag/%e7%ae%97%e6%b3%95) 287 | 288 | [编程书籍的整理和收集](https://github.com/KeKe-Li/book) 289 | 290 | [经典技术书籍 PDF 文件](https://github.com/royeo/awesome-programming-books) 291 | 292 | [fe-necessary-book](https://github.com/ddzy/fe-necessary-book) 293 | 294 | [技术书下载](http://www.allitebooks.org/) 295 | 296 | [经典编程书籍大全](https://github.com/lietoumai/awesome-programming-books) 297 | 298 | --- 299 | 300 | [现代 JavaScript 教程中文版](https://github.com/javascript-tutorial/zh.javascript.info) 301 | 302 | [如何成为 Node.js 全栈工程师?](https://github.com/MiYogurt/nodelover-maps) 303 | 304 | [node 源码粗读系列](https://github.com/xtx1130/blog) 305 | 306 | [七天学会nodejs](http://nqdeng.github.io/7-days-nodejs/#1.1) 307 | 308 | [Node.js技术栈](https://github.com/Q-Angelo/Nodejs-Roadmap) 309 | 310 | [Node.js中 stream模块的学习积累和理解](https://github.com/zoubin/streamify-your-node-program) 311 | 312 | [koa2-tutorial](https://github.com/ikcamp/koa2-tutorial) 313 | 314 | [koa2-note](https://github.com/chenshenhai/koa2-note) 315 | 316 | [awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs#mad-science) 317 | 318 | [命令行工具](https://github.com/jaywcjlove/wcj/blob/master/README.md) 319 | 320 | [脚手架](https://github.com/iq9891/blog/issues/2) 321 | 322 | [Node.js进阶之进程与线程](https://www.imooc.com/article/288006) 323 | 324 | [深入理解Node.js:核心思想与源码分析](https://github.com/yjhjstz/deep-into-node) 325 | 326 | [Koa2-blog](https://github.com/wclimb/Koa2-blog) 327 | 328 | [Nodejs学习笔记以及经验总结,公众号"程序猿小卡"](https://github.com/chyingp/nodejs-learning-guide) 329 | 330 | [Node.js 最佳实践](https://github.com/i0natan/nodebestpractices/blob/master/README.chinese.md) 331 | 332 | [一起学 Node.js](https://github.com/nswbmw/N-blog) 333 | 334 | [深入理解 Node Stream 内部机制](https://www.barretlee.com/blog/2017/06/06/dive-to-nodejs-at-stream-module/) 335 | 336 | [Node 最快、最可靠、基于 redis 的队列。](https://github.com/OptimalBits/bull) 337 | 338 | --- 339 | 340 | [TypeScript 入门教程](https://ts.xcatliu.com/) 341 | 342 | [Ts设计模式](https://github.com/torokmark/design_patterns_in_typescript) 343 | 344 | [learn Ts](https://github.com/TypeStrong/learn-typescript) 345 | 346 | [深入理解 TypeScript](https://jkchao.github.io/typescript-book-chinese/) 347 | 348 | [TypeScript使用手册](https://github.com/zhongsp/TypeScript) 349 | 350 | [TypeScript Tutorial](https://www.tutorialspoint.com/typescript/index.htm) 351 | 352 | --- 353 | 354 | [The Biggest Online Tutorials Library, It's all Free](https://www.tutorialspoint.com/) 355 | 356 | [h5](http://html5doctor.com/) 357 | 358 | [GraphQL 学习之道](https://github.com/the-road-to-graphql/the-road-to-graphql-chinese) 359 | 360 | [learn GraphQL](https://github.com/mugli/learning-graphql) 361 | 362 | [The Road to GraphQL](https://github.com/the-road-to-graphql) 363 | 364 | --- 365 | 366 | [整理我平时关注的前端库](https://github.com/sorrycc/awesome-f2e-libs) 367 | 368 | [SURVIVEJS](https://survivejs.com/webpack/) 369 | 370 | [Webpack optimizations](https://github.com/GoogleChromeLabs/webpack-training-project) 371 | 372 | [Web前后端漏洞分析与防御-知识梳理](https://github.com/TYRMars/WebSafe-StepPitGuide) 373 | 374 | [story Book](https://www.learnstorybook.com/react/zh-TW/simple-component/) 375 | 376 | [小程序、h5等前端领域](https://github.com/Tnfe/TNFE-Weekly) 377 | 378 | [javascript半知半解](https://www.kancloud.cn/dennis/tgjavascript/241801) 379 | 380 | [Web Components the Right Way](https://github.com/mateusortiz/webcomponents-the-right-way) 381 | 382 | [nestjs 学习教程](https://github.com/dzzzzzy/Nestjs-Learning) 383 | 384 | [webpack 源码解析系列](https://github.com/lihongxun945/diving-into-webpack) 385 | 386 | [CSSinJS](https://github.com/cssinjs) 387 | 388 | [Awesome JavaScript](https://github.com/sorrycc/awesome-javascript) 389 | 390 | [What you should know about JavaScript arrays](https://thomlom.dev/what-you-should-know-about-js-arrays/) 391 | 392 | [css-tricks](https://css-tricks.com/guides/) 393 | 394 | [模块化面向对象的css写法规范策略](https://github.com/MichealWayne/Moo-CSS) 395 | 396 | --- 397 | 398 | 399 | [《HTTP权威指南》概念手册](https://github.com/woai30231/http) 400 | 401 | [HTTP协议原理分享](https://github.com/Q-Angelo/http-protocol#http%E4%B8%89%E6%AC%A1%E6%8F%A1%E6%89%8B) 402 | 403 | --- 404 | 405 | [How Web Works](https://github.com/vasanthk/how-web-works) 406 | 407 | [ Linux命令大全搜索工具 ](https://github.com/jaywcjlove/linux-command) 408 | 409 | [bash-handbook](https://github.com/denysdovhan/bash-handbook/blob/master/translations/zh-CN/README.md) 410 | 411 | [必会的 24 道 Shell 脚本面试题](https://mp.weixin.qq.com/s/sVaQxGZwU-C3679CDX4uCw) 412 | 413 | --- 414 | 415 | [VSCode插件开发全攻略配套demo](https://github.com/sxei/vscode-plugin-demo) 416 | 417 | [vscode插件开发文档](https://liiked.github.io/VS-Code-Extension-Doc-ZH/#/) 418 | 419 | [配置vscode](https://mp.weixin.qq.com/s/xaJYyjZdR-wVgfhm9IHnCg) 420 | 421 | [vscode插件](https://github.com/varHarrie/varharrie.github.io/issues/10) 422 | 423 | --- 424 | 425 | [flutter视频 426 | ](https://jspang.com/posts/2019/03/01/flutter-shop.html#%E7%AC%AC61%E8%8A%82%EF%BC%9A%E8%B4%AD%E7%89%A9%E8%BD%A6-%E5%95%86%E5%93%81%E6%95%B0%E9%87%8F%E7%9A%84%E5%8A%A0%E5%87%8F%E6%93%8D%E4%BD%9C) 427 | 428 | [flutter实战](https://book.flutterchina.club/chapter1/) 429 | 430 | --- 431 | 432 | [油猴脚本](https://github.com/syhyz1990/baiduyun) 433 | 434 | [Serverless 架构应用开发指南](https://github.com/phodal/serverless) 435 | 436 | [faastjs](https://faastjs.org/) 437 | 438 | [hybrids](https://hybrids.js.org/) 439 | 440 | [GitHub 漫游指南](https://github.com/phodal/github) 441 | 442 | [源码阅读](https://github.com/soraping/any-source) 443 | 444 | [Chrome开发者工具中文手册](https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools) 445 | 446 | [JavaScript Clean Code - Best Practices](https://devinduct.com/blogpost/22/javascript-clean-code-best-practices) 447 | 448 | [libuv了解一下](https://zhuanlan.zhihu.com/p/50497450) 449 | 450 | [你知道为什么 Facebook 的 API 以一个循环作为开头吗?](https://www.infoq.cn/article/amG8alwLDGBXsoc_vyNs) 451 | 452 | [Micro Frontends](https://martinfowler.com/articles/micro-frontends.html) 453 | 454 | [一个合格的中级前端工程师必须要掌握的 28 个 JavaScript 技巧](https://juejin.im/post/5cef46226fb9a07eaf2b7516?utm_source=gold_browser_extension) 455 | 456 | [JS正则表达式完整教程](https://juejin.im/post/5965943ff265da6c30653879) 457 | 458 | [如何写出漂亮的 JavaScript 代码](https://juejin.im/post/5d0e11196fb9a07eee5ed6d2?utm_source=gold_browser_extension) 459 | 460 | [Chrome插件开发全攻略](https://github.com/sxei/chrome-plugin-demo) 461 | 462 | [developer.chrome](https://developer.chrome.com/extensions/contextMenus) 463 | 464 | [vue-cli3开发Chrome插件实践](https://juejin.im/post/5ceca3d96fb9a07eea3252f9) 465 | 466 | [JS 函数式编程指南中文版](https://github.com/llh911001/mostly-adequate-guide-chinese) 467 | 468 | [Electron构建跨平台应用](https://juejin.im/post/5c46ab47e51d45522b4f55b1) 469 | 470 | [控制台](https://eugeny.github.io/terminus/) 471 | 472 | [nginx在线配置工具](https://nginxconfig.io/) 473 | 474 | [在线徽标](https://wangchujiang.com/sb/) 475 | 476 | --- 477 | 478 | [Golang笔记](https://github.com/overnote/golang) 479 | 480 | [互联网 Java 工程师进阶知识完全扫盲](https://github.com/doocs/advanced-java) 481 | 482 | [go](https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/01.1.md) 483 | 484 | [go笔记](https://github.com/EDDYCJY/blog) 485 | 486 | [🚀 fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区](https://github.com/frank-lam/fullstack-tutorial) 487 | 488 | --- 489 | 490 | [ECMAScript 6 Tools](https://github.com/addyosmani/es6-tools) 491 | 492 | [tc39进度](https://prop-tc39.now.sh/) 493 | 494 | [tc39详细进度](https://github.com/tc39/proposals) 495 | 496 | [最新 JavaScript / ECMAScript 特性介绍](https://esnext.justjavac.com/) 497 | 498 | [es6.io](https://github.com/wesbos/es6.io) 499 | 500 | [polyfill.io](https://polyfill.io/v3/) 501 | 502 | [如何写好javascript](https://ppt.baomitu.com/d/760c9ae7#/) 503 | 504 | [es6-es5](https://github.com/addyosmani/es6-equivalents-in-es5) 505 | 506 | --- 507 | 508 | [js-ast可视化](http://resources.jointjs.com/demos/javascript-ast) 509 | 510 | [JavaScript Array Explorer](https://arrayexplorer.netlify.com/) 511 | 512 | [how to red ECMAScript Specification](https://timothygu.me/es-howto) 513 | 514 | [变量命名神器](https://unbug.github.io/codelf/#%E6%93%8D%E4%BD%9C) 515 | 516 | [前端监控方案](https://github.com/RicardoCao-Biker/Front-End-Monitoring) 517 | 518 | [Git Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.7mqxm4jekyct) 519 | 520 | [git book](https://git-scm.com/book/zh/v2) 521 | 522 | [git-commit-msg-linter](https://github.com/legend80s/commit-msg-linter) 523 | 524 | [搜云盘](http://uyi2.com/yunso) 525 | 526 | [语义化版本](https://semver.org/lang/zh-CN/) 527 | 528 | --- 529 | [Vue.js 技术揭秘](https://ustbhuangyi.github.io/vue-analysis/) 530 | 531 | [剖析vue实现原理,自己动手实现mvvm](https://github.com/DMQ/mvvm) 532 | 533 | [vue技术内幕](http://hcysun.me/vue-design/zh/essence-of-comp.html#%E7%BB%84%E4%BB%B6%E7%9A%84%E4%BA%A7%E5%87%BA%E6%98%AF%E4%BB%80%E4%B9%88) 534 | 535 | [vue-patterns](https://github.com/ZYSzys/vue-patterns-cn) 536 | 537 | [VueJS 面试题](https://github.com/sudheerj/vuejs-interview-questions-chinese) 538 | 539 | --- 540 | 541 | [触发重排重绘属性](https://csstriggers.com/) 542 | 543 | [css可视化属性](http://cssreference.parryqiu.com/) 544 | 545 | [CSS 奇技淫巧](https://github.com/chokcoco/iCSS) 546 | 547 | [CSS 命名规范 - BEM 的使用](https://github.com/zhaotoday/bem) 548 | 549 | [You-need-to-know-css](https://lhammer.cn/You-need-to-know-css/#/introduce?v=1) 550 | 551 | [CSS 单位](https://segmentfault.com/a/1190000004043937) 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | --------------------------------------------------------------------------------