-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add short post on SSWG guides * Change date of SSWG server guides post * Copyedit SSWG server guides post Co-authored-by: Christopher Thielen <77445+cthielen@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: post | ||
published: true | ||
date: 2022-08-18 13:00:00 | ||
title: Server Guides Now on Swift.org | ||
author: 0xTim | ||
--- | ||
|
||
The [Swift Server Workgroup](/sswg/) has maintained a set of open source guides for Swift on Server development for a number of years. Now that swift.org is open source, we've [moved the guides to this site](/server/guides/). | ||
|
||
The guides cover a number of useful topics: | ||
|
||
* [Setting up your environment](/server/guides/setup-and-ide-alternatives.html) | ||
* [Building]({{site.url}}/server/guides/building.html) and [testing]({{site.url}}/server/guides/testing.html) | ||
* [Profiling]({{site.url}}/server/guides/performance.html) and [deploying]({{site.url}}/server/guides/deployment.html) (including AWS, Digital Ocean, Heroku, and GCP) | ||
* [Docker best practices]({{site.url}}/server/guides/packaging.html) | ||
* [Debugging in production]({{site.url}}/server/guides/llvm-sanitizers.html) | ||
|
||
The guides also include a section for library authors, covering best practices for log levels and approaches for adopting Swift concurrency. | ||
|
||
If you'd like to contribute to the guides, you can [create an issue](https://github.com/apple/swift-org-website/issues/new/choose) or post on [the forums](https://forums.swift.org). |