Description
In this course you will learn:
- Configuring Swift on macOS and Linux
- Using the Swift Package Manager
- Build simple Swift servers
- Run a monolithic Swift service
- Split a monolith into microservices
- Plan a new iOS app using a microservice-based backend
- Create a CRUD-based microservice in Swift
- Interact with a MySQL database from Swift
- Add paging and transaction support to a service
- Create a microservice using Facebook's AccountKit
- Generate JSON web tokens (JWTs) for use across services
- Build custom middleware to validate JWTs