DocC Tutorial for Swift: Automating Publishing With GitHub Actions
Jul 27 2023 · Article (25 mins)
Learn how to automate export a Docc archive file using GitHub Actions, and publish it on the internet using G...
more
DocC Tutorial for Swift: Automating Publishing With GitHub Actions
Learn how to automate export a Docc archive file using GitHub Actions, and publish it on the internet using GitHub Pages as a static website host.
Server-Side Swift
Introduction to Metrics in Server-Side Swift
May 25 2022 · Article (30 mins)
In this Server-Side Swift tutorial you will learn how to use Vapor built-in metrics and how to create custom ...
more
Introduction to Metrics in Server-Side Swift
In this Server-Side Swift tutorial you will learn how to use Vapor built-in metrics and how to create custom ones. The data is pulled and stored by Prometheus and visualized in beautiful graphs using Grafana.
Server-Side Swift
AWS Lambda Tutorial for Swift: Getting Started
Dec 14 2020 · Article (20 mins)
Swift is now available in the world of serverless functions via AWS Lambda! Get started deploying your first ...
more
AWS Lambda Tutorial for Swift: Getting Started
Swift is now available in the world of serverless functions via AWS Lambda! Get started deploying your first on-demand serverless function with our AWS Lambda for Swift tutorial.
Server-Side Swift
Deploying Kitura with Docker & Kubernetes: Getting Started
Mar 1 2019 · Article (15 mins)
Kitura servers built in Swift are pretty cool, but it’s even cooler to deploy them in the cloud! See how to ...
more
Deploying Kitura with Docker & Kubernetes: Getting Started
Kitura servers built in Swift are pretty cool, but it’s even cooler to deploy them in the cloud! See how to build a Docker image, then deploy to Kubernetes.