SwiftUI Navigation Menu


This is my implementation of a SwiftUI slide navigation menu. I build upon a similar model developed by Programming with Swift and provides an idea for other navigation ideas.

See the full post.

Swift DynamoDB Integration


This post details a DynamoDB integration into a SwiftUI app. This is accomplished through ObservableObject integration and some modified AWS documentation.

See the full post.