├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Muhammad Alkhalaf 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Udacity iOS Nanodegrees 2 | 3 | [Udacity](https://www.udacity.com/) offers great content for iOS Programming in their 4 | Nanodegree programs. If you don't have the money you can take 5 | same of the courses for free (but without certificate). 6 | The skills you learn in this 7 | Nanodegree program will accelerate your journey to becoming a working 8 | iOS Developer. this program teaches the tools, principles, and patterns that underlie all iOS 9 | development. 10 | 11 | 1. [Swift for Beginners: The First Step in Building Apps](https://www.udacity.com/course/swift-for-beginners--ud1022) 12 | 1. [Swift for Developers: Your Next Programming Language](https://www.udacity.com/course/swift-for-developers--ud1025) 13 | 1. [Learn Swift Programming Syntax](https://www.udacity.com/course/learn-swift-programming-syntax--ud902) 14 | 1. [iOS App Development with Swift](https://www.udacity.com/course/intro-to-ios-app-development-with-swift--ud585) 15 | 1. [UIKit Fundamentals: Learn the iOS User Interface Library ](https://www.udacity.com/course/uikit-fundamentals--ud788) 16 | 1. [iOS Networking with Swift: Web Services, APIs, and JSON ](https://www.udacity.com/course/ios-networking-with-swift--ud421) 17 | [Source Code](https://github.com/udacity/ios-nd-networking) 18 | 1. [iOS Persistence and Core Data](https://www.udacity.com/course/ios-persistence-and-core-data--ud325) 19 | 1. [How to Make an iOS App](https://www.udacity.com/course/how-to-make-an-ios-app--ud607) 20 | 1. [Grand Central Dispatch (GCD)](https://www.udacity.com/course/grand-central-dispatch-gcd--ud576) 21 | 1. [AutoLayout: Using Constraint-Based Design](https://www.udacity.com/course/auto-layout--ud1026) 22 | 1. [Building iOS Interfaces: Designing for Mobile](https://www.udacity.com/course/building-ios-interfaces--ud1027) 23 | 1. [Mobile Design and Usability for iOS](https://www.udacity.com/course/mobile-design-and-usability-for-ios--ud1034) 24 | 1. [iOS Design Patterns: Common Problems, Common Solutions](https://www.udacity.com/course/ios-design-patterns--ud1029) 25 | 1. [Data Structures & Algorithms in Swift](https://www.udacity.com/course/data-structures-and-algorithms-in-swift--ud1011) 26 | 1. [Xcode Debugging](https://www.udacity.com/course/xcode-debugging--ud774) 27 | 1. [Passwordless Login Solutions for iOS](https://www.udacity.com/course/passwordless-login-solutions-for-ios--ud1028) 28 | 1. [Firebase in a Weekend: iOS](https://www.udacity.com/course/firebase-in-a-weekend-by-google-ios--ud0351) 29 | 1. [Continuous Integration and Deployment: Seamless Mobile Development](https://www.udacity.com/course/continuous-integration-and-deployment--ud1030) 30 | 1. [Core ML: Machine Learning for iOS](https://www.udacity.com/course/core-ml--ud1038) 31 | 1. [Learn ARKit using Swift](https://www.udacity.com/course/learn-arkit-using-swift--ud116) 32 | 1. [Firebase Analytics: iOS](https://www.udacity.com/course/firebase-analytics-ios--ud353) 33 | 1. [iOS Interview Prep](https://www.udacity.com/course/ios-interview-prep--ud240) 34 | 1. [Server-Side Swift](https://www.udacity.com/course/server-side-swift--ud1031) 35 | 1. [Objective-C for Swift Developers](https://www.udacity.com/course/objective-c-for-swift-developers--ud1009) 36 | 37 | --------------------------------------------------------------------------------