Each week on saturday I’m planning on sharing interesting small bits on technology, development and lifehacking I’ve gathered during the past week. Too small for a separate blog, too big for a tweet.

http://www.slideshare.net/HubSpot/the-hubspot-culture-code-creating-a-company-we-love?from=ss_embed
Very interesting slideshow with the core values of HubSpot. It’s about Solving For The Customer, being radically transparent and other great features. Via @lennardveldwijk.

http://www.slideshare.net/randfish/lessons-learned-building-moz-13603182
Another slideshow (less long than the previous slideshow) with a couple of interesting thoughts. I like #10: “The Price of Success is Failure After Failure After Failure”. Also via @lennardveldwijk.

http://blog.ronny.lt/blog/2012/11/05/managing-symfony2-web-assets-with-bower/
Get Bower to work with Symfony to manage web assets.

http://niklausgerber.com/blog/responsive-google-or-bing-maps/
Easy way to make Google Maps and other embeddable stuff responsive (like Youtube video’s)

http://nshipster.com/at-compiler-directives/
If you are an Objective-C dev, the NSHipster blog should be high up your reading list. The post mentioned is a great one on the different compiler directives in Objective-C (for non geeks: Objective-C is the programming language used to write iPhone, iPad and Mac Apps).

http://blog.sznapka.pl/testing-in-isolation-with-symfony2-and-webtestcase/
A great blog article on automating setting up your test database with Symfony.