Workshop Recording – Introduction to Vapor in Swift

Take your Swift skills to the cloud!

Welcome to the Introduction to Server Side Swift Workshop!

What you’ll learn

  • Understand routing concepts and endpoint organization..
  • Extract parameters from URLs and query strings..
  • Group routes for better management..
  • Learn Model-View-Controller design pattern..
  • Segregate data logic (Model), presentation layer (View), and application logic (Controller)..
  • Improve maintainability and scalability..
  • Integrate server with databases..
  • Connect to different database systems..
  • Implement CRUD operations for data management..
  • Integrate SwiftUI app with Vapor server..
  • Implement CRUD operations via HTTP client layer..
  • Establish communication between front-end and back-end for data manipulation..

Course Content

  • Introduction –> 1 lecture • 1min.
  • Workshop Recording –> 2 lectures • 3hr 25min.
  • Congratulations! You are finished! –> 2 lectures • 1min.

Auto Draft

Requirements

Welcome to the Introduction to Server Side Swift Workshop!

This workshop is designed to introduce you to the fundamentals of backend development using the Vapor framework. From setting up Vapor on your machine to integrating it with databases, we’ll guide you through each step with practical, hands-on projects.

 

Check out all the topics covered in this workshop: 

Routing

Explore the foundational concepts of routing and endpoint organization. This includes understanding how to extract parameters from URLs and query strings, as well as grouping routes for improved management and clarity.

MVC Pattern

Explore the MVC (Model-View-Controller) design pattern to elevate the quality of your backend Vapor code. Discover how to systematically segregate your data logic (Model), presentation layer (View), and application logic (Controller) to enhance maintainability and scalability. Embrace MVC principles to streamline your codebase and foster cleaner, more efficient development practices.

Database Integration

Discover the intricacies of integrating your server with a database, enabling efficient data management and retrieval for your applications. Gain proficiency in connecting your server to various database systems and implementing CRUD (Create, Read, Update, Delete) operations to effectively interact with your data.

Consuming API

Learn how to seamlessly integrate your SwiftUI application with your custom Vapor server. Explore the implementation of CRUD (Create, Read, Update, Delete) operations utilizing a generic HTTP client layer. Through this process, you’ll gain practical experience in establishing communication between your front-end SwiftUI app and the back-end server, enabling efficient data manipulation and management.

By the end of this workshop, you’ll have gained the essential skills to set up your own server and seamlessly integrate it into your iOS applications.

Get Tutorial