43 followers
I'm Dillon and I like to code. I code for work, I code for fun, I read about code and I think about code. I share some of that code here and I do my best to share the lessons I learn along the way.
Completion handlers are everywhere in Swift. They are commonly used in Apple's frameworks and many third-party libraries. They are often put forward...
The Kindling My journey to start developing software as my livelihood took a while. Looking back, I realize that I was always sort of around...
I ran into this cool little piece of functionality in Xcode the other day that helped me solve a real problem. I have never seen anyone mention that...
We all know how it goes when we are trying to get something working. We want to get there as fast as we can and we get focused on the "happy path"....
Swift has many features that allow us as the users of the language to customize how we write code, while still giving us all the protections of a...
I don't know about you, but I have spent a lot of time trying to write code in the shortest, most elegant way possible. I have put a lot of thought...