found drama

get oblique

Category Archives: Link Dump

Link lists, round-ups, recaps, Delicious.com dumps, and other sometimes somewhat salacious sundry sediments and sentiments.

Linkdump for August 14th

by Rob Friesel

Why mobile web apps are slow Drew Crawford (Sealed Abstract) wrote this a few weeks ago and I finally (finally? finally!) got around to reading it start-to-finish. The best part about it is that (as he says in the first paragraph) his discussion is entirely fact-based. And where possible he is also illustrating his methods […]

Linkdump for August 10th

by Rob Friesel

5 Myths About Mobile Web Performance Michael Mullany, Sencha CEO, writing for the company's dev blog: Every mobile browser has a feature area where it outperforms other browsers by a factor of 10–40x. The Surface outperforms the iPhone on SVG by 30x. The iPhone outperforms the Surface on DOM interaction by 10x. There is significant […]

Linkdump for August 4th

by Rob Friesel

Building large apps with AngularJS Outstanding post by Jason Dobry about using AngularJS to do non-trivial UIs and about some of the latent challenges that you'll encounter when doing so. He's got quite a few interesting things to say, in particular about the common misperception that $scope is the model, some points about how to […]

Linkdump for August 2nd

by Rob Friesel

AngularJS Pain Points A write-up by Jaco Pretorius. I agree with him on the documentation, and I (admittedly, sadly) don't have enough experience with the testing aspect to have an opinion there, but I'd be willing to split hairs on the "overall complexity" complaint. Given my experience so far, I would say that the trivial […]

Linkdump for July 24th

by Rob Friesel

Making Maven Grunt. Fantastic Addy Osmani post with tips on integrating Grunt, Yeoman, and Bower into otherwise-Maven-based projects. Straightforward and useful. (tagged: Grunt Bower Maven Yeoman JavaScript ) JavaScript Isn’t Scheme I'm not going to quote it. Just read it. (Although by now you almost certainly have since I'm about 2 days behind on this […]

Linkdump for July 12th

by Rob Friesel

Do the right thing, Wait to get fired Brendan Sterne: In general these rules are better than the alternative – no guideposts or structure. They help new managers and teams to function effectively. They push employees to do things in a good way. But greatness rarely happens by following rules, process and structure. That is […]

Linkdump for July 8th

by Rob Friesel

Five Patterns to Help You Tame Asynchronous JavaScript Decent post by Jim Coward (writing for the Tech.pro blog) covering callbacks, the observer pattern, messaging, promises, and finite state machines — all as approaches to dealing with your async JavaScript. It's a decent read and is a fairly comprehensive survey. There is some nit-picking that can […]

Linkdump for July 3rd

by Rob Friesel

Building an iOS weather app with Angular and ClojureScript Kevin J. Lynagh on building the Weathertron app: …do the semantics of the library complement your application design? Or will build a Dr. Jekel / Mr. Hyde abomination of ClojureScript code doomed to emit painful, prototype-twiddling, mutation-happy JavaScript? Some cool solutions they came up with for […]

Linkdump for July 1st

by Rob Friesel

10 Monsters From Mythology You Do Not Want To Meet Vlad Vekshtein: So how did the Ichneumon defeat the dragon, whose very reputation conjures up pictures of fair maidens and burning villages and hordes of gold? Why, it crawls inside of it of course! (tagged: monsters research ) What’s new in F12 Tools (Preliminary) Sneak […]

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, […]