Book Image

Mastering Swift 5 Programming [Video]

By : Cecil Costa
Book Image

Mastering Swift 5 Programming [Video]

By: Cecil Costa

Overview of this book

<p>Swift is the definitive language for Apple development today. It's a vital part of any iOS and macOS developer's skillset, helping them to build the most impressive and popular apps on the App Store the sort of apps that are essential to iPhone and iPad users every day. </p><p>In this course, you'll find the key features of Swift 4.x and quickly learn how to use the newest updates to your development advantage. From Objective-C interoperability and ARC to closures and concurrency, this advanced Swift guide will develop your expertise and help you become fluent in this vital programming language. </p><p>You'll gain an in-depth knowledge of some of the most sophisticated elements of Swift development, including protocol extensions, error-handling, and concurrency. You'll implement the power of protocol-oriented programming to write flexible and easier-to-manage code. </p><p>By the end of this course, you’ll be well acquainted with Swift and other essential tools, and you will be ready to tackle advanced iOS and macOS applications with Swift. </p><p> </p><p>All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/Mastering-Swift-5-Programming</p>
Table of Contents (8 chapters)
Chapter 7
Server-Side Swift with Vapor
Content Locked
Section 1
Getting Started with Vapor
This video aims to explain few features of Vapor and how to install it? - Non-root installation and Install Vapor - Generate a project - Compile and Run