emeraldion.it
Emeraldion Lodge - Projects
https://emeraldion.it/projects/index.html
Ndash; A simple promise-based ORM for Node, loosely inspired to ActiveRecord. Aoi (青い) Style Guide. Ndash; Aoi (Japanese: Blue, Green) is a design language for Emeraldion UX. Ndash; Converts a list of strings into a compact, readable representation with delimiters of choice. Ndash; A lightweight Rails-like web application framework and ORM written in PHP. Ndash; EPG application for Italian TV channels. Ndash; Learn SASS and SCSS through a workshopper adventure. Pattern popularized by Ruby on Rails. To of...
clarkfeusier.com
Portfolio
http://clarkfeusier.com/pages/portfolio
Software Engineer and Metalogician. A utility for running an Express application on a Node.js cluster. Allows users to easily create Node child processes that all share server ports for a single Express application. Specialized persistent collections in javascript. Provides specialized, immutable, persistent data structures built on-top of ImmutableJS. PersistenceJS offers highly efficient immutable linked-lists, heaps, search trees, and more. An open-source utility library for working with Promises.
purplebamboo.github.io
promise规范 | blog of purplebamboo
http://purplebamboo.github.io/2015/01/16/promise
一个promise对象有三种状态,预备状态 pending ,成功态 fulfilled ,失败态 rejected。 1 2 3 4 5 6 7 8 9 10 11. Promise.then(onFulfilled, onRejected). Promise.then(onFulfilled, onRejected).then(onFulfilled, onRejected). 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17. Console.log( 'resolve的值 '. Console.log( '报告 '. Value) console.log( '我是最后一个'. 变成完成态 报告 我是传递给第二个回调的参数 我是最后一个 */. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25. Console.log( 'resolve的值 '. Console.log( '返回一个promise,开始托管。 NewPromise }, null. Error); }); / 等价于.
greg-mcleod.com
June | 2015 | Greg McLeod
http://www.greg-mcleod.com/index.php/2015/06
Monthly Archives: June 2015. June 9, 2015. PostScriptum.js – A Promise-Free Promise Library. UPDATE: This library is now deprecated! So I released another JavaScript library recently called PostScriptum.js (or PS. For short) that provides a mechanism of managing asynchronous callbacks. It resembles a promises library in terms of syntax, but is far from the Promises/A. The code above demonstrates an asynchronous API call for logging in a user, and using the obtained user ID to fetch their posts. Variable&...
smellegantcode.wordpress.com
Smellegant Code | "No profit grows where is no pleasure taken" | Page 2
https://smellegantcode.wordpress.com/page/2
No profit grows where is no pleasure taken. TypeScript: Physical Code Organisation. February 21, 2015. When I first started reading about TypeScript, I had one main concern: how am I going to make this work with the weird mix of modular code and old-school JS libraries in my existing codebase? The features of the language itself are very well covered. I found various great introductions (and now there’s the awesome official Handbook. Modularity in the Browser. The exception would be during the developmen...
royto.familleroy.fr
JavaScript | Royto's Blog
http://royto.familleroy.fr/categorie/javascript-2
Le blog de Julien Roy. Aller au contenu principal. Archives pour la catégorie JavaScript. JavaScript : les nouvelles méthodes sur l’objet Array apportées par ES6/ES2015. ES5 a apporté de nouvelles méthodes à l’objet Array que j’avais abordés dans un article précédent. La nouvelle version ES2015 (anciennement ES6) apportent également quelques nouveautés que nous allons voir. La documentation sur MDN. La documentation sur MDN. La méthode entries() retourne un nouvel itérateur (. La documentation sur MDN.
royto.familleroy.fr
Julien | Royto's Blog
http://royto.familleroy.fr/author/admin
Le blog de Julien Roy. Aller au contenu principal. Tous les articles par Julien. NET : Génération de jeu de données avec Nbuilder et Faker.Net. Nous avons parfois besoin de jeu de données factices pour nos tests unitaires, peupler une base de données ou pour simuler un service externe par exemple. Il peut être complexe et assez lourd de créer des jeu de données. Je vais vous présenter NBuilder. Par défaut, NBuilder crée des valeur séquentielle dans le cas des liste (Name1, Name2, …). Sélection d'1 seul é...
richardruiter.nl
richardruiter, Author at Richard Ruiter
http://www.richardruiter.nl/author/richardruiter
Understanding BDD is like learning to ride a bicycle. September 11, 2015. September 11, 2015. Remember what it felt like the first time you rode a bicycle completely on your own? After a lot of practicing and falling down you did it. Finally the freedom! From that moment on it only went better and better. After a while it even becomes a second nature and you cannot even imagine how it is not being able to do it. This is something that I have always loved about my profession. Getting requirements from...
itbilu.com
ECMAScript 6 Promise对象学习之Promise兼容方案 - IT笔录
http://itbilu.com/javascript/js/4kPFKTWq.html
的Promise Polyfill, 兼容ES6 Promises规范,可以在Node.js中环境或浏览器环境中使用。 是一个兼容ES6 Promises规范的Polyfill类库,只实现了Promises规定的API, 是 RSVP.js. 上一篇 ECMAScript 6 Promise对象学习之Promise对象的使用. Sequelize 中文API文档 1. 快速入门、Seq. Sequelize 中文API文档 2. Model 的定. 解决类似 /usr/lib64/libstdc .so. Sequelize 中文API文档 3. 模型 表 之间的. Sequelize 中文API文档 4. 查询与原始查询. Linux 源码编译安装MySQL 5.7. Linux CentOS 使用Yum源安装MySQL 5. 在CentOS(Fedora、RedHat)系统中,可以使用 yum install mysql . JavaScript ES6 新增特性整理 - 4.类和模. JavaScript ES6 新增特性整理 - 3.新增的.