Category Archives: Programming

Sketchnotes of the Model-View-Controller Paradigm

Sketchnotes of the Model-View-Controller Paradigm

I’m continuing my entry back into the world of computer programming with some sketchnotes of another lynda.com video – this time focusing on the model-view-controller paradigm.  The MVC paradigm helps you as a programmer keep the components of a computer program separated in a way that allows flexibility so that a change in one componentContinue Reading

Sketchnotes of the Objective-C Refresher Video from Lynda.com

Sketchnotes of the Objective-C Refresher Video from Lynda.com

I’m gearing up for more iOS app development in the near future, and in the pursuit of clean code I decided to start sketchnoting a recent video series from Lynda.com – iOS SDK Essential Training (2012).  The sketchnotes above are from the Objective-C Refresher section of the course, which provided a helpful recap of theContinue Reading

Should I Build This App?

Should I Build This App?

The more accurate question is: Should I rebuild this app?  I developed the concept shown in the image above a few years back and threw it up on the app store.  But I was a crappy coder back then, so I want to rebuild it from the ground up.  I also want to add myContinue Reading