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://produx.co/
A great resource for people who make products.

http://youmightnotneedjquery.com/
At the very least, make sure you know what jQuery is doing for you, and what it's not. Some developers believe that jQuery is protecting us from a great demon of browser incompatibility when, in truth, post-IE8, browsers are pretty easy to deal with on their own.

http://chadfowler.com/blog/2014/01/26/the-magic-of-strace/
Strace is a command line tool which lets you trace the system calls and signals received by a given process and its children.

http://dev.hubspot.com/blog/architecting-a-large-ios-app-with-cocoapods
Good article on structuring a larger iOS with CocoaPods.