Posts

GCD (No, not that type of GCD)

So, you've got this great app that does some pretty awesome stuff.  However, some of that stuff takes time. Perhaps its a network call, complex calculation of image manipulation, potentially time consuming cache clearing. Whatever it may be, you've noticed that your application is starting to lag or becomes completely ...

Getting Shwifty!

So I've been using Swift for a while now. I started back at the end of 2014 and for the first while I essentially treated it like Objective-C with different syntax.  While functional, its not FUNCTIONAL. What I mean is that functions are first class citizens in swift and the ...

Count Your Many Blessings!

The Basics So, Enums may not be the coolest of features in any language, but I must say that they are pretty neat in Swift.  In most language they are a simple counting or listing device, used to create a set list of options.  In C, for example, enums are ...

In the Beginning…

Blah, blah, blah, blah.  So I'm a software developer. I love programming. I love the constant need to learn new things. I love learning those new things. I've decided to start sharing what I learn. Mostly for my sake. But perhaps it might be helpful to someone else out there ...