Getting Started With the VIP Clean Architecture Pattern
Jan 31 2022 · Article (30 mins)
In this tutorial, you’ll learn how to utilize the VIP clean architecture pattern to develop apps for Apple pl...
more
Getting Started With the VIP Clean Architecture Pattern
In this tutorial, you’ll learn how to utilize the VIP clean architecture pattern to develop apps for Apple platforms while building a SwiftUI for ordering an ice cream.
iOS & Swift
Beginning Firebase for iOS
Oct 12 2021 · Video Course (1 hr, 0 mins)
Firebase is a mobile-backend-as-a-service that provides several features for building powerful mobile apps...
more
Beginning Firebase for iOS
Firebase is a mobile-backend-as-a-service that provides several features for building powerful mobile apps. Learn how to use the Firebase SDK in your SwiftUI apps, and leverage the power of two of Firebase’s core features: Cloud Firestore database and Authentication to build powerful apps without writing a single line of server code.
iOS & Swift
Resolver for iOS Dependency Injection: Getting Started
Jul 12 2021 · Article (25 mins)
Learn how to use Resolver to implement dependency injection in your SwiftUI iOS apps to achieve easily readab...
more
Resolver for iOS Dependency Injection: Getting Started
Learn how to use Resolver to implement dependency injection in your SwiftUI iOS apps to achieve easily readable and maintainable codebases.
iOS & Swift
Getting a Redux Vibe Into SwiftUI
Jun 28 2021 · Article (30 mins)
Learn how to implement Redux concepts to manage the state of your SwiftUI app in a more predictable way by im...
more
Getting a Redux Vibe Into SwiftUI
Learn how to implement Redux concepts to manage the state of your SwiftUI app in a more predictable way by implementing a matching-pairs card game.
iOS & Swift
SOLID Principles for iOS Apps
Jun 7 2021 · Article (40 mins)
SOLID is a group of principles that lead you to write clear and organized code without additional effort. Lea...
more
SOLID Principles for iOS Apps
SOLID is a group of principles that lead you to write clear and organized code without additional effort. Learn how to apply it to your SwiftUI iOS apps.
iOS & Swift
How To Make An App Like Instagram in iOS
Jun 3 2021 · Video Course (4 hrs, 11 mins)
Have you ever wanted to build an app like Instagram, from architecture to coding to the back-end server, b...
more
How To Make An App Like Instagram in iOS
Have you ever wanted to build an app like Instagram, from architecture to coding to the back-end server, but weren’t sure where to start?
In this course you will find out how to put all the pieces together to create an app from scratch.
iOS & Swift
SOLID in Real-World iOS Apps
Aug 11 2020 · Video Course (42 mins)
Get an overview of the SOLID code craft guidelines, how they apply to Swift code, and how you can refactor...
more
SOLID in Real-World iOS Apps
Get an overview of the SOLID code craft guidelines, how they apply to Swift code, and how you can refactor your current code towards them.
Combine Publishers have a new assign method that works with Published properties, and can also be integrat...
more
WWDC 2020: Combine & SwiftUI
Combine Publishers have a new assign method that works with Published properties, and can also be integrated with SwiftUI's new StateObject property wrapper.
iOS & Swift
Getting Started with the VIPER Architecture Pattern
Apr 20 2020 · Article (30 mins)
In this tutorial, you’ll learn about using the VIPER architecture pattern with SwiftUI and Combine, while bui...
more
Getting Started with the VIPER Architecture Pattern
In this tutorial, you’ll learn about using the VIPER architecture pattern with SwiftUI and Combine, while building an iOS app that lets users create road trips.
iOS & Swift
iOS MVVM Tutorial: Refactoring from MVC
Mar 2 2020 · Article (25 mins)
In this iOS tutorial, you’ll learn how to convert an MVC app into MVVM. In addition, you’ll learn about the c...
more
iOS MVVM Tutorial: Refactoring from MVC
In this iOS tutorial, you’ll learn how to convert an MVC app into MVVM. In addition, you’ll learn about the components and advantages of using MVVM.
iOS & Swift
MVVM with Combine Tutorial for iOS
Sep 2 2019 · Article (30 mins)
In this MVVM with Combine Tutorial, you’ll learn how to get started using the Combine framework along with Sw...
more
MVVM with Combine Tutorial for iOS
In this MVVM with Combine Tutorial, you’ll learn how to get started using the Combine framework along with SwiftUI to build an app using the MVVM pattern