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://php-osx.liip.ch/
Not new, but a very easy way to get PHP 5.5 up and running on your Mac.

http://git-scm.com/book/en/
This is one of the go-to resources for working with Git. Make the terminal your friend!

http://parsedown.org/
Fast and consistent Markdown parser for PHP. Via @dimsav.

http://www.kickstarter.com/projects/alexklein/kano-a-computer-anyone-can-make
A great project if you wanted to know how to build a computer.

http://www.cocoanetics.com/2013/01/unit-testing-coredata-migrations/
Talked with a couple of guys last week who suffered a common problem: a crashing core data migration. This great article is about setting up a unit test for your core data migrations. Even if you are not using unit tests in the rest of your project, you should for your core data migrations!