Server Side Swift Using Vapor 4 in iOS
Server Side Swift Using Vapor 4 in iOS, available at $79.99, has an average rating of 4.65, with 77 lectures, based on 238 reviews, and has 1218 subscribers.
You will learn about Server side programming using Swift Language Develop JSON API using Swift and Vapor Implement server pages using Vapor Running Swift on the cloud using Vapor This course is ideal for individuals who are Existing Swift developers who wants to take their skills to the cloud or Developers interested in building a backend using Swift or Developers interested in building a full stack app using Swift It is particularly useful for Existing Swift developers who wants to take their skills to the cloud or Developers interested in building a backend using Swift or Developers interested in building a full stack app using Swift.
Enroll now: Server Side Swift Using Vapor 4 in iOS
Summary
Title: Server Side Swift Using Vapor 4 in iOS
Price: $79.99
Average Rating: 4.65
Number of Lectures: 77
Number of Published Lectures: 77
Number of Curriculum Items: 77
Number of Published Curriculum Objects: 77
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Server side programming using Swift Language
- Develop JSON API using Swift and Vapor
- Implement server pages using Vapor
- Running Swift on the cloud using Vapor
Who Should Attend
- Existing Swift developers who wants to take their skills to the cloud
- Developers interested in building a backend using Swift
- Developers interested in building a full stack app using Swift
Target Audiences
- Existing Swift developers who wants to take their skills to the cloud
- Developers interested in building a backend using Swift
- Developers interested in building a full stack app using Swift
Are you interested in learning how to write a complete backend API using Swift?
Swift on the server is the future of iOS development. And now you can learn it from the comfort of your home.. in your own time.. without having to attend class.
My name is Mohammad Azam, creator of many popular online courses including Mastering MapKit in iOS Using Swift and Creating Stickers and iMessages Applications in iOS 10 Using Swift 3, SwiftUI – Declarative Interfaces for Any Apple Device and many more courses.
I have created over 2 dozens apps and some of my apps were even featured by Apple on the App Store. I have worked with fortune 500 companies as a lead iOS developer and helped them grow their business ten folds. At present I am a full time iOS Instructor at DigitalCrafts where I teach users how to create amazing applications.
What’s stopping you from signing up to today?
-
You don’t have enough time: Not a problem at all. We have designed the course so you can learn everything you need to know in less than 8 hours.
Here are some of the reviews from our previous courses:
“His course is AWESOME very detail instructions.”
“Mohammad Azam has an excellent teaching style which makes it easy & fun to comprehend these Swift features in such a short course & he explains the concepts in more detail & clarity than most instructors. Plus, his videos are well prepared & he’s very articulate. I hope he will create more courses.”
“Excellent teaching. Just perfect!!!”
Buy this course today and this is what you’ll get.
Firstly, I am using Xcode 11.5 with Swift 5.0 for this course. I will show you how to build real apps that consume the Vapor backend service.
The course is accompanied with all the code sample files.
Can you believe you get all this (and more) for just $195?
“Awesome class for really learning how to setup and implement MapKit in your iOS apps using swift. Def. one of the best classes I’ve taken on Udemy. Looking forward to more classes offered by Mohammad Azam. A++ class”
Why learn Server Side Swift?
-
Swift has taken the world of programming by storm. It is one of the most fastest growing languages available. Cloud computing is changing the world everyday and now you can use the power and the simplicity of the Swift language to create Cloud enabled applications.
-
Vapor will allow you to create backend services which can be consumed by iOS, Android, Windows and Web Applications.
-
By using server side Swift using Vapor you will have complete control over your deployment process and strategy.
Who is this for?
This course is for anyone who wants to take their skills to the next level. Server side Swift is a new technology and companies will be jumping on it in the future to create their backend systems. Server side Swift can also help you to earn higher salary since now you know how to write a complete backend from scratch.
Is this course right for me?
Look: if you are still not convinced then I urge you to check out my 5 star reviews in other courses. I am a well known developer in the iOS community with a large following. I do a lot of speaking engagements in which I spread knowledge and education.
I am confident that you will enjoy the course and you will utilize the knowledge you learned in this course in your future applications.
What are the requirements?
-
A Mac Computer
-
Xcode 11.5 or above and Swift 5.0
-
Basic understanding of the Swift language and the iOS SDK – I’ll teach you everything you need to know about server side Swift using Vapor
What am I going to get from this course?
-
Create backend services and API using server side Vapor framework
-
Learn to create server side pages using Swift and Vapor
-
Integrate a SwiftUI app with Vapor backend and PostgreSQL database
-
Remove the dependency on third party frameworks and non-iOS technologies
-
Become a professional app developer, take freelance gigs and work from anywhere in the world
-
Bored with the same old, same old? Apply for a new job in a software company as an iOS developer
Who is the target audience?
-
Anyone who wants to be an app developer: This is a complete course, just like my Complete MapKit, iMessages and Swift courses.
-
Anyone who wants to learn to code: Server side Swift is the future and the future is right NOW.
-
Anyone who wants to understand how computers work: Learning to code is so much more than being able to make apps – knowing how computers work is your key to a hugely powerful world.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Prerequisites
Lecture 3: Exercise Files
Lecture 4: MUST WATCH: Vapor Beta and Release Candidate
Chapter 2: Getting Started with Vapor 4
Lecture 1: What is Vapor?
Lecture 2: Installing Vapor
Lecture 3: Hello Vapor
Lecture 4: Setting Up a Custom Working Directory
Lecture 5: Understanding Vapor Project Structure
Lecture 6: Resource: Vapor 4 Documentation
Chapter 3: Routing
Lecture 1: What are Routes?
Lecture 2: Basic Route
Lecture 3: Nested Routes
Lecture 4: Route Parameters
Lecture 5: Matching Anything Routes and CatchAll Routes
Lecture 6: Query Strings
Lecture 7: Route Groups
Lecture 8: Exercise Files
Chapter 4: Controllers
Lecture 1: What are Design Patterns?
Lecture 2: What is MVC Design Pattern?
Lecture 3: Implementing Controllers in Vapor
Chapter 5: JSON
Lecture 1: Returning JSON
Lecture 2: Returning Custom Object Object as JSON
Lecture 3: Posting JSON Data
Chapter 6: Configuring Fluent and PostgreSQL Drivers for Vapor
Lecture 1: Installing PostgreSQL Database
Lecture 2: What is Fluent ORM?
Lecture 3: Adding Fluent Package to New Vapor Project
Lecture 4: Adding Fluent Package to Existing Vapor Project
Lecture 5: Installing Postico and POSTMAN
Lecture 6: Resources
Chapter 7: Performing CRUD Operations (Create Read Update Delete) on PostgreSQL Database
Lecture 1: Creating Movies Table Using Migration
Lecture 2: Implementing Movie Model
Lecture 3: Saving Movie
Lecture 4: Get All Movies and Get Movie by Id
Lecture 5: Updating Movie
Lecture 6: Deleting Movie
Chapter 8: Managing One-to-Many Relationships
Lecture 1: Understanding One-to-Many Relationship
Lecture 2: Adding Review Model
Lecture 3: Creating Review Migration
Lecture 4: Adding Relationships in Movie and Review Models
Lecture 5: Saving a New Review
Lecture 6: Retrieving Movie with all Reviews
Chapter 9: Managing Siblings (Many-to-Many) Relationships
Lecture 1: Understanding Many-to-Many Relationship
Lecture 2: Adding Actor Model
Lecture 3: Adding MovieActor Model as a Pivot
Lecture 4: Creating Migrations for Actor and MovieActor Models
Lecture 5: Adding Relationships in Movie and Actor Model
Lecture 6: Creating a New Movie and Actor
Lecture 7: Attaching Actors to a Movies (Many to Many Relationship)
Lecture 8: Fetching Many to Many Relationships
Chapter 10: Leaf Templates
Lecture 1: What is covered in this section?
Lecture 2: Server Side Pages vs Client Side Pages
Lecture 3: What are Leaf Template Pages?
Lecture 4: Resources: Leaf Templates
Lecture 5: Configuring and Displaying a Leaf Page
Lecture 6: Passing Data to Leaf Page
Lecture 7: What is Base Page/Master Page/Base Layout?
Lecture 8: Implementing Base Layout
Lecture 9: Posting Data Using Vapor Leaf Templates
Chapter 11: The App Architecture – Movies App
Lecture 1: Understanding SwiftUI Movies App
Lecture 2: Understanding Vapor Server
Lecture 3: Starter Project for SwiftUI
Chapter 12: Performing CRUD Operations – Movies App
Lecture 1: Adding Migration to Add Poster Column to the Database
Lecture 2: Implementing MoviesController Create Action
Lecture 3: Performing Create Request from SwiftUI App
Lecture 4: Implementing GetAll in MoviesController
Lecture 5: Displaying All Movies in SwiftUI App
Lecture 6: Close Modal After Adding Movies and Updating Movie List
Chapter 13: Adding Relationships – Movies App
Lecture 1: What we will be building in this section?
Lecture 2: Display Movies Details Screen
Lecture 3: Deleting a Movie
Lecture 4: Implementing Add Review Server Side
Lecture 5: Performing Add Review Request from SwiftUI App
Lecture 6: Getting All Reviews by MovieId
Lecture 7: Displaying All Reviews for Movie in SwiftUI App
Chapter 14: Conclusion
Lecture 1: Whats Next
Lecture 2: Bonus
Instructors
-
Mohammad Azam
Apple Featured iOS Developer and iOS Instructor
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 18 votes
- 4 stars: 67 votes
- 5 stars: 152 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024