I often find myself looking for a Unix or Linux command in the shell, not quite sure which command I want, but knowing the rough area or purpose of what I'm trying to do. For example, I know it has to do with listing or manipulating processes, or adjusting the way sudo works.
I just stumbled upon a great list of Unix commands, the Unix Toolbox, which is organized exactly for my scenario. w00t! Bookmark it.
Back in 2014, we wrote a post about how we were using CocoaPods to Modularize our iOS app. With our latest iOS app we released a few months ago, we ...