found drama

get oblique

Tag Archives: metrics

Linkdump for December 16th

by Rob Friesel

AngularJS – Perceived Performance Github user @mendhak has this proposed directive for measuring load time performance of different components in a single-page app. Tl;dr: "loading" a portion of the page may be deferred for one reason or another, but once it is in fact "finished" (based on some user-defined version of "finished") it requests an […]

Linkdump for June 26th

by Rob Friesel

Advanced Unit Testing Techniques in JavaScript Decent introduction to unit testing with Sinon.js; by Guido Kessels, writing for Nettuts. Though the information Sinon.js itself is useful, the highlight of the article is really the robust definitions that Kessels provides for spies, stubs, and mocks. (tagged: Sinon.js JavaScript unit testing ) Learn Clojure in 15 minutes, […]

Linkdump for February 20th

by Rob Friesel

The "Magic" behind AngularJS Dependency Injection Fascinating post by Alex Rothenberg wherein he digs deep into Angular.js to determine exactly why minification broke his application. (tagged: minification Angular.js JavaScript ) An Appropriate Use of Metrics By Patrick Kua, writing over at MarinFowler.com. The first (explanatory) half is a little on the long-winded side, but the […]