My Favorite %$^#&!@ Swift Sites

Swift has a lot of different syntaxes that are not necessarily used on a daily basis and can be difficult to remember. There are a great series of websites that summarize many of these Swift nuances, as well as date formatting and and FormatStyle.

SwiftUI can be a bit... eager

SwiftUI gives you a huge advantage in writing your own applications. But there are some things you should be aware of when it comes to NavigationLink!

Some Interesting Articles

A few interesting articles: Designing a Declarative api, Swift 6 Migration, Peak UIKit, and HealthKit.

Interacting with Endpoints (Updated)

If your application talks to a server to get data, you're going to need to interface with server endpoints. Here is an introduction to one way to interact with endpoints. Now updated with source code and an example!