Show all feed information | Ping Blog Update
Assume for a second that TJ Holowaychuk’s Component project isn’t the future. And then let’s say that, due to support from Twitter and Google (through Yeoman ), Bower becomes the de facto tool for managing and installing client-side dependencies. Whether you’re using …
Sponsored Content This post is about a commercial product that we think will appeal to DailyJS readers. Cloudinary This tutorial introduces Cloudinary , and demonstrates how to build a gallery application using Express and Node. Cloudinary is a service for streamlining asset management – …
You can send in your Node projects for review through our contact form .
Node 0.8.20, 0.9.10 Node 0.8.20 was released last week. The most significant updates in this version are fixes for the HTTP core module, so if you’re on 0.8.19 then I can’t see any reason not to upgrade. Node …
Note: You can send your plugins and articles in for review through our contact form .
Durandal Durandal (GitHub: BlueSpire / Durandal , License: MIT ) combines jQuery, Knockout, and RequireJS with some of its own code to create a framework for developing single page applications. Durandal apps …
memdiff memdiff (GitHub: azer / memdiff , License: WTFPL , npm: memdiff ) by Azer Koculu is a BDD-style memory leak tool based on memwatch . It can either be used by writing scripts with describe and it , and then running them with memdiff : function SimpleClass (){} var leaks = []; describe ( …
HHHHold HHHHold (GitHub: ThisIsJohnBrown / hhhhold-js , License: MIT ) is a library for faking user generated content with hhhhold! : Drop hhhhold URLs into your code for quick access to safe-for-work, attributed images from ffffound. Simulate real user content in your project. It can be …
Part 1: Build Environment Part 2: Google's APIs and RequireJS Part 3: Authenticating with OAuth2 Part 4: Backbone.sync Part 5: List Views Part 6: Creating Lists Part 7: Editing Lists Part 8: Deleting Lists Part 9: Tasks Part 10: Oh No Not More Tasks Part 11: Spies, Stubs, and Mocks Part 12: …
You can send in your Node projects for review through our contact form .
Node 0.8.19, 0.9.9, and Peer Dependencies Node 0.8.19 was released last week and this version includes an update for npm that supports peer dependencies . I’m excited about this feature, and I’ll be interested …
Note: You can send your plugins and articles in for review through our contact form .
Formwin Formwin (GitHub: rocco / formwin , License: MIT ) by Rocco Georgi started as a fork of Uniform , but is now very different. It removes legacy browser support (IE8+) and relies on CSS for things like …
Numeric JavaScript Numeric JavaScript (GitHub: sloisel / numeric , License: MIT ) by Sébastien Loisel is a library that provides tools for matrix and vector calculations, convex optimisation, and linear programming. This library was sent in by Emil Bay, who uses it for computationally intensive …