Software Development is Like Shaving in a Hurry
When it comes to shaving, I'm very old-school: I prefer to use a traditional manual razor rather than an electric razor. I get better results, but it definitely requires me to pay more attention and take a bit more care. Every now and then, when I'm … [Continue reading]
How to Create a Cross-Platform Utility Library for Xamarin
Creating shared utility libraries in a cross-platform Xamarin environment adds challenges when compared to creating standard single-platform libraries. This post shows the architecture I use to easily handle those challenges, with detailed steps and … [Continue reading]
Parse.com is Dead; Long Live Parse Server
Parse.com announced on January 28th that they will be shutting down. Although this is disappointing news, the way Parse is handling the shutdown is exemplary. They are giving their customers one full year's notice before they shut down their … [Continue reading]
Fixing Xamarin.iOS “Error: No installed provisioning profiles match the installed iOS signing identities”
So you just downloaded someone's code sample from GitHub, loaded it into Xamarin Studio on your Mac, started to build the app for the iOS Simulator ... and promptly got smacked by the big red error message saying "Error: No installed provisioning … [Continue reading]