S03E06: Builder Pattern for safer Swift code | Professional iOS Engineering Series

S03E06: Builder Pattern for safer Swift code | Professional iOS Engineering Series

Learn how to use the Fluent Builder Pattern to make illegal states unrepresentable in your iOS/Swift codebases.

Read More

S03E05: Dependency Injection Patterns Applied in iOS apps | Professional iOS Engineering Series

S03E05: Dependency Injection Patterns Applied in iOS apps | Professional iOS Engineering Series

Learn how to apply dependency injection principles and patterns in practice - including UIKit and SwiftUI!

Read More

S03E04: Architectural Patterns Applied in iOS apps | Professional iOS Engineering Series

S03E04: Architectural Patterns Applied in iOS apps | Professional iOS Engineering Series

Learn how to apply design principles and patterns in practice, including the SOLID principles and the Abstract Factory, Adapter, Strategy, and Dependency Injection patterns.

Read More

S03E03: SwiftUI List and Recursive Navigation | Professional iOS Engineering Series

S03E03: SwiftUI List and Recursive Navigation | Professional iOS Engineering Series

Learn how to create scrollable content with SwiftUI's List view and how to implement a recursive navigation flow.

Read More

S03E02: Test-driving SwiftUI logic | Professional iOS Engineering Series

S03E02: Test-driving SwiftUI logic | Professional iOS Engineering Series

Learn how to move logic out of SwiftUI views so you can test-drive it with fast and reliable unit tests.

Read More

S03E01: How SwiftUI fits in a Clean Architecture | Professional iOS Engineering Series

S03E01: How SwiftUI fits in a Clean Architecture | Professional iOS Engineering Series

Learn how to migrate to SwiftUI incrementally as we migrate away from UIKit UIViewControllers.

Read More

Testing code that uses DispatchQueue.main.async | iOS Lead Essentials Community Q&A

Testing code that uses DispatchQueue.main.async | iOS Lead Essentials Community Q&A

In this episode, Caio replies to a question we received from Tulio in the private iOS Lead Essentials Slack community: "How can I test code that dispatches work to the main DispatchQueue asynchronously? If I remove the thread handling code, my test succeeds."

Read More

Better iOS dev skills, better projects, better career Q&A | iOS Lead Essentials Podcast #021

Better iOS dev skills, better projects, better career Q&A | iOS Lead Essentials Podcast #021

In this podcast, we share 5 stories we've received from iOS developers who are pursuing better iOS projects to achieve a better iOS dev career.

Read More

Thriving as a remote iOS dev: Be productive & work from anywhere | iOS Lead Essentials Podcast #019

Thriving as a remote iOS dev: Be productive & work from anywhere | iOS Lead Essentials Podcast #019

This podcast is all about remote work! Working from home can be great, but it's also challenging. We know that because we've been working from home for many years. And in this episode, we'll share our experience as we reply to questions we received from the community.

Read More

S02E20: New iOS Quiz App Architecture Overview | Professional iOS Engineering Series

S02E20: New iOS Quiz App Architecture Overview | Professional iOS Engineering Series

In this episode, we finish the migration and have an overview of the new iOS Quiz app architecture.

Read More