Skip to content

Commit

Permalink
Add Blog post on SSWG guides (#115)
Browse files Browse the repository at this point in the history
* 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
0xTim and cthielen authored Aug 18, 2022
1 parent 1164f33 commit c4433ad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _posts/2022-08-18-sswg-server-guides.md
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).

0 comments on commit c4433ad

Please sign in to comment.