treeline.io
Treeline Documentation
https://treeline.io/documentation
Welcome to the Treeline beta! Treeline allows you to build your backend app visually in your web browser. As you work on your app, you can see it change instantly in the cloud via our hosted preview. Or download it to your computer as a Node.js project using the popular Sails.js framework. What should I do first? Start clicking stuff, experiment, dont worry about making mistakes and most of all have some fun! Lets get started building an app! Creating a basic signup route. That will store information in a.
givan.se
Ember and Sails authentication options
https://givan.se/ember-and-sails-authentication-options
Ember and Sails authentication options. What are the possible ways of authenticating an Ember app with a Sails backend? This is an overview of the current offer of tools and addons available for session and token based authentication. In the past Ive used succesfully Ember Simple Auth. ESA), so Ill default to it. The question is now reduced to: What will I use in Sails to be able to talk to ESA? Since Sails is built on top of Express, this will work, an example can be found at: sails-authorization. If yo...
wrug.eu
WRUG / WRUG kwietniowy o mrubym i machines
http://wrug.eu/2015/04/02/spotkanie-kwietniowe
Warsaw Ruby Users Group. WRUG kwietniowy o mrubym i machines posted on. Już w najbliższą środę, 8 kwietnia. Zapraszamy na czwarte w tym roku spotkanie WRUG, tradycyjnie w Państwomieście. Tym razem Michał fazibear Kalbarczyk opowie czym jest mruby. I pokaże jak go używać, a Maciej Kucharz przedstawi (z przykładami) specyfikację machines. I zaproponuje dyskusję na temat jej implementacją w Rubym. W środę, 8 kwietnia 2015, o 18:30. Chętnych zapraszamy też do dopisania się przez Meetup.
wonderlandlabs.com
Wonderland Labs
http://www.wonderlandlabs.com/blog/javascript/node_machine
Sign In via facebook. Sign In via twitter. Folder open source projects. Is a great post about a system of decorating functions to make them self-testing, self-documenting and multi-responsive. Machines are essentially meta-functions that add to the base functionality of a function several badly needed features:. The parameters are documented, annotated, and typed. Every possible outcome is documented and given a handling function that all callers must supply for the machine to execute.