They say that a typical software engineer's blog has only two posts: "Hello world!" and "Sorry I haven't posted in a while". While not to this extreme, my blog is certainly not what I would call consistent. Well, I have just spun up this new website and I hope to post more about the current state of software engineering here — and maybe even some random tidbits. We'll see how that goes!
#meta
#introduction
1 min read
One of the most common UI idioms for mobile applications is to have a button be disabled and overlaid with a spinning activity indicator after the user taps it. This is a nice way to not only let users know something is happening and they should wait, but this also prevents the user from tapping the button multiple times thus triggering whatever the button is supposed to trigger more times than it should.
#iOS
#development
#code snippets
#cookbook
#UI
#swift
#UIKit
7 min read
Hiring an iOS developer (or any software developer) can be a daunting task. Usually when a company feels the need to hire a developer, they should already be actively looking for candidates and, more often than not, haven't started doing that.
#iOS
#development
#pragmatism
#interviews
#hiring
6 min read
One of the original flamewar materials in the iOS development community
#iOS
#development
#pragmatism
#tools
5 min read