A new talk introducing advanced techniques with the Objective C runtime and assessing their relevance in an increasingly Swifty world.
Read more »
If you’ve ever heard of the term Graph Theory, surely you’re acquaintance with the Dijkstra’s Algorithm.
If you’re not, it’s all right! This article includes everything you need to know. See the… (more…)
Read more »
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner. (more…)
Read more »
After doing web development since PHP4.1, I almost gave up and decided to learn Ruby and Ruby on Rails. Then I discovered Laravel two years ago and have been using it since. I have also been developing Swift and Objective-C for iOS and macOS and released (more…)
Read more »
Reference documentation should be searchable, linkable, and ideally integrated into IDEs. A badly structured book isn’t good enough. (more…)
Read more »