found drama

get oblique

Tag Archives: testing

Linkdump for January 26th

by Rob Friesel

Quinoa bad for Bolivian and Peruvian farmers? Ignore the media hand-wringing. Ari LaVaux, writing for Slate Magazine. tl;dr: It's OK to buy quinoa, just do everyone the favor of looking for Fair Trade, sustainably cultivated quinoa. (tagged: politics food economics sustainability quinoa ) Writing Testable Frontend Javascript Part 1 – Anti-patterns and their fixes Shane […]

Linkdump for January 15th

by Rob Friesel

Filling in Python’s gaps in statistics packages with Rmagic Randal S. Olson on Rmagic, a tool that allows you to execute R code more/less from within your Python scripts: Rmagic lets me pass my data to R, run the R function on the data, then seamlessly return the data back to Python before I start […]

Linkdump for January 3rd

by Rob Friesel

Testing Grails – A Collection of Useful Resources Compiled by Tomás Lin. Some familiar, some new, some practically useless, some awesome. (tagged: testing Grails ) What We’ve Really Lost to the Fiscal Cliff: A Sense of Form Nancy Scola, writing for The Atlantic: But the approval of the Sunday-night resolution suggests that, no matter what […]

Linkdump for December 24th

by Rob Friesel

Huddle/PhantomCSS More awesome stuff you can do with PhantomJS: CSS regression testing. An integration of js-imagediff with PhantomJS and CasperJS for automating visual regression testing and test coverage of Website styling to support refactoring of CSS. (tagged: testing CSS PhantomJS JavaScript ) Complexity Analysis of JavaScript Code Ariya Hidayat, on the JSComplexity tool. The briefest […]

Linkdump for October 8th

by Rob Friesel

WebPlatform Docs Looks very promising. MDN has been my go-to for answers like this for the past couple of years, but with all those organizations working together (Mozilla included) it could turn into the new canonical source. (tagged: reference documentation JavaScript SVG HTML CSS web ) Programmer Competency Matrix Some of this seems useful. Some […]

Linkdump for September 30th

by Rob Friesel

The Flawed Theory Behind Unit Testing By Michael Feathers. My "tl;dr" take-away: testing for the sake of testing is useless unless you're using the tests as an exercise in critiquing and scrutinizing your code and the intent behind it. (tagged: testing Michael Feathers ) Setting Up a Command Line Clojure App Mike Ebert, writing at […]

Linkdump for August 8th

by Rob Friesel

Getting Bitwise with JavaScript At the Bocoup blog. Rebecca's posts are almost always fantastic, and this one is particularly fantastic in its raw giddy nerdery. (Who doesn't want to gush over bitwise operators?) (tagged: Johnny Five Arduino JavaScript bitwise operators Rebecca Murphey ) Leak Finder By Marja Hölttä and Jochen Eisinger (Chrome team, Munich), writing […]

Linkdump for July 18th

by Rob Friesel

DevRates "Open source reviews by real users" (via @kheiligh) (tagged: open source ) Lessons for devs from a responsive build Peter Gasston, writing at Broken Links. (tagged: media query responsive design mobile first ) Bless Bless provides an elegant solution to a lesser-known bug in Internet Explorer which causes CSS to be completely ignored. (tagged: […]

Linkdump for June 19th

by Rob Friesel

Single-direction margin declarations By Harry Roberts, writing at CSS Wizardry: I’m not sure how I arrived at this rule, but I’m really glad I did and I would likely never ever change it. The basic premise is that you should try and define all your margins in one direction. This means always use margin-bottom to […]