Swift Programming profile picture

Kodeco Podcast: Making Seats at the Table (V2, S2, E10) [FREE] We dig down deep as the entire podcast team is joined by Manda Frederick, formerly with Women who Code, and Aaron Douglas, head of Figma’s Desktop app engineering. We discuss the essential topics surrounding bias in the workplace.
https://www.kodeco.com/4523571....6-kodeco-podcast-mak


Discover the world at Altruu, The Discovery Engine
    Swift Programming profile picture

Shared State in Practice: isowords, Part 2 Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account.

---

We conclude the series by stretching our use of the `@Shared` property wrapper in isowords to two more features: saved games and user defaults. In the process we'll eliminate hundreds of lines of boilerplate and some truly gnarly code.
https://www.pointfree.co/episo....des/ep280-shared-sta


Discover the world at Altruu, The Discovery Engine
    Swift Programming profile picture

Shared State in Practice: isowords, Part 1 Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account.

---

Let's apply the Composable Architecture's new state sharing tools to something even more real world: our open source word game, isowords. It currently models its user settings as a cumbersome dependency that requires a lot of code to keep features in sync when settings change. We should be able to greatly simplify things with the `@Shared` property wrapper.
https://www.pointfree.co/episo....des/ep279-shared-sta


Discover the world at Altruu, The Discovery Engine
    Swift Programming profile picture

Kodeco Podcast: UIKit to SwiftUI (V2, S2, E9) [FREE] After finding our way from XML to Jetpack Compose; Suz and Dru invite Danijela Vrzan to join them to help us see this from the iOS point of view and see the transition between UIKit and SwiftUI.
https://www.kodeco.com/4511654....5-kodeco-podcast-uik


Discover the world at Altruu, The Discovery Engine
    Swift Programming profile picture

Protocols in iOS Object-Oriented Programming [FREE] Object-Oriented Programming (OOP) and protocols are two complementary paradigms in Swift. Learn how to combine them to build apps that are robust, flexible and easy to maintain.
https://www.kodeco.com/4490779....9-protocols-in-ios-o


Discover the world at Altruu, The Discovery Engine