talk

Jun
14
Improve your code with the Swift Algorithms package

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&
Jun
06
Swift Package Manager at Scale (SPM @ DoorDash)

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.
Jun
05
Easily Reuse Custom SwiftUI Design Elements With Swift Packages

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
Jun
04
SwiftUI to destroy the Publishing Industry

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
Jun
03
Building accessibility into your company, team, and culture

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
1 min read
Jun
02
Control your dependencies, don't let them control you.

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
Jun
01
A Day in the Life of a SwiftUI View

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.