Skip to content

Commit 849016a

Browse files
Add data file with items for "Go Further" section (#184)
* Add data file with items for "Go Further" section * Make thumbnail-url values null with a TBD comment * Add missing sentence from Swift strings entry
1 parent 04950bb commit 849016a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_data/go_further.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
- title: "Go Further: Concurrency"
2+
description: "Swift has concurrency features built into the language making it easier to write concurrent code with the assistance of the compiler. This video introduces the async/await mechanism, a key part of Swift Concurrency."
3+
content-type: video
4+
content-url: https://developer.apple.com/videos/play/wwdc2021/10132/
5+
thumbnail-url: #TBD
6+
release-date: 2021-06-08
7+
- title: "Go Further: Swift Generics"
8+
description: "In Swift, generics are a fundamental way to write abstract code. This video walks through the basics of Swift Generics and introducing generics into your code."
9+
content-type: video
10+
content-url: https://developer.apple.com/videos/play/wwdc2021/10132/
11+
thumbnail-url: #TBD
12+
release-date: 2021-06-09
13+
- title: "Go Further: Regular Expressions"
14+
description: "Swift provides first-class regular expression support, commonly known as regex, for effective string processing. This video gives an overview of the power and flexibility of Swift Regex."
15+
content-type: video
16+
content-url: https://developer.apple.com/videos/play/wwdc2022/110357/
17+
thumbnail-url: #TBD
18+
release-date: 2022-06-07
19+
- title: "Go Further: Swift Strings Under The Hood"
20+
description: "Swift strings provide a fast, Unicode-compliant way to work with text. This article provides more detail on how strings are implemented in Swift using UTF-8 and the reasons behind that choice."
21+
content-type: article
22+
content-url: https://www.swift.org/blog/utf8-string/
23+
thumbnail-url: #TBD
24+
release-date: 2019-03-20

0 commit comments

Comments
 (0)