Improve your code with the Swift Algorithms package
presented by Danijela Vrzan
You need to iterate over a collection of elements so you write a for loop. It&
Swift Package Manager at Scale (SPM @ DoorDash)
presented by Terry Latanville
DoorDash fully adopted the Swift Package Manager in 2022 after using CocoaPods for quite a while.
Easily Reuse Custom SwiftUI Design Elements With Swift Packages
presented by Vui Nguyen
Learn to build your own SwiftUI design library as a Swift package! Apply your own custom
SwiftUI to destroy the Publishing Industry
presented by Daniel Steinberg
When your controller, view model, or presenter needs to tell a SwiftUI view to refresh itself
Building accessibility into your company, team, and culture
presented by Sommer Panage
We often talk about how we as individual developers can make our apps and software more
Control your dependencies, don't let them control you.
presented by Brandon Williams
Dependencies are code in your application that talk to the outside, uncontrollable world. They make code
A Day in the Life of a SwiftUI View
presented by Chris Eidhof
Chris will take us through how a SwiftUI view is rendered, laid out and updated.