-
templates
Templates
Here is an image comes form art-template.
-
Weex bugs on windows
Cannot resolve module
-
jekyll notes
Install jekyll. Steps for Windows.
-
Note: You Don't Know JS
To see list
- Up & Going
- Foreword
- Preface
- Chapter 1: Into Programming
- Chapter 2: Into Javascript
- Chapter 3: Into YDKJS
- Scope & Closures
- this & Object Prototypes
- Types & Grammer
- Async & Performance
- ES6 & Beyond
- Up & Going
-
Feedback Systems
Feedback systems summary
-
Electorn Note
Install electron
set ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install electron --save-dev
-
HTML tips
inline
-
HTML tips
HTML Page -
Single file learning: Promise
Promise
-
Hiring without whiteboards
This is inspired by Hiring-without-whiteboards.
-
Graphql Visualization
Requirements
- Install
graphviz
form graphviz.org, add it toPATH
- Install
graphqlviz
bynpm install -g graphqlviz
- Install
-
Data center
List
-
Try async/await on node7.6
Attention!
Demos should run on nodejs 7.6+
-
Nodejs Best Practices
Articles
-
machine stock
``` y = 5-days-stock / 30-days-stock x1 = date = timestamp / 1000 * 24 * 60 * 60 x2 = gold x3 = silver x4 = Dollar
-
observe a nested object
getters & setters
- Defining getters and setters
- Example:
-
Javascript prototype
Code
-
Atom Note
Shortcuts
Ctrl + Shift + I
to open developer tools.Ctrl + Shift + P
to open command panel.Ctrl + Shift + F5
to reload Atom.
-
Chrome Note
Links
- Chrome开发者工具的小技巧, img
node --inspect --debug-brk app.js
- 调试临时 vm js 文件:
//@ sourceURL=dynamicScript.js
, 参考, https://stackoverflow.com/questions/17367560/chrome-development-tool-vm-file-from-javascript
-
PROJECT: code style
Javascript Code style