deadhorse.me
学习 | 记录 | 感悟 - dead_horse
http://deadhorse.me/project.html
Next generation web framework for node.js. Private npm registry and web for Enterprise. An intro to Koa via a set of self-guided workshops. The nature of code in raphael. Port the nature of code examples to raphael. 3D color analytic system. Analyze images color in 3D. Esay way to shot every website, power by phantomjs. More projects and orgs can be see in my github. Pull requests and stars are welcome. Global.isNaN vs Number.isNaN. Nodejs C addon编写实战 四 之兼容v0.11 与nan模块. Nodejs C addon编写实战 三 之Buffer.
willconant.com
Switching To Promises - willconant.com
http://willconant.com/posts/2014-01-07/switching-to-promises
Gorgi Kosev has a great write-up. About why hes switching to promises. I had a similar insight last year after reading Domenic Denicolas excellent article, Youre Missing the Point of Promises. And now that promises are officially part of ES6, I feel fairly vindicated. Combined with generators, and a module like co. Promises are set to be the standard way of managing asynchronous complexity in javascript. Web framework from TJ Holowaychuk and Jonathan Ong. Comments powered by Disqus.
willconant.com
JSON Minus - willconant.com
http://willconant.com/json-minus
A JSON Minus document is a JSON encoded object with the following structure:. The top-level object may contain any number of properties. Each property key must match. Each top-level property value must be a string, a number, a boolean, or an array. Top-level property values must not be null. Top-level array values must contain zero or more object values (sub-objects). Every sub-object in the same array must have the same property keys. Each sub-object property key must match. A Contact With Custom Fields.
willconant.com
My UtahJS Generators and Koa Slides - willconant.com
http://willconant.com/posts/2014-06-09/generators-koa-slides
My UtahJS Generators and Koa Slides. Http:/ willconant.com/files/utahjs-2014-slides.pdf. Comments powered by Disqus. 4 Good Things About CouchDB. Zero-setup views and powerful query composition. Promise-based CouchDB library for node with no surprises (in a good way). Consume promises in fibers and fibers as promises. Validate and prepare JSON Minus documents. Http:/ npmjs.org/ willconant.
thejsguy.com
A Practical Introduction to ES6 Generator Functions - The JS Guy - David Tang
http://thejsguy.com/2016/10/15/a-practical-introduction-to-es6-generator-functions.html
A Practical Introduction to ES6 Generator Functions. Saturday, October 15th, 2016. Generator functions, also called generators for short, are an ES6/ES2015 feature that might seem confusing at first with little practicality. However, once you take the time to learn how they work and see some practical examples, you’ll really see how powerful and useful they can be. In this post, we’ll cover the following:. What are Generator Functions. How Generator Functions Work. Generator Functions and Promises. These...
gofore.github.io
Introduction to Express.js 4
http://gofore.github.io/expressjs4-intro
Introduction to Express.js 4. Senior Software Engineer @ Gofore. Web application framework for node. Minimal and flexible; suitable for building regular multi-page applications as well as single-page applications. Unopinionated; configure and complement with other libraries to build a full stack. Was probably the first decent web framework node and has been building audience since. 12k Stars, 2.5k forks. Currently in 4.x series. Is actively used in production. Which shows in design. Install node and npm.
iamtod.com
Node.js Research
http://iamtod.com/javascript/node.js.html
Javascript top language in Github. Any package can be installed by using. Add your programs to this index by using. Single thread, easy to crash. Open-source API Server Powered by Node.js. Https:/ github.com/JonAbrams/synth The first back-end framework specially designed for single-page web applications. Sequelize][nodejs ORM Framework] NodeJS ORM framework [nodejs ORM Framework]: http:/ sequelizejs.com/. A CPU Profiler for Node.js. The Node Beginner Book. Comments powered by Disqus.
thecodebarbarian.wordpress.com
vkarpov15 | The Code Barbarian
https://thecodebarbarian.wordpress.com/author/vkarpov15
The software development blog of Valeri Karpov. Static Site Generators are Overkill. February 6, 2015. This post is available at http:/ thecodebarbarian.com/2015/02/06/static site generators. An 80/20 Guide to AngularJS HTTP Interceptors. January 23, 2015. Post available at http:/ thecodebarbarian.com/2015/01/24/angularjs-interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. January 16, 2015. This post is available at http:/ thecodebarbarian.com/2015/01/17/angularjs-loopback. Assuming...