面试准备

面试准备_第1张图片
image.png

https://mp.weixin.qq.com/s?__biz=MzAwNjI5MTYyMw==&mid=2651495918&idx=1&sn=c412d445e422e85e5ca21f7521c24588&chksm=80f19426b7861d305a3ad2446ef45ff7d72ceea80fad58613591571265818b8ae78a709091f6&scene=0#rd

  • 面试题:https://github.com/ElemeFE/node-interview 【饿了么面试】

  • 正则表达式:http://deerchao.net/tutorials/regex/regex.htm#metacode

  • JSON格式化:https://jsonformatter.curiousconcept.com/

  • 在线码代码,刷题:https://leetcode.com/

  • 用node.js 5步 写生成器:http://cnodejs.org/topic/584812863ebad99b336b1e67

webpack篇:

  • webpack使用基础:https://segmentfault.com/a/1190000005742037
  • webpack 搭建react环境:http://blog.h4fan.com/2016/12/16/webpack%E6%90%AD%E5%BB%BAreact%E6%9E%84%E5%BB%BA%E7%8E%AF%E5%A2%83/

Vue框架

  • element:http://element.eleme.io/#/zh-CN/component/quickstart

  • Vue+Vue-loader+Webpack相关配置篇: http://www.cnblogs.com/lvyongbo/p/5964501.html

  • Vue学习路线 :https://github.com/monkeyWangs/javascript-

命令行等【升级,版本】

  • node命令行:http://www.jianshu.com/p/cfdfd3d04215
  • 用Node.js写生成器

前后端分离

  • 前后端脚手架:https://github.com/zewait/frond_scaffold
  • 前后端分离部署:http://blog.csdn.net/zhx6044/article/details/50863974

模板语言:

  • handlerbars模板引擎:http://www.ghostchina.com/introducing-the-handlebars-js-templating-engine/
  • helper :http://www.cnblogs.com/yldf55/p/5147996.html

github

  • HEXO+Github搭建自己的博客:http://www.jianshu.com/p/465830080ea9

游戏学习

  • phaser:http://phaser.io/learn

小程序

  • 微信小程序:https://mp.weixin.qq.com/debug/wxadoc/dev/

React-native搭建

  • http://www.lcode.org/%E5%8F%B2%E4%B8%8A%E6%9C%80%E8%AF%A6%E7%BB%86windows%E7%89%88%E6%9C%AC%E6%90%AD%E5%BB%BA%E5%AE%89%E8%A3%85react-native%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE/

闭包

  • 高阶函数:https://jsfiddle.net/Ze_wait/Ljzf0m9b/1/
  • https://jsfiddle.net/Ze_wait/o0kqdLp2/15/
  • https://fiddle.jshell.net/Ze_wait/m9tzjhfj/12/
  • 阮一峰函数式编程:http://www.ruanyifeng.com/blog/2012/04/functional_programming.html

MDN

  • http访问控制:https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Access_control_CORS

工具

Google浏览器扩展程序

  • yformater : JSON 格式化工具
  • Google翻译 :选中可翻译

前端处理工具

  • 压缩图标:https://tinypng.com/
  • 特殊字符对照表:http://www.jb51.net/onlineread/htmlchar.htm

你可能感兴趣的:(面试准备)