## Summer Intern 2023 resources links and documents ### Dev Tools * XCode * SourceTree for code management * Postman for api collections purpose ### Accounts * Github account - create github account with DSG email address * Gmail account for getting UAT builds ### Programming language training resources * https://www.hackingwithswift.com/100/swiftui * https://docs.swift.org/swift-book/documentation/the-swift-programming-language/thebasics - To know more about swift language from official Apple documentation link * Swift * SwiftLint: https://realm.github.io/SwiftLint/rule-directory.html ### SwiftUI Topics to cover * Topics to cover - [x] View - [x] ViewModifiers - [x] VStack - [x] HStack - [x] ZStack - [x] NavigationView - [x] NavigationLink - [x] List - [x] EnvironmentObject - [x] ObservedObject - [x] ObservableObject - [x] StateObject - [x] State - [x] Binding - [ ] Combine - [x] async/await - [x] Unit Test **Imp Notes:** Create repo on github and upload each practice swiftUI tutorial as new project under your repo and share your repo link and updates on each day so reporting engineer will have updates on learning progress.