How I setup this blog- Octorpresse Github.io, Custom Domain, theme This blog is: Running Octopress Hosted on github.io with custom domain options Setup the DNS entries using namecheap Installed this theme: foxslide All for the price of registering the domain at Go 2014-02-10 blogging
My Process for updating Octopress Theme TLDR: This is my general process of modifying code from Github (or other) that I use (could be an Octopress theme or a cocoapod or any other open source code one might use), all while maintaining the 2014-02-08 git > octopress
ObjC - Refactoring Animation Code How to maintain iOS animation code. When to use Core Animations vs UIView Animations. 2014-02-08 iOS > objective-c