found drama

get oblique

Tag Archives: SCSS

from 10 seconds to 3 seconds

by !undefined

Switching Ghost From Ruby Sass to Libsass:

Paul Davis (Front-End Architect at Ghost) on how they dropped the Ruby dependency from the project and moved Ghost’s SCSS compilation to Libsass.

At the end of the piece I’m still left wondering what (if any) changes they needed to make in the SCSS source itself to support the switch, but seeing the details about how they switched up their compilation was useful.

Linkdump for June 6th

by Rob Friesel

JavaScript Memory Profiling Oriented toward profiling in the Chome Dev Tools, but the underlying principles hold true across browsers. Lots of detail in here. (tagged: JavaScript performance memory garbage collection profiling ) Script-injected "async scripts" considered harmful Ilya Grigorik: The inline JavaScript solution has a subtle, but very important (and an often overlooked) performance gotcha: […]

Linkdump for March 16th

by Rob Friesel

Silicon Valley’s Youth Problem Written by Yiren Lu for NYTimes.com; such a great piece. This pull quote doesn't quite summarize it, but it comes close: Since the acquisition, Biswas, who is 32, has fought to retain the spirit of the vanguard, but his struggle reveals an implicit fear — that young engineers might be willing […]

Linkdump for February 6th

by Rob Friesel

DalekJS "Automated cross browser testing with JavaScript" … like a not-so-clunk Selenium, perhaps? Looks like an interesting project and worth coming back around to. (tagged: DalekJS browser automation testing ) Extending silent classes in Sass Harry Roberts outlines a technique for using Sass %placeholders that "shadow" their classes, allowing you to better control the output […]

Linkdump for May 29th

by Rob Friesel

Sass Style Guide By Chris Coyier, writing at CSS-Tricks. I largely agree with this list, but I'm not sure I get the assertion that you should put @includes after "regular" styles. If you're ordering the CSS properties according to some specific scheme (e.g., Zen Ordering) then wouldn't you want the output of your mixins to […]

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 August 24th

by Rob Friesel

AngularJS "Superheroic JavaScript MVW Framework" I'd heard of AngularJS before today but I hadn't actually checked out their site before. While we're on the subject of "minimum viable snippets"… wow: what a landing page. (tagged: AngularJS JavaScript ) Minimum Viable Snippet @fogus: An important point about #3 is that under no circumstances should the Minimum […]

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 31st

by Rob Friesel

Sass Tutorials A video series on YouTube re: using Sass. (tagged: video SCSS CSS Sass ) Dad and The Ten Commandments of Egoless Programming By Stephen Wyatt Bush. Good advice, no matter what field you're in. (tagged: essay advice programming ) Prismatic Architecture: Using Machine Learning on Social Networks to Figure Out What You Should […]