This is one of the best WWDCs that I have ever seen if not the absolute best to date. I don’t say that lightly. Coder Radio know what I have been fairly critical of WWDCs and past apple events in general over the past four or so years. This time they nailed. Sure the...
Programming Pitfalls: Circular Imports in Objective-C
I spend a lot of time in XCode working in Objective-C for iOS and Mac OS X projects. In many ways, Objective-C has become my "native language" in terms of programming languages. Still, that doesn't mean that I can't make really silly mistakes when working in that...
MDNetworking: My Little Networking Lib
Disclaimer: This is in no way a 1.0 codebase and I strongly recommend against you using this in production. Summary: MDNetworking is a small Apache 2.0 licensed Cocoa / Cocoa Touch library. It is intended to be suitable for use on iOS7+ and Mac OS X 10.8+ but it may...
Pallet Town: Intro to AFHTTPClient Part 1
Welcome to Pallet Town! Pallet town is going to be an ongoing bi-weekly look at various development technologies and techniques from the perspective of someone new to that technology. For those who might know or (God forbid) are too young to get the reference, Pallet...
UILocalNotification 100
There are a lot of cases where you will want to notify your user of some event of reminder without actually setting a formal alarm in their Alarm app. The standard solution most developers seem to take in these situations is to setup something like Urban Airship and...
A Look at PFQuery
Querying data is a pretty common task for most if not all mobile apps. iOS and Android have made the work pretty easier for developers, but Parse has thrown their hat into the ring to make it even easier for developers who choose to use their development tools and...
More from Mike:
Sunday Funday Learn to Code for Kids 8-12
One of the...
Pallet Town: Rails Concerns
As you dive deeper...
ETL: Load
Last week we...
Surfing the WSL Wave
With Summer coming...