Ok, i just started getting my feet wet in this but here is the scoop! Git is a versioning technology which allows you to create multiple versions of your project much like TimeMachine on your Mac. The whole point behind it is that at any time you can go back to a specific project mod and retake it from there. The first step is to GITTIFY your folder. You can either do this manually from the command line or from Xcode by creating a new project and check marking the Use Git Repository option. Since you are using Xcode simply check the box for Git in your new project. Now… Read More
Continue ReadingPointers, Leaks, Memory Management…objC
Ive been coding for about 2 years now and i recently understood something which has helped me a great deal so i wanted to share it with you. First let me just expose my learning path so you can determine if its comparable to yours and decide if this article may be of help or just good for a few laughs 🙂 Little HS and College programming background. Biochem (heavy math and science background). Picked up HTML and ASP on my own with books and online sites. Did that for about 4 years. Picked up iOS at 3.0 and started out using stanfords free online course and made a… Read More
Continue Reading