fe-weekly
fe-weekly copied to clipboard
每周一次,每次七篇,针对 web前端开发人员
1. 傻瓜函数式编程 https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn/blob/master/FunctionalProgrammingForTheRestOfUs.cn.md 2. 极低概率bug排查 http://zhuanlan.zhihu.com/p/37385519 3. 精读《如何利用 Nodejs 监听文件夹》 https://zhuanlan.zhihu.com/p/37658721 4. A secure TypeScript runtime on V8 https://github.com/ry/deno 5. JavaScript 算法与数据结构 https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md 6. Nodejs学习笔记 https://github.com/chyingp/nodejs-learning-guide 7. Fast, disk space...
1. Node.js 流(stream):你需要知道的一切 https://zhuanlan.zhihu.com/p/36728655 2. 精读《Typescript2.0 - 2.9》 https://zhuanlan.zhihu.com/p/37374083 3. 深入理解正则表达式高级教程 https://zhuanlan.zhihu.com/p/37456731 4. 前端要以正确的姿势学习编译原理(上篇) https://zhuanlan.zhihu.com/p/36301857 5. HTML5中手势原理分析与数学知识的实践 https://zhuanlan.zhihu.com/p/36696618 6. 断点单步跟踪是一种低效的调试方法 https://blog.codingnow.com/2018/05/ineffective_debugger.html 7. 页面可视化搭建工具前生今世 https://zhuanlan.zhihu.com/p/37171897
1. 无尽滚动的复杂度 https://www.jianshu.com/p/4e16b4211d84 2. 深入浅出contenteditable富文本编辑器 https://juejin.im/post/5b003a32f265da0b767dbc41 3. 精读《现代 js 框架存在的根本原因》 https://zhuanlan.zhihu.com/p/37090152 4. JavaScript正则表达式进阶指南 https://juejin.im/post/5afa3612f265da0b8262ec68 5. 10 个常用的软件架构模式 http://blog.jobbole.com/113953/ 6. react new context API的一次实践 https://juejin.im/post/5a900daaf265da4e8a3202c6 7. AST in Modern JavaScript https://www.jianshu.com/p/82894a71376e
1. WebAssembly 入门系列 https://segmentfault.com/a/1190000014740702 2. WebAssembly 对比 JavaScript 及其使用场景 https://github.com/Troland/how-javascript-works/blob/master/webassembly.md 3. 现代浏览器支持的不同类型的观察者 https://www.w3cplus.com/javascript/different-types-of-observers-supported-by-modern-browsers.html 4. SVG 小技巧:CSS filter:drop-shadow 妙用 http://svgtrick.com/tricks/187be02e6bac2a1130ff57be84427dde 5. 树形查看 github 代码的chrome插件Octotree https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc/related 6. 数字在JavaScript中是如何编译的 https://segmentfault.com/a/1190000014867071 7. 如何更好的编写async函数 https://zhuanlan.zhihu.com/p/36778979
1. 使用recompose给React开发加点料 https://zhuanlan.zhihu.com/p/35713174 2. 精读《async/await 是把双刃剑》 https://zhuanlan.zhihu.com/p/36521539 3. 从错误边界到回滚到MWI https://zhuanlan.zhihu.com/p/36476969 4. Webpack基本架构浅析 https://zhuanlan.zhihu.com/p/36445010 5. 2KB 的 moment 替代库 https://github.com/xx45/dayjs 6. react-in-patterns-cn https://github.com/SangKa/react-in-patterns-cn 7. Python 自然语言处理 第二版 https://usyiyi.github.io/nlp-py-2e-zh/
1. Server Push 特性及开启方式详解 https://zhuanlan.zhihu.com/p/32944547 2. React v16.3 版本新生命周期函数浅析及升级方案 (注意看评论) https://zhuanlan.zhihu.com/p/36062486 3. 写给前端开发者的 GraphQL 指南 https://github.com/xitu/gold-miner/blob/master/TODO/front-end-developers-guide-graphql.md 4. lodash在webpack中的各项优化的尝试 https://zhuanlan.zhihu.com/p/36280323 5. Nerv实战 - 京东首页改版小结 https://aotu.io/notes/2018/04/24/jdindex_2017/ 6. 精读《在浏览器运行 serverRender》 https://github.com/dt-fe/weekly/blob/master/54.%E7%B2%BE%E8%AF%BB%E3%80%8A%E5%9C%A8%E6%B5%8F%E8%A7%88%E5%99%A8%E8%BF%90%E8%A1%8C%20serverRender%E3%80%8B.md 7. 从JS垃圾回收机制和词源来透视闭包...
1. 探索Virtual DOM的前世今生 https://zhuanlan.zhihu.com/p/35876032 2. 面试题:你能写一个Vue的双向数据绑定吗 https://segmentfault.com/a/1190000014274840 3. 借助webpack对项目进行分析优化 https://segmentfault.com/a/1190000014369413 4. Docker学习路线图(配基于阿里云容器服务实践教程) https://zhuanlan.zhihu.com/p/26221700 5. 聊聊V8引擎的垃圾回收 https://segmentfault.com/a/1190000014383214 6. requestIdleCallback https://juejin.im/post/5ad71f39f265da239f07e862 7. node 发布 10.0.0 版本 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.0.0
1. 使用localstorage代替cookie实现跨域共享数据 https://zhuanlan.zhihu.com/p/35738376 2. 精读《图解 ES 模块》 https://zhuanlan.zhihu.com/p/35783864 3. 通过阅读 Douglas Crockford 的源码学习如何写 JSON parser https://juejin.im/post/5ad31ae26fb9a028de452715 4. 前端人工智能?TensorFlow.js 学会游戏通关](https://zhuanlan.zhihu.com/p/35451395 5. MVVM原理 https://juejin.im/post/5abdd6f6f265da23793c4458 6. 了解 toLocaleString https://juejin.im/post/5ac472016fb9a028c22afa9d 7. 深入理解MVC https://zhuanlan.zhihu.com/p/35680070
1. Google JavaScript 样式指南中13个值得注意的地方 https://zhuanlan.zhihu.com/p/35321286 2. 【译】如何用人类的方式进行 Code Review * https://zhuanlan.zhihu.com/p/31581735 * https://zhuanlan.zhihu.com/p/31786640 3. 前端与编译原理 * https://blog.csdn.net/abc649395594/article/details/73695335 * https://zhuanlan.zhihu.com/p/31096468 4. [译] RxJS 游戏之贪吃蛇 https://github.com/RxJS-CN/rxjs-articles-translation/blob/master/articles/TAMING-SNAKES-WITH-REACTIVE-STREAMS.md 5. 【汇总】Python 编程核心知识体系 https://woaielf.github.io/2017/06/13/python3-all/ 6. React事件机制...
1. latex数学公式示例汇总 latex tutorial https://zhuanlan.zhihu.com/p/34799800 2. JavaScript中的“多继承” https://zhuanlan.zhihu.com/p/34693209 3. 开始使用新的 CSS Typed Object Model https://zhuanlan.zhihu.com/p/35029796 4. Javascript 实现setInterval函数 https://segmentfault.com/a/1190000013309520 5. 如何编写无法维护的代码 https://weibo.com/p/1001603780631703254460 6. 为什么要把javascript放到服务器端上运行 https://www.zhihu.com/question/270826658/answer/357606809 7. 几个发布: * react 16.3...