found drama

get oblique

Tag Archives: JavaScript

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

announcing a2z

by Rob Friesel

A couple of weeks ago, I wrote a little JavaScript library called a2z for creating ranges of characters and published it to npm. I was inspired by a rather painful bit of code I had come across where each letter in the alphabet had been specified one at a time. While I could see that […]

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

review: Functional JavaScript

by Rob Friesel

Just like it says on the tin, Functional JavaScript (Michael Fogus 1; O’Reilly, 2013) is just that: a book about writing JavaScript in a functional style with Underscore.js as the foundational library to give you some of the higher-order functions you need to get started. 2 First, a disclosure: I have a very personal relationship […]

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