StoryboardInstantiable Protocol Extension
Ever since Apple allowed for splitting up Storyboards, I've been using it for organizing my code into smaller, more manageable modules rather than having one big, »
Ever since Apple allowed for splitting up Storyboards, I've been using it for organizing my code into smaller, more manageable modules rather than having one big, »
When making an iOS app you will find that there are many situations in which you want to show an alert or an action sheet to »
Countless articles have been written arguing whether the Singleton pattern is an anti-pattern or not. I'm not going to get into that argument, though I do »
I recently had a problem using serial type primary keys in PostgreSQL, where my seed scripts inserting rows would not update the nextval value of the »
I just merged a big change to the angular-client-side-auth repo, switching out the default Angular routing system, ngRoute, for UI-Router. UI-Router is an excellent project which »
As you may have gathered from the title, this is a follow-up to a post I wrote a some time ago regarding role-based authentication/authorization in »