Caching Diagram
I was asked about how we do caching here at HauteLook, so I made this little diagram. Enjoy.
View ArticleHTML5/CSS3 Meetup, Nov. 2011
I attended the Los Angeles HTML5/CSS3 meetup on 11/14/11 and it was awe-inspiring. It was a packed house that didn’t end until after 11pm. I wanted to share some highlights: The first speaker was...
View ArticleOptimize and Build a Backbone.js JavaScript application with Require.JS using...
When a JavaScript application is too complex or large to build in a single file, grouping the application’s components into packages allows for script dependencies to download in parallel, and...
View ArticleVertebrae front-end framework built with Backbone.js and RequireJS using AMD
Vertebrae provides AMD structure and additional objects for extending Backbone.js as an application framework. Github source : https://github.com/hautelook/vertebrae The plan: build an application,...
View ArticleHauteLook Dynamics – Plugged-in Behavior at Runtime
HauteLook Dynamics is our proprietary system which allows us to alter our live website without releasing a code change. We can quickly and easily augment or even replace existing functionality. We have...
View ArticleFluent Conf: Maintainable JavaScript
Nicholas C. Zakas (WellFurnished) @slicknet Code Style / Programming Practices Below are my notes from Zakas’ presentation at Fluent Conf; slides can be viewed with slideshare. Why Write Maintainable...
View ArticleSoftware Performance Testing
This is a followup to my December post on performance testing. View Performance Testing on Scribd
View ArticleMaking the Case Moving from Selenium RC to WebDriver
Over the past year we have been using Selenium RC to drive our front end testing automation. We were quite happy using RC as it’s well supported, documented and stable. Frankly it does what we need it...
View Article